
Adds chart labels for groups of bars.
Features
- Added chart labels for groups of bars.
- Set max-width of bars using bar-max-width.
- Set title as a clickable URL.
- Allows y-axis to function like the x-axis with zooming and using string labels.
- Allows aligning 0 on multiple y-axis.
- Added additional layouts for plotLabel, especially useful when plot labels are too large and cut off.
- Scalableyaxis plugin allows for users to drag scales.
- Added preview-state objects to series items, to override the style displayed in the preview box.
- Added custom alpha-area for a specific node in a series.
- Added additional layouts for plot labels.
- Added functionality to allow linking in the chart title.
- Updated NodeJS build.
- Added multiguide plugin to pin crosshairs to the chart by clicking.
- New development flag DEV.SKIPTCONTEXTMENU to skip rendering the context menu.
Fixes
- Fixed issue with mobile plugin causing errors when crosshairX is disabled.
- Fixed issue with 1px borderTop not rendering on some bars.
- Fixed issue with exporting charts when output set to 'SVG' on IE returning image data of -1.
- Fixed Line Issue with newest Node.js build throwing error.
- Fixed issue with getxyinfo method returning wrong values when chart containers have CSS matrix transformations.
- Fixed issue with preview not toggling with legend click.
- Fixed issue with tooltip not being destroyed with real-time charts.
- Fixed issue when resizing the window the chart series order gets mixed up making the chord chart relationships invalid.
- Fixed issue with download svg on context-menu.
- Fixed issue with crosshair not working with hotfix.
- Fixed issue on zooming on maps with "scaled" items (AK in USA for example).
- Fixed issue with area charts not stacking correctly.
- Fixed issue with value box showing double values due to overlap.
- Fixed scaleY zooming.
- Fixed value boxes disappearing on selected state the first click and appearing on subsequent states.
- Fixed selected state for calendars.
- Fixed issue displaying single bar plot on x-axis having extra space.
- Fixed bug with preview not toggling on modify plot.
- Fixed issue where tooltip persisted on real-time plots.