Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong scale in dual axis line chart? #11088
Comments
|
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
|
We do some basic math in superset to align the ticks on both sides. Are you saying the visualization shown is wrong or that it doesn't match your expectations of how axis/range should be set? |
I would say that it is wrong because the "index" is just a rebase number of "price", so the lines should be totally overlapped. And if in case there are two sets of data, one is not a rebase of another, you want to compare the trend/pattern of them, the chart cannot present it accuratley because the scales are not aligned. And there is no function for us to change the scale settings of both axis. |
|
Thanks for reporting, we will investigate this issue next week and let you know. |


I want to create a dual axis line chart, Y1 axis shows the actual figure(price) and Y2 axis shows the index (rebased number of price), as following:

However the lines are not overlapped in superset, which is misleading:

superset version: 0.36.0