FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Is it possible to make the gridlines stop at each of the point on the graph. #440

Closed ShawnSantiago closed 7 years ago

ShawnSantiago commented 8 years ago

Hi I was wondering if its possible to make the gridlines stop at each of the point on the graph. Like the image below chart

FVANCOP commented 8 years ago

Yes, it is but not simple as specifying an option. You have to create a function that adds lines that are drawn through the "shapes In Chart" add-ins module. I'll try to create a sample this evening.

François

see : https://github.com/FVANCOP/ChartNew.js/wiki/900_050_Shapes-Text-Images_In_Chart

FVANCOP commented 8 years ago

The sample is available : see Samples\issue_440.html

canvas

canvas

ShawnSantiago commented 8 years ago

Amazing thanks man! your a life saver!