I am using chart widget to show previous temperature and humidity data and I think it will look cool if I add fade to the area under the line in the chart
This feature is already supported by LVGL library.
I want to achieve something like this.
I am using chart widget to show previous temperature and humidity data and I think it will look cool if I add fade to the area under the line in the chart
This feature is already supported by LVGL library.
I want to achieve something like this.
Even in LVGL this special colouring is not a built-in feature, but is achieved by a lengthy custom code in the drawing callback of the chart. SquareLine Studio doesn’t support it readily either, you’ll need to program it in the exported LVGL code.