Vertical progress bar

Hi!
I'm going to redesign the layout of my app by introduce a real time chart.
To improve readabilty I would like to combine a vertical progress bar as described below.
image

Is there any extension to draw a vertical progress bar? I've only found horizontal and circular progress bars

Thanks for insight

Use a canvas

or you could create a bar chart, using the same data (but set all the point values to max). In Google Charts there is a histogram chart variant which might fit the bill...

or use a label (with green bg color) inside an arrangement (vertical align set to bottom).
When got data, set the label's height.

1 Like

Thanks @Kevinkun ... here is the result :slight_smile:
I just need to work a bit on aesthetic and add a strait line for the average

image

FlyingBirdChart.aia (476.5 KB)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.