You must be logged in to post your query.
Home › Forums › Chart Support › DataPoints
Hi, Can someone help me to add range data points for both x axis and y axis. Ex:
dataPoints: [ { x: [65, 77], y: [5, 20] }, ]
@akilesh1,
Sorry, range for x-values is not supported as of now. However, you can take a look at range charts like range-column, range area, range spline area that accepts range of y-values.
—– Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register