Speedometer chart

Hello,
I need to make a simple chart that will show me the current speed that I store in the appropriate column. The goal is to show it on the speedometer, but I know that I won’t achieve this effect in the appsheet, so it can also be shown on a donut chart.
How do you recommend doing this?
Maybe there is a better solution to this problem?

1 Like

I recommend that you consider QuickChart:

https://quickchart.io/sandbox#%7B%22chart%22%3A%22%7B%5Cn%20%20type%3A%20’gauge’%2C%5Cn%20%20data%3A%20%7B%5Cn%20%20%20%20datasets%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20value%3A%2050%2C%5Cn%20%20%20%20%20%20%20%20data%3A%20%5B20%2C%2040%2C%2060%5D%2C%5Cn%20%20%20%20%20%20%20%20backgroundColor%3A%20%5B’green’%2C%20’orange’%2C%20’red’%5D%2C%5Cn%20%20%20%20%20%20%20%20borderWidth%3A%202%2C%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%5D%2C%5Cn%20%20%7D%2C%5Cn%20%20options%3A%20%7B%5Cn%20%20%20%20valueLabel%3A%20%7B%5Cn%20%20%20%20%20%20fontSize%3A%2022%2C%5Cn%20%20%20%20%20%20backgroundColor%3A%20’transparent’%2C%5Cn%20%20%20%20%20%20color%3A%20’%23000’%2C%5Cn%20%20%20%20%20%20formatter%3A%20function%20(value%2C%20context)%20%7B%5Cn%20%20%20%20%20%20%20%20return%20value%20%2B%20’%20mph’%3B%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20bottomMarginPercentage%3A%2010%2C%5Cn%20%20%20%20%7D%2C%5Cn%20%20%7D%2C%5Cn%7D%22%2C%22width%22%3A500%2C%22height%22%3A300%2C%22version%22%3A%222.9.4%22%7D

It can make the following kind of chart:

Here are some relevant posts in this community:

Using QuickChart in your apps

QuickChart. . . with a video by @MultiTech .

4 Likes