Home Forums Chart Support How to manage graph size Reply To: How to manage graph size

#14880

@mujahid_102

dataPointWidth should be placed outside dataSeries object.

{
	dataPointWidth: 20,
	.
	.
	data: [{
	 .
	 .
	}]
	.
	.
}

Please check the updated JSFiddle.

Multiple chart with same dataPointWidth

—–
Bivek Singh
Team CanvasJS