Open nicolabortignon opened 9 years ago
Hi Nicola,
We have the thickness
option (not the best name) to enable this for line and area charts. Maybe this could also work for column charts.
Best,
Christoph
That sounds good to me!
Ni Nicola, let me know how it is going with this! Best, Christoph
Is this available in V2?
Yes, through CSS. Take a look at https://github.com/n3-charts/line-chart/blob/master/src/styles/_lines.scss
!
Would be great if we can set the stroke-width in the options.
At the moment is automatically set in this way: 'stroke-width': '1px'. I'm looking to removing it completely, so technically a 0px, will do the job here.