Kyvis-Labs / ignition-apexcharts-module

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

Treemap component doesn't work in ignition #31

Closed OceanMMouray closed 1 year ago

OceanMMouray commented 1 year ago

Hi,

First of all I want to thank you for this great module.

I currently try to use a "treemap" chart to display different defects on a machine (according to the impact time). Unfortunately, I meet a difficulty.

When I set up the graph and add a data series (as shown in the Apex documentation), only one data point is displayed (without the label or value).

treemapApex

With the same configuration, everything is fine with the heatmap component

traviscox commented 1 year ago

What version of the Apex Charts are you on? I have it working fine on 1.0.9.

image

OceanMMouray commented 1 year ago

Hello,

I was in version 1.0.1 I just updated the module and everything works

Thanks for your help