Skip to content

v2.4.1

Compare
Choose a tag to compare
@jbogartPint jbogartPint released this 03 Aug 19:16
· 149 commits to master since this release

New Media Rules for Responsive Charts

- Media Rules allow you to create responsive charts that can be viewed across different desktop and mobile devices.

Updated Features

- Logarithmic scales are now available on `scaleX`
- Added `zoom:false` flag on zoomto API (to skip the actual zoom on chart)
- Added cubic bezier curves; fixed curves on VML
- Preview is set to live by default for the light and dark themes

Bug Fixes

- Fixed `styles` array bug
- Updated time-series step values for month and year
- Disabled the default `hover-state` on pareto
- Fixed graphset layout not being reset on a setdata API call
- Fixed graph height when absolute positioning is used and 'height' attribute is not provided.
- Fixed crosshair issues on [k, v] data with duplicate k values
- Fixed bugs detecting plots via plotid param on showplot/hideplot API Calls.
- Fixed selection issues
- Legend fixes (bottom position no longer forces the layout)
- Fixed guide issues (guide appearing on wrong chart when graphset has multiple charts)
- Fixed bar dimensions when multiple key scales are used
- Fixed tooltips on drilldown charts
- API Methods appendseriesdata and setseriesdata properly toggle plot visibility now

Documentation Updates

- New Media Rules Tutorial! - this new feature allows you to create responsive charts to be viewed across various desktop and mobile devices.
- ZingChart Help Center - is continually updated with new questions and answers.
- Context Menu
- Scales