FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Space between bars #487

Closed luna2761 closed 7 years ago

luna2761 commented 7 years ago

Hi, Francois!

Please, advice with the next issue: I can't avoid space between bars within one label. I've tried to use "spaceBetweenBar" option, however that didn't work for me. capture

Thank you.

FVANCOP commented 7 years ago

Hi,

Try to play with following 3 options : barValueSpacing : 10, barDatasetSpacing : 0, barStrokeWidth : 0

Regards, François

luna2761 commented 7 years ago

Thank you! For me "barDatasetSpacing : 0" plus "barStrokeWidth : 0" worked as needed.