lv_chart_set_value_by_id2() function
Set an individual point's x and y value of a chart's series directly based on its index Can be used only with `LV_CHART_TYPE_SCATTER`.
Arguments
obj
pointer to chart object
ser
pointer to a data series on 'chart'
id
the index of the x point in the array
x_value
the new X value of the next data
y_value
the new Y value of the next data