What is the problem or goal you're trying to solve or accomplish?
For the default line chart, it currently does not support the following condition:
See the today's full day’s progression until the current time for the X-axis
For historical data (time shift data), it would show the full day’s progression until the end of the day
Both the historical data (time shift data) would have the dotted line plotted fully, while the todays full day’s progression would stop at the current time data that is available.
How are you solving it currently?
Filter the date to be yesterday (as 1 day ago data) and the time shift data to be 1 day later as the todays data.
What is your recommended solution?
Provide option to change the default line chart to a time-series line chart to fit the functionality mentioned.