
Adds poly free-form tool as alternative to lasso tool.
Features
- 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 for irregular [k,v] format in radar charts (also [k, v1, v2] for range aspect).
- Improved minor ticks/items display logic on logarithmic X scales.
- Extended Selection Tool's set of features and functionalities:
- Added poly free-form tool as alternative to lasso tool.
- Added visual cursor to improve UX.
- Added %previous-node-value and %next-node-value as available tokens to use on rules, tooltips, valueBox objects.
- Added stepMultiplier option for scales for better control of items display interval.
- Implemented preview object for inverted charts (HBAR, VLINE, VAREA).
- Tree updates:
- Implemented separated tokens for %value (accumulated) and %node-value.
- Implemented number formatting options.