Can you help with Extension Gauge App Inventor?

It has been three years since I looked at it. Will need to refresh my memory.

[EDIT] - had a look, this is the wrong type of output for what you want.

Search for progress bar as previously suggested, or you can create a simple progress gauge using the canvas and draw arc.

Here is one more complicated example:

uses a GoogleChart Gauge html and a javascript loader stored in Media and a WebViewer

and

is similar.

The first link shows how you can work with the html colors and might be what you would like to do. You would have to modify the html script to make it what you want it to do.

Otherwise you might follow Tim's suggestions.

Did you get your gauge to work as you desire? :slight_smile: . When you do you might post the code that works for you so others might learn.

Thank you. But I need a radial gauge for a water level indicator.
I will try to explain what I am struggling with:
Delete colors
here I want to get rid of the green,pink,yellow and brown.

Progress
I want to add the progress (Pink)

Hope this helps.

Thank you SteveJG.
I like this guage from the aia in the link. I would just like to modify some of the features and have done so. I just dont know where to modify the colors I want to remove and where to add the progress as shown above.

Herewith a simple example

archGauge.aia (2.2 KB)

image

Thank you TIMAI2