Releases: Esri/cedar
Releases · Esri/cedar
v0.9.1
Added
Chart tooltips added for new json spec charts where tooltip is not specified.
v0.9.0
Changed
Introduced new public JSON api as the first step towards multiple series
v0.8.2
Support
getTokenValue now uses a for loop as it was previously erroneously using a for...in loop
v0.8.1
Fixed
push missing dist folder to CDN
v0.8.0
Added
add transform property to modify query results before rendering
Support
better pie chart example w/ SQL query expression
update dependency urls and add jsfiddle to tutorial page
v0.7.0
Changed
source converted to ES2015 and compiled with rollup/buble
tooling updated to favor npm scripts instead of grunt
test pages and specs moved under test folder
clean up of unused grunt tasks, dependencies, and misc files
Semistandard for linting
v0.6.1
Changed
Updated dependencies to most recent version of vega to avoid dependencies issues.
Updated API docs to reflect recent changes.
v0.6.0
Added
Timeout can be added to the Cedar() constructor to set a timeout on fetching data
maxLabelLength can be set via .show() It will truncate axis labels that exceed a set length
Changed
Optional callback drills down into renderSpec to catch errors from Vega
v0.5.0
Added
Optional callback on Cedar.show to catch errors from ago / ags server
v0.4.4
Changed
Errors from AGO / AGS Server will properly throw errors
You can’t perform that action at this time.