I have 3 sets of comparison data(y axes) which needs to be plotted against a target source values. I'm comparing exports, gdp, standard of living values of different countries against a target countries values for different years. But values of each category are haphazard i.e exports in millions of dollars, gdp in percentage and standard of living scale of 1 to 10. Moreover I have years value for comparison as well.
What I want to see is over the years how different parameters for each country over different years vary against the target country parameters. All of this plotted in one graph in plotly. I can plot multiple y axes in plotly, but the scale doesn't match.
Has anyone any suggestions how to fit all the comparison in one layout. Maybe this is more of a graphing suggestion needed rather than help in plotly? Any ideas how to squeeze all in one graph?