• Resolved wvnutt

    (@wvnutt)


    Hello! I am able to format the vertical and horizontal column for a standard chart. And I’m able to create a chart with two vertical columns. But for charts with two vertical columns, I’m unable to format those two vertical columns individually. I would think the following code would work, but the formatting is ignored.

    chart_v_axis='{"0":{"format":"#,###%"},"1":{"format":"currency"}}'

    Thank you!

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

    (@meitar)

    According to the Google Chart documentation for vAxis, I don’t believe that is possible. It is certainly not the case that numeric strings represent column numbers.

    Thread Starter wvnutt

    (@wvnutt)

    I went to retrieve a link for you and found the issue!

    When I said “column,” I meant “axis” (not sure if that mislead you—sorry if so).

    In the above code, I needed to use chart_v_axes (with an e), not chart_v_axis (with an i).

    Thanks so much for the great plugin and support!

    Plugin Author Meitar

    (@meitar)

    Oh, I see. 🙂 Glad you worked it out.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Formatting Two Vertical Columns’ is closed to new replies.