dima117 / Chart.Scatter

Scatter chart plugin for Chart.js
http://dima117.github.io/Chart.Scatter
MIT License
97 stars 26 forks source link

Area fill for linear lines #19

Open jorgt opened 9 years ago

jorgt commented 9 years ago

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.

Slonch commented 9 years ago

It seems like it doesn't, for some reason. Same issue. Tried the datasetFill : true; doesn't work.

iroller commented 9 years ago

+1

ramonverde commented 8 years ago

+1

SdlasHeras commented 8 years ago

+1

wadigzon commented 7 years ago

is there any way to make this work?

dima117 commented 7 years ago

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.

wadigzon commented 7 years ago

thanks for the info. Where is the scatter plugin for ChartJS 2.0? didn't see it on the site.

dima117 commented 7 years ago

@wadigzon http://www.chartjs.org/docs/#line-chart-scatter-line-charts

wadigzon commented 7 years ago

I was looking at that, so it's embedded no need for xtra files. thanks much!