Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Meitar

    (@meitar)

    how to change the format of the numbers of the axes, for example:
    {Format ‘currency’} or {format: ‘percent’}

    If you’ve read the docs, you should know this is for the vAxis or hAxis properties. So you use the chart_v_axis or chart_h_axis attributes, respectively: chart_h_axis='{"format": "percent"}'

    how to change the axis Legend position as they are on the right side and I would like to stay below the graph

    Again, as per the docs:

    An object with members to configure various aspects of the legend. To specify properties of this object, you can use object literal notation, as shown here:

    {position: 'top', textStyle: {color: 'blue', fontSize: 16}}
    
    Thread Starter marcelocpires

    (@marcelocpires)

    thank you!
    sorry but besides not speak English I’m not programmer …
    I could not change the place of legend, for it does not appear I use what command?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Axis titles position’ is closed to new replies.