Home Forums Chart Support About a print button and the scale.

About a print button and the scale.

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

    Hello.
    I am using CanvasJS. Thank you very much.
    There are three things I wondered during use.

    1. When the exportEnable property is set to True, buttons for external output are displayed,
    Can you only hide this print button?

    2. With the Zoom & Panning function, is it possible to fix the scale of the Y axis when using the bar graph?

    3. Is it possible to acquire X and Y axis items currently displayed in Zoom with Zoom & Panning function?

    I am Japanese and depend on machine translation, so I’m sorry if I do not understand it.

    Thank you.

    #14849

    @y-hirano,

    1. When the exportEnable property is set to True, buttons for external output are displayed,
    Can you only hide this print button?

    2. With the Zoom & Panning function, is it possible to fix the scale of the Y axis when using the bar graph?

    Please check this jsfiddle.

    3. Is it possible to acquire X and Y axis items currently displayed in Zoom with Zoom & Panning function?

    You can handle the zoom and pan events by using rangeChanged and rangeChanging methods. Also have a look at viewportMinimum & viewportMaximum which can be used to zoom programatically.

    ___
    Suyash Singh
    Team CanvasJS

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

You must be logged in to reply to this topic.