Home Forums Chart Support Grid didn’nt comple when zooming

Grid didn’nt comple when zooming

Viewing 2 posts - 1 through 2 (of 2 total)
  • #32330

    When zooming is done i didn’t get the complete grid, that is x-maximum and y-maximum points are not showing and the last portions of grids are missing.
    the jsfiddle link – https://jsfiddle.net/xvLnk1rz/ my requirement is mentioned in the below picturescreenshot
    in this picture the green line that is not in the zoomed graph and the x-max and y-max values also
    please provide a solution

    #32350

    @vpaswin1994,

    Grids are shown at every interval on the axis & may not be shown at viewportMinimum & viewportMaximum after zooming as the viewport range may not be the integral multiples of the interval. To show the grids at viewportMinimum & viewportMaximum upon zooming / panning, you can add striplines on rangeChanged event as shown in this JSFiddle.

    my requirement is mentioned in the below picturescreenshot
    in this picture the green line that is not in the zoomed graph and the x-max and y-max values also
    please provide a solution

    The image shared by you is restricted and requires permission. Can you kindly make it public so that we can access it to understand the scenario?
    Google Drive Permission


    Vishwas R
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.