Releases: RhoInc/Webcharts
Releases · RhoInc/Webcharts
1.0.1
1.0.0
This is the first full release of this library, which contains methods for creating chart, controls, and table objects for visualizing and investigating data. This version of the library is not backwards-compatible with the pre-releases (v0.*), but is much more robust and flexible. The major structural changes include:
- Charts are more generalized - all types are created with the same webCharts.createChart() function. Chart specifics are handled through the chart's config object.
- A file path is no longer passed to the chart creation function. Instead, file retrieval and parsing is left to the user, while source data is passed directly to the chart as an argument to chart.init().
- Some convenient, but rarely used functions for drawing linear regressions and reference lines/regions have been stripped out. These types of functions will likely be included in a supplemental library in the near future.
- Lifecycle callback functions automatically have the
this
context set to the current chart object, rather than needing the chart object passed as an argument to the function.
See the docs for full details.
0.1.3
0.1.2
v0.1.1
Initial pre-release
First versioned release. To be used for a couple early public-facing graphics.