Hi Juan,
Thanks for using syncfusion products,
We have analyzed your query. To add space between the two columns, use columnSpacing property in the series options. By default columnSpacing is zero. It takes values from 0 to 1. Please find the below code snippet to achieve your requirement,
| <ejs-chart > <e-series-collection> <e-series type=Column columnSpacing=0.5 > </e-series> <e-series type=Column columnSpacing=0.5 > </e-series> </e-series-collection> </ejs-chart> |
Screenshot:
Sample for your reference, can be find from below link,
If the above sample doesn’t meet your requirement, kindly revert us with more information about the requirement which will be helpful in further more analysis and provide you the solution sooner.
Thanks,
Baby.