@udibh,
The behavior is designed such that zooming is limited upto a certain region, so the user doesn’t end up zooming into a blank-region (region with no dataPoints). To zoom into a certain region, there should be around 4 dataPoints. In your case, zoomType: ‘x’ should work fine as zoomType: ‘y’ / ‘xy’ would be limited to just 3 dataPoints with different values over the y-axis. Please take a look at this documentation page for information on zoomType option.
___________
Indranil Deo
Team CanvasJS
-
This reply was modified 5 years, 7 months ago by Indranil.