juliansteenbakker / community_charts

This project is a fork of google/charts.
Apache License 2.0
84 stars 34 forks source link

enhance LinePointHighlighter to support callbacking the highlight points's info like position, datum and its corresponding seriers id #19

Closed RonnieRen closed 4 months ago

RonnieRen commented 5 months ago

based on this enhancement, we could get the highlighted point position, datum(generic type) and corresponding series id and then we could show a custom widget based on position and datum.