I know we can make use of
scheduler.updateCollection( ‘sections’, );
to refresh full y-axis, but if I have to update only a specific element in y-axis, how do I do that.
I tried using a reduced value but then using that with updateCollection returned me only that list, while I wanted to keep the full y-axis list as it is, but only update few elements, as I do not want to refresh the full y-axis.
Is it possible?