ZingChart Releases
Released: Jun 23, 2021
Aggiornamenti in 2.9.6
Funzionalità
- Added sizefactor option on sunburst chart which controls the size factor for the entire sunburst (relative to the maximum size which is given by the plotarea boundaries).
Correzioni
- Automatically switching area with null values and spline aspect to mode:normal to obtain correct rendering.
- Fixed data export issue.
- Fixed issue with main box sizing on NodeJS environment.
- Fixed issue with crosshair plot labels in specific instances when exact is set to true.
- Fixed issues occurring when...
Released: Jun 11, 2021
Aggiornamenti in 2.9.5
Funzionalità
- Added destroy method to NodeJS build.
Correzioni
- Fixed issue with combination of highlightPlot:true and reverseSeries:true on legend.
- Fixed sunburst issues in NodeJS build.
- Fixed autofit: true on multiple scales.
Released: May 13, 2021
Aggiornamenti in 2.9.4
Funzionalità
- Added getallobjects API.
- Added "theme" and "themeurl" parameters for PhantomJS build, to allow for custom themes.
- Added treemap.addNode, treemap.removeNode and treemap.updateNode APIs.
- Added "widths" attribute (array of numbers) under options object for customizing the width of each sunburst level.
- Shared legends now highlight related plots on all linked graphs as well.
- Vertical/horizontal scale markers can now accept tooltip information.
- Added compatibility with 2.x versions of the...
Released: Mar 16, 2021
Aggiornamenti in 2.9.3
Funzionalità
- Malta added to world countries map.
- Added
ASIA, AFRICA, AUSTRALIA, NORTHAMERICA, SOUTHAMERICA, and WORLDCOUNTRIES to tilemap.
- Added legend to the list of objects which can be queried using
getobjectinfo.
- Added adjustFontSize as option for map labels.
Correzioni
- Visual updates on boxes borderTop/Right/Bottom/Left.
- Added ability to set inline js-rule functions.
- Max value on X Log scales can now be forced.
- Fixed issue with pattern output on NodeJS environment.
- Fixed issue with...
Released: Nov 19, 2020
Aggiornamenti in 2.9.2
Funzionalità
- Rankflow charts now allow null values.
- New Malta map and Tilemap options.
Correzioni
- Fixed inconsistent number of elements being displayed on scrolling an HBar chart.
- Fixed issues with null values on pie charts.
- Fixed issues with valueBox style and appearance on fast mode line/area plots.
- Fixed sizing issues on preview bubble markers.
- Fixed zooming on maps when multiple maps are placed on same page.
Released: Jul 23, 2020
Aggiornamenti in 2.9.1
Funzionalità
- Added markersOnTop attribute for plot/series items (true by default). Setting it to false will cause the plot markers to be obscured by subsequent plots instead of always being on the top layer.
- Improved default formatting of crosshair scaleLabel objects.
- Implemented listener for double tap event on mobile devices.
- Added %plot-N-value tokens for use in rules, tooltips, valueBox objects.
- Added minValue and maxValue options for Treemaps (filters applicable for leaf nodes).
- Add support...
Released: Apr 20, 2020
Aggiornamenti in 2.9.0
Funzionalità
- The jsRule attribute can now be applied on main crosshairX and crosshairY objects, allowing crosshair line customization. This feature will allow you more flexible styling of crosshairs based on chart values. Like hiding the crosshair if the value is null.
- Custom data tokens can now be added to dynamic labels using %plot-IDX-data-customname constructs. This is good to display plot information in a static label.
- Implemented display logic for overlapping scaleX crosshair items (alpha...
Released: Mar 9, 2020
Aggiornamenti in 2.8.9
Funzionalità
- Updated zoom related events:
- Added
ev parameter which holds the event object.
- Added
beforezoom event which can completely stop a zooming operation if the event handler returns false.
Correzioni
- Issue with scrolling legend not properly displaying markers and text items.
- Issue affecting vector chart plugin.
- Issue with selection tool throwing errors on null nodes.
- Issue with value boxes not appearing on line3d and area3d charts.
- Issues related to log scales allowing overlapping items...
Released: Nov 19, 2019
Aggiornamenti in 2.8.8
Funzionalità
- Added Violin and Flame charts.
- Updated legends with
highlightstate and marker and highlightstate.
- Extended boxplot format of data to
[key, min, lowerq, med, upperq, max] format.
Released: Aug 9, 2019
Aggiornamenti in 2.8.7
Funzionalità
- Autofiting the scales on values can now be set individually.
- ES6 export/import version of the library. Allows for import of the library through script modules with import zingchart from 'zingchart/es6'.
- New Documentation
- Site docs on getting started.
- API Events.
- API Methods.
Correzioni
- Fixed CSV download for time-series returning false values.
- Fixed issue with custom tooltip tokens.
- Fixed %scale-key-text returning wrong value.
- Fixed commenting scaleX object label causing error in...