apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

Accessing the method highlightSeries programmatically #504

Closed bradleykeith closed 1 week ago

bradleykeith commented 2 weeks ago

Hi!

Is there currently any way to access the highlight series method or any work arounds to be able to use this functionality?

Thanks!

joadan commented 2 weeks ago

The HighlightSeries method was added in apexcharts.js 3.53.0 that was released yesterday. I have added support for it in the wrapper and it will be in the next release.

joadan commented 2 weeks ago

Demo here: https://apexcharts.github.io/Blazor-ApexCharts/methods/highlight-series

bradleykeith commented 1 week ago

Perfect, thank you!