Superset version: 0.26.2
superset druid connector bug with time series - line chart. when we use more than one time shift like 1 day, 1 week time shift, the chart will show like this:

three lines separate and render data within the whole x-axis

what you expected to happen.
the chart could render correctly like above image.
advanced analytics, choose more than one time shift.Run QueryAdvanced Analytics like below

(please complete the following information):
0.26.22.7Make sure these boxes are checked before submitting your issue - thank you!
We debug and find the root cause, the cache key will be conflict for those time shift. That means 1 week time shift will use 1 day time shift's data.
Why the cache_key conflct? https://github.com/apache/incubator-superset/blob/0.26.2/superset/viz.py#L342 because the difference of 1 day and 1 week key was delete.
Does anyone have the same problem? should we change the logic of cache_key?
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Most helpful comment
Issue-Label Bot is automatically applying the label
#bugto this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.