Lv_chart_set_type for each data series

Hi,
Is it possible to set the different graphic style for each series?
Example:

v_chart_set_type (serie1, LV_CHART_TYPE_LINE);
v_chart_set_type (serie2, LV_CHART_TYPE_COLUMN);

Thanks
Walter

It’s not supported now.

However, it can be a new feature in v6.1. Would you be interested in implementing it?

As a workaround, you can create a transparent chart on top of another with a different type.

Hi,
For me it would be an interesting function. When do you think you can implement it?

Thanks
Walter

I meant you can also add this feature. There are some things to discuss but we kindly help figure out the details. If you are interested please open an issue on GitHub and discuss the details there.