Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reinholdsson committed Jun 22, 2013
1 parent 0eb3564 commit 8735ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,13 @@ There is your xChart
#### [HighCharts](http://www.highcharts.com/)

```coffee
h1 <- hPlot(x = "Wr.Hnd", y = "NW.Hnd", data = MASS::survey,
type = c("line", "bubble", "scatter"), group = "Clap", size = "Age")
h1 <- Highcharts$new()
h1$chart(type = "spline")
h1$series(list(
list(data = c(1, 3, 2, 4, 5, 4, 6, 2, 3, 5, NA), dashStyle = "longdash"),
list(data = c(NA, 4, 1, 3, 4, 2, 9, 1, 2, 3, 4), dashStyle = "shortdot")
))
h1$legend(symbolWidth = 80)
h1
```

Expand Down
Binary file modified screenshots/highcharts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8735ec5

Please sign in to comment.