Skip to content

Commit

Permalink
fix wrong method call
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Aug 13, 2024
1 parent e0ed1cf commit 9a3c713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apexcharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default class ApexCharts {
let series = ser
ser.forEach((s, realIndex) => {
if (s.hidden) {
series = this.legend.legendHelpers.collapseHiddenSeries({
series = this.legend.legendHelpers.getSeriesAfterCollapsing({
realIndex,
})
}
Expand Down

0 comments on commit 9a3c713

Please sign in to comment.