Hi B&R Community,
Customer has a requirement to have a scrollbar implementation to be able to navigate through the history of a LineChart that is updating live.
Has anyone face this and know how to implement it in mappView?
The biggest challenge is I guess that the thumb size must vary. The width of it decreases as the history data of the graph increases.
I thought about implementation with basic slider but thumbsize can only be changed over styling. I would then need to create a lot of style ids since the max size of the scrollbar is 1012px and the min is 8px.
Thanks for your help