n3-charts / line-chart

Awesome charts for AngularJS.
http://n3-charts.github.io/line-chart/
MIT License
1.2k stars 180 forks source link

Customize 'stroke-width' in column chart. #309

Open nicolabortignon opened 9 years ago

nicolabortignon commented 9 years ago

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.

chaosmail commented 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

nicolabortignon commented 9 years ago

That sounds good to me!

chaosmail commented 9 years ago

Ni Nicola, let me know how it is going with this! Best, Christoph

adonespitogo commented 8 years ago

Is this available in V2?

lorem--ipsum commented 8 years ago

Yes, through CSS. Take a look at https://github.com/n3-charts/line-chart/blob/master/src/styles/_lines.scss !