[v1.16.1] InterpolatedColorLegend Enhancements
This week, Plottable made several functional and visual improvements to InterpolatedColorLegend
s. We also reverted a change to Interactions.Pointer
in order to restore the pre-v1.14.0 behavior of tooltips.
Features
Visual Improvements to InterpolatedColorLegend
InterpolatedColorLegend
s were previously drawn with swatches of color. Now they instead have a gradient fill.
Try it out: http://jsfiddle.net/j5b9f60c/57/
Show Tooltip for InterpolatedColorLegend
on Hover
Hovering over InterpolatedColorLegend
now displays a tooltip with the corresponding value for the hovered color.
Try it out: http://jsfiddle.net/j5b9f60c/57/
Bug Fixes
- Reverted changes introduced in v1.14.0 where points under an overlay are considered outside of the Component in
pointerMove
,pointerExit
, andpointerEnter
. We chose to revert this change due to undesired behavior with tooltips and are going to re-implement this correctly in the near future. (#2910)