LVGL v8 Change Chart dot's Size

Is there any way to change the charts dot size? They are HUGE on tiny displays.

Thanks
Coffen

Hi!
Try change radius:
https://docs.lvgl.io/master/widgets/extra/chart.html?highlight=radius
See example codes on doc page.

This works :
lv_obj_set_style_size(chart, 1, LV_PART_INDICATOR);

This has no effect :
lv_obj_set_style_radius(chart, 1, LV_PART_ITEMS);