svelte-frappe-charts
svelte-frappe-charts copied to clipboard
Why doesn't axisOptions work?
<Chart {data} type="line" colors={["red"]} axisOptions={axisOptions} lineOptions={lineOptions} />``
chartRef.addDataPoint("Wed", [insertdata], num); How can i add points without label?
Bump, same issue. On a basic line chart with 1dataset with 100values and no labes, when adding axisOptions to <Chart /> it isn't working
same here. xIsSeries
doesn't change anything