galkatz373 / svelte-apexcharts

Svelte wrapper for ApexCharts
68 stars 7 forks source link

Issue rending back-end data #158

Closed NiAlvarez closed 3 years ago

NiAlvarez commented 3 years ago

Hey! so im trying to render a line-chart but series with an array from backend are not rendering

I tried to set options on my onMount but this won't work either.

`

`

This is my code at the moment. My array "electricList" is returning an array filled with ints but that serie is not rendering. Why?