You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll take time to fix the issue. point.focus.only option has been added after the selection feature implementation.
The selection will work based on the data point's element position, but when point.focus.only option is enabled, it will generate only one data point element, which can't get each data points position based on that anymore.
I'm still having a few issues with selection and line points.
selection.multiple = false
seems to only work for a single "data set", e.g. "data1" or "data2" below.point.focus.only = true
doesn't seem to allow selection of data point via user input (clicking)chart.select
doesn't seem to work ifpoint.focus.only = true
Thanks for any help or guidance.
The text was updated successfully, but these errors were encountered: