Open jorgt opened 9 years ago
It seems like it doesn't, for some reason. Same issue. Tried the datasetFill : true; doesn't work.
+1
+1
+1
is there any way to make this work?
Hi,
You can not do that with Chart.js v1 and Chart.Scatter, but you can use Chart.js v2 which contains it's own scatter plugin which has area fill ability.
-- Dmitry
-----Исходное сообщение----- От: "WADIGZON DIAZ-WONG" notifications@github.com Отправлено: 08.12.2016 4:04 Кому: "dima117/Chart.Scatter" Chart.Scatter@noreply.github.com Тема: Re: [dima117/Chart.Scatter] Area fill for linear lines (#19)
is there any way to make this work? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
thanks for the info. Where is the scatter plugin for ChartJS 2.0? didn't see it on the site.
I was looking at that, so it's embedded no need for xtra files. thanks much!
Hi,
Had a look at the Scatter graph because of the time series support as per here. Works great. My lines are linear, and I'm wondering if Scatter supports the area fill, like the line graphs.