svelte-frappe-charts icon indicating copy to clipboard operation
svelte-frappe-charts copied to clipboard

Why doesn't axisOptions work?

Open PichenNew opened this issue 3 years ago • 4 comments

<Chart {data} type="line" colors={["red"]} axisOptions={axisOptions} lineOptions={lineOptions} />``

PichenNew avatar Jan 12 '22 06:01 PichenNew

chartRef.addDataPoint("Wed", [insertdata], num); How can i add points without label?

PichenNew avatar Jan 12 '22 07:01 PichenNew

Bump, same issue. On a basic line chart with 1dataset with 100values and no labes, when adding axisOptions to <Chart /> it isn't working

ARYX01 avatar Sep 21 '22 19:09 ARYX01

same here. xIsSeries doesn't change anything

pietz avatar Nov 29 '22 17:11 pietz