BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
$('#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.
.CommonSeriesOptions(cr => cr.Type(SeriesType.StackingColumn).EnableAnimation(true).ColumnSpacing(0).ColumnWidth(1).Tooltip(tt => tt.Visible(true)
.Format("#series.name# <br/> #point.x# : #point.y# Million Visitors"))) |