Placing a chart inside a smaller container makes the chart scrollable inside the container, but it seems that the scrolling is limited based upon the chart alignment used with “lv_obj_align”. If I use LV_ALIGN_TOP_LEFT scrolling works fine in all directions. With LV_ALIGN_CENTER, I can scroll in the +x and -y directions only. With LV_ALIGN_LEFT_MID, I can’t scroll in the +y direction. Why is the scrolling limited by the initial chart alignment within the container?
Hi @dwelch! Can you provide a minimal code showing this? So that I can reproduce on my side and we be on the same page. Also, wich lvgl version are you using?