Is there a way to render multiple statbar (up orientation) next to each other in a single column?
Hello @wbgTHEMECO,
Thanks for asking. 
If you are looking for a vertical statbar then you can use CSS transform property. If the requirement is to have multiple statbar then the same can be added in separate columns or in the same column. Please add following inline CSS under Customize > Setup:
$el{-webkit-transform: rotate(90deg);}
To learn more about transform property, please take a look at following resource.
https://www.w3schools.com/cssref/css3_pr_transform.asp
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.