Hi,
My x-values contain only week days data and when I click last 2 days button, my intention is to see last two weekdays data.
Reproducer - https://jsfiddle.net/gyd2n6L3/
On clicking `2D` button, only single data point for Monday is shown, I want to change it to show Friday and Monday both. How do I achieve this?
Thanks!