Results 16 comments of dima117

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 http://www.chartjs.org/docs/#line-chart-scatter-line-charts

Hi, xScaleOverride option has been added to the documentation, but it only works for numeric scale. In the near future I will try to add this functionality in the date...

I added support of xScaleOverride option for date scale. Thanks for the feedback!

Hi, could you prepare an example on jsfiddle.net or similar site, so I can use it for debugging?

You can change xScale (type: "date") label using these options: - scaleArgLabel (default is ""), - scaleDateFormat (default is "mmm d"), - scaleTimeFormat (default is "h:MM"), - scaleDateTimeFormat (default is...

I prepared an example in which labels are displayed in 2 weeks. Please see it https://jsfiddle.net/75m29yhx/2/ Is it a solution of your problem?

Hi I'm sorry, that did not answer for a long time. Could you give me an example on jsfiddle.net or similar site? I will use this as an error correction...

Hi I'm sorry, that did not answer for a long time. Could you give me an example on jsfiddle.net or similar site? I will use this as an error correction...

Whether you use the automatic scale range calculation or set it manually?