LVGL v8 How to adapt "Faded area[...]" example to over 200 points on Chart?

Hello, I’ve used [Faded area line chart with custom division lines](https://Faded area line chart with custom division lines) example to create chart and if worked well for default amount of dots (10) but after I adjusted it by

	lv_chart_set_point_count(chart, 216);

faded area is no more! How to adjust example settings to make it cover the chart again?