Dear Support,
We want to control bar width to prevent fat bars. We can use 'plotSpacePercent' to control it.
However, number of data points is flexible, so plotSpacePercent must be changed too. How can I determine plot space percentage automatically from the number of data points?
I know plot space percentage is related to cavas width. Once I know cavas width, and then I can compute plot space percentage. So another questions is: How do I know cavas width? We only can set chart width, and I don't want to set cavas width by myself.
Regards,
Richard