ZingChart 2.6.0 released
Released: Apr 6, 2017
Aggiornamenti in 2.6.0
Funzionalità
- Maps Now Have Zooming - ZingChart now added new ZingChart maps functionality. The new updates include:
- Zoom Controls
- Double Lick To Zoom Where Cursor Is
- Scroll To Zoom Where Cursor Is
- Panning
- Styling/Placement Of The Zoom Controls - In previous versions of ZingChart, the maps supported an unconventional and obsolete way of Zooming with x/y coordinates. The new updates allow for zooming, panning, and scrolling on maps.
- Stacked bar attributes %stack-average and %stack-length.
- New svg export functionality. You no longer need just canvas to use getimagedata.
- Improved Bar Chart rendering speed with mode:'fast' coupled with maxTrackers:0 will increase the render time by over half.
- SVG scatter charts rendering speed were improved. This is the custom code to gain back tooltips and hoverState.
- TimeZone attribute now supports float values.
- plotLabel now supports rules and jsRule. Great for mapping variables within your plotLabel.text.
- scaleLabel now supports rules and jsRule.
- Removenode API method now accepts nodekeyvalue as parameter.
- Node information now contains selection status for that node.
- Added minMarker and maxMarker objects to allow for different marker styling on Range charts.
- New Logic for the attribute exact:true and displaying crosshair appropriately.
- 3D chart logic was revamped to allow annotations and cooler depth styling.
- Added a global object graph, positioned at same level as graphset which will propagate on all graphs of the graphset.
- Added object:true option to update API to ease the work with objects. Multiple additions of objects have to be set with update:false parameter and after all object additions, update API needs to be called.
- Added 'max-values' parameter to addseriesvalues to force the chart to remove old nodes when appending new ones.
Correzioni
- Line chart with aspect:'spline' works with preview object.
- Scale tooltips always displaying 0 index of scale in tooltip.
- Chord diagram labels fixed. Original plotarea changes in v2.5.0 broke the vertical item labels.
- Background-color within ring object on Gauge charts.
- %total and thousandsSeparator within the tooltip object now works.
- Borders on legend.header and legend.footer work independently.
- 100% height and fixed chart width no longer resizes the chart on load.
- Rendering bug on html-tooltips with placement attribute.
- Issue with crosshairs when plotLabel has header-text.
- Selection tool no longer fires when dragging preview window.
- ZoomTo issues with graphs in a graphset.
- Dual plotted line with Line chart with aspect:'spline', a couple points and small chart width.
- Pie Chart disappearing with odd values like values:[110.67].
- ValueBox.backgroundColor fixed on charts with output:'canvas'.
- Bar sizing issue when hooked labels exists in JSON and user is zooming in & out of the chart.
- Crosshairs on multiple vertical charts with shared crosshairs.
- Range Charts
- Rendering issues with aspect:spline.
- Markers disappearing on chart zoom.