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
While the code for chart initialization is this: <apx-chart class='w-100' style='display:block;height:450px!important;' [series]="chart.series!" [chart]="chart.chart!" [title]="chart.title!" [xaxis]="chart.xaxis!" [yaxis]="chart.yaxis!" [stroke]="chart.stroke!"></apx-chart>
The issue we are facing is that in this case series no. 3 gets formatted as if it was 'time' seriesName Y-axis element. As you can see from the code the name for all series is 'column', so the formatter should not be applying. I don't know if the issue is with how formatter works, or if apexcharts ignores seriesName parameter for some reason.
The text was updated successfully, but these errors were encountered:
thebium
changed the title
Problem with either seriesName or formatter for Multiple Y-Axis Chart.
Problem with either seriesName or formatter for Multiple Y-Axis Chart
Apr 11, 2024
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
We are using this ng-apexcharts version
[email protected]
Here's a code for problem replication:
While the code for chart initialization is this:
<apx-chart class='w-100' style='display:block;height:450px!important;' [series]="chart.series!" [chart]="chart.chart!" [title]="chart.title!" [xaxis]="chart.xaxis!" [yaxis]="chart.yaxis!" [stroke]="chart.stroke!"></apx-chart>
The issue we are facing is that in this case series no. 3 gets formatted as if it was 'time' seriesName Y-axis element. As you can see from the code the name for all series is 'column', so the formatter should not be applying. I don't know if the issue is with how formatter works, or if apexcharts ignores seriesName parameter for some reason.
The text was updated successfully, but these errors were encountered: