pbialy Report post Posted June 11, 2017 (edited) Hello There's a way to change the space between each category, and it's done by 'plotSpacePercent'. Is there a way to change space, or just to make any space between the columns in multi-series chart? Attaching two files - showing what i HAVE now: and what i WANT to have: Edited June 11, 2017 by pbialy better pics Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted June 12, 2017 Hi, For providing space in multi series column 2d chart is not possible natively, however as a workaround if you still want space in between the columns you can use 5 data sets among which the 2nd and 4th datasets should be made transparent , this can be done using alpha attribute at the dataset level and setting its value to 0. For reference please check this sample fiddle link - http://jsfiddle.net/8we0sh5m/ Share this post Link to post Share on other sites