Having trouble enabling 2 vertical Axes
-
Here’s my shortcode:
[gdoc key=”https://docs.google.com/spreadsheets/d/1gE6tqODSDwcspkIwIvg6T6-8CIz5lA3Pw73rFS0meFI/edit#gid=1275782974″ query=”Select B, C, F” chart=”Line” style=”height: 500px; max-width: 100%;” chart_line_width=”1″ chart_legend='{“position”: “top”}’ chart_series='{1: {“Axis”: “T”}}’]I’ve also tried:
<!–
chart_series='{“0”: {“axis”: “Pressure”}, “1”: {“axis”: “T”}}’
chart_v_axes='{“format”:”# mBar,# °F”}’
//this one worked, but want label instead of units on the side:
chart_v_axis='{“format”: “mBar”}’ chart_h_axis='{“format”: “°F”}’chart_series='{“axis”: {0: “Pressure”, 1: “T”}}’
chart_series='{“axis”: {“0”: “Pressure”, “1”: “T”}}’
chart_series='{“0”: “Pressure”}’ chart_series='{“1″:”T”}’
series='{0: {axis: “Pressure”}, 1: {axis: “T”}}’
series: {0: {axis: ‘Temps’}, 1: {axis: ‘Daylight’}}0: {axis: ‘Temps’},
chart_series='{“axis”: “Pressure”}’
chart_series='{0: {“axis”: “Pressure”}, 1: {“axis”: “T”}}’
chart_series='{“0”: {“axis”: “Pressure”}, “1”: {“axis”: “T”}}’
chart_series='{“axis”: “Pressure”, “axis”: “T”}’
–>Appreciate any assistance 🙂
The topic ‘Having trouble enabling 2 vertical Axes’ is closed to new replies.