Kyvis-Labs / ignition-apexcharts-module

The module provides Perspective ApexCharts components
Apache License 2.0
59 stars 12 forks source link

yaxis.labels.formatter #28

Closed AlwaysABattler closed 1 year ago

AlwaysABattler commented 2 years ago

Hi Travis,

I don't think the yaxis.labels.formatter is working.

I copied the example from the apex chart website (https://apexcharts.com/docs/options/yaxis/) but the chart disappears. If i delete it, it comes back. I used "formatter: (value) => { return val }".

please find attached example code: radar apex chart y label error.zip

nikolai-wolterstorff commented 1 year ago

Check out the docs again and look at the example under yaxis.labels.formatter. https://apexcharts.com/docs/options/yaxis/ This works: image