Release notes 0.9.1
New stable Taucharts release 0.9.1 includes the following fixes and improvements:
- Fix JS error when print or export Area-type chart
- Order area chart by average
- Throw exception on attempt to stack by time scale
- Chart looks ugly when the only time record in dataset – wrap value with one day range for time scale (when nice = true)
- Fix invalid size scale for faceted chart
- Linear chart fails to be generated when size coding is set
- Lines are out of chart area when linear type & size coding are selected
Also in order to improve stability and quality of Taucharts releases we introduced BETA release channel.
You can access latest beta build using NPM as:
npm install [email protected]
Latest beta build using package.json:
"dependencies": { "taucharts": "beta" }
A fixed beta version using package.json:
"dependencies": { "taucharts": "0.9.1-beta.0" }