How to use or import ApexCharts in Perspective view

Hi,
I get to know about Apexcharts and I install the module into Ignition and few charts is available to use.
I find out about Editor apexcharts, there I created basic charts and I want to know how I can import those charts in perspective.

Try this:

I use Pie chart in Editor Apex and copy the code and pasted on ApexChart Line Options properties and change the type to Pie,


however only legend is vsible not the Pie chart, is anything I missed it?

Do you have data in your props.options.series?

Yes
image

In Options Pie is not available for that getting an error of invalid key

I see you have props.options.series and props.series. Try deleting props.options.series, maybe it will help

No luck after deleting props.options.series

I am trying below Pie chart of Apexcharts to be used in perspective.

am I doing something wrong?

Thanks Issue resolved with Apex Chart module 1.0.14

1 Like

Ha, I just noticed that this is super dodgy!

The sectors all don't align in the circle centre!

I didnt notice that