Skip to content

v2.1.1

Compare
Choose a tag to compare
@mike-schultz mike-schultz released this 05 Jun 16:39
· 111 commits to master since this release
- Fixed hover-state on shape when “type”:”rect”
- Alpha on tooltip now only adjusts background transparency
- Added adjust-layout to “preview” object
- Fixed issue that would cause shapes to render improperly when switching shape type using setdata
- On shapes, “y”:1 will now place the shape at 1, instead of at “100%”.
- Added active-area to area charts.
- Set a minimum of 2 ticks on scales to prevent crashing
- Fixed an issue with the “zoom-to” method, and consequently, the “View All” context menu option.
- Fixed an issue with missing fills in 3d stacked area charts
- Fixed several issues with stacked bar charts.
- Added “type”:”ring” as an alias for the ring style pie chart
- On legend, if “draggable” is set, the default drag handler is now the header.
- On legend, if "draggable" is set, the move icon appears over the draggable region
- Added "highlight-plot": true to the "legend" item.  This is an alias to "highlight": true under plot.
- Changed the default tooltip border to match the plot color.  Border still does not appear by default and must have the width set.
- Changed the alpha on legend, tooltip, and preview to not apply to the text or the border. The one exception is if alpha is set to 0 on legend and border-alpha is not set, border-alpha is set to 0.
- Added border-alpha to set the alpha of border.
- Added align:  right|center|left and vertical-align: top|middle|bottom to the legend object.