Home › Forums › Chart Support › How to manage graph size › Reply To: How to manage graph size
@mujahid_102
dataPointWidth should be placed outside dataSeries object.
{ dataPointWidth: 20, . . data: [{ . . }] . . }
Please check the updated JSFiddle.
—– Bivek Singh Team CanvasJS