Chart shift to right

Description

LVGL support LV_CHART_UPDATE_MODE_SHIFT / LV_CHART_UPDATE_MODE_CIRCULAR mode for chart updateing. Is it possible shift right which is newer data comes to right. LV_CHART_UPDATE_MODE_CIRCULAR mode is doing that way, but keep circularting end of the tick count.

Thanks advnce.
BR
HS

What MCU/Processor/Board and compiler are you using?

ESP32 Wrover

What LVGL version are you using?

LVGL 9.2

What do you want to achieve?

What have you tried so far?

Code to reproduce

lv_chart_set_update_mode(obj, LV_CHART_UPDATE_MODE_SHIFT); 

or 

lv_chart_set_update_mode(obj, LV_CHART_UPDATE_MODE_CIRCULAR); 


Screenshot and/or video