@elastic/charts
Advanced tools
Changelog
8.0.0 (2019-07-15)
style: LineStyle
, AreaStyle
and BarSeriesStyle
types differs on the optional values.
stroke
and fill
on the theme or specific series style now override the computed series color.
legend: the onLegendItemClick
click handler is no longer applied when clicking on the title. Instead a simple visibility change is applied.
Changelog
7.0.0 (2019-06-24)
RectAnnotation.renderTooltip?
from (position, details) => JSX.Element
to (details) => JSX.Element
. This allows the user to pass in a custom element without having to do the heavy lifting of writing the container positioning styles themselves.