Kyvis-Labs / ignition-apexcharts-module

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

The line is not render for fixed values (same value for all) #42

Open NaderChinichian opened 1 year ago

NaderChinichian commented 1 year ago

The array data with constant value is not rendered in the line chart. Example: data = [250,250,250,250,250,250,250,250,..............,250,250,250,250,250,250,250] In this example, the SP tag is always 250.0 but the line is not rendered. If I try to change one of the element manually the line draw automatically.

image

traviscox commented 1 year ago

Can you share your config for the chart?