Hi,
I am trying to remove the space between the consecutive data point using Stacked Column Chart, as per the requirements of the project.
I have tried;
Setting `Width` property on the `CommonSeriesOptionsBuilder` , on the `SeriesBuilder`, on each point added to the Series.
Maybe a tricky way, Using regular Column Chart with a pair of series, of which one is added to another in element-wise fashion. Setting the SideBySide property to `false`, then using
$('#container').ejChart('option', { commonSeriesOptions: { columnSpacing: 0 } });
$('#container').ejChart('option', { commonSeriesOptions: { columnWidth: 1 } });
To no avail.
Is this case covered by Syncfusion Charts? If so how can I achieve the effect?
The image attached can give you a clearer view on the requirements.
Thanks in advance.
Attachment:
Capture_e54d2b26.zip