Releases: Esri/cedar
Releases · Esri/cedar
v0.4.3
Changed
- Default query adds
"sqlFormat": "standard"
Support
- Docs should only build on merging a PR
- PRs from forks should not break Travis
- Prism 1.5.0 added to include syntax highlighting on docs
- Added example for time aggregation with hosted services
- Fixed specs to accept &sqlFormat=standard
- Added missing peer dependencies as dev dependencies for npm3 users
- use node-sass so ruby is not required to run docs site
- fix bug where
npm start
causes machine to freeze - remove unused grunt tasks/plugins
v0.4.2
v0.4.1
v0.4.0
v0.3
Added
- Option for automatic tick marks based on chart size
- Added Tooltips API
- Added default Tooltip
- Added Event.off
Changed
- X-Axis labels rotated counter-clockwise (to use Y-Axis space)
- Changed 'autolabels' default to true
- Changed 'renderer' default to 'svg'
Support
- Added example demo links to JSFiddle
v0.2
v0.1
Baseline version.
- Basic chart types: bar, horizontal, scatterplot, bubble, pie, time line, sparkline
- Load data via Layer or inline data
- Event binding
- Map-Chart interaction examples
Future versions will update the API, add more chart types, add more documentation.