I am porting an program from Visual Basic to JavaScript. My client complains the chart (line of type) can not zoom much like old software. Is it possible to increase the maximum zoom-in value?
To zoom into a certain region, a minimum of 3-4 dataPoints are required. This is an intended behavior so that the user doesn’t end up zooming into a blank region(a region with no dataPoints).