Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Spreadsheets: How to add multiple y axis for a Timeline chart

I have a table with multiple columns. First column is date and the rest are unit price of A, B etc... A and B are on different scales (Say 10 and 1000). If I plot the Timeline chart, I do not have a way to see both A and B on different scales. How can I configure multiple y axes with different ranges? Any apis out there?timeline chart

like image 438
sadashiv30 Avatar asked Feb 10 '18 02:02

sadashiv30


People also ask

Can you have 3 axis on a graph?

Definition: You can use a 3 Axis Graph to plot data points along two or more axis. A 3 Axis Graph uses two or more axis to display the relationships in key metrics and dimensions in your raw data.


1 Answers

You need to apply a "right axis" to one of the series.

Double-click the chart, go to Customize tab, then Series dropdown. Then with the settings "apply to" one of the series, choose "right axis" and customize as you desire.

like image 67
swinc Avatar answered Oct 17 '22 12:10

swinc