A measurement component, often using a fixed dial and a rotating hand.
Questions tagged [gauge]
454 questions
22
votes
7 answers
Simple gauge view like speedmeter in android?
I want to have a simple gauge view where i will define the start value and the end value and have a pointer to show given variable value.
So i can show a given value like speedmeter. For example if my the value of a textView is 1300, then next to…

oikonomopo
- 4,025
- 7
- 44
- 73
20
votes
1 answer
Show color thresholds in c3.js gauge
I'm trying to configure a c3gauge chart but I would like to show the threshold values in the chart (outside labels with the color would be nice) just to realize how far the value is from the next level.
Any one can help me?
This is the gauge…

user1948455
- 201
- 2
- 4
16
votes
4 answers
How to draw gauge chart in R?
How can I draw the following plot in R?
Red = 30
Yellow = 40
Green = 30
Needle at 52.

Manish
- 3,341
- 15
- 52
- 87
15
votes
2 answers
Scaling flexdashboard gauge in R
I'm trying to use flexdashboard::gauge, but it is always the same size(doesn't scale) and I don't know how to change it's size. I know there is a way to do this for normal plots using renderPlot and setting for example height. Is there a way to do…

user38129
- 161
- 1
- 4
11
votes
2 answers
Android Gauge Animation Question
Okay so i've been trying to do this for a couple of days and i am getting no where. So i have the following two images:
The First is a RPM Gauge
The Second image is a full white graphic representing rpm gauge being full:
I want to do the…

Mark Manickaraj
- 1,661
- 5
- 28
- 44
10
votes
1 answer
How to update MicroMeter gauge according to labels
I use MicroMeter gauges in a Spring Boot 2 application to track statuses of objects. On status change, the statusArrived() method is called. This function should update the gauge related to that object.
Here is my current implementation:
public…

neophat
- 187
- 1
- 10
8
votes
2 answers
R shiny gauge chart
Could someone help me draw a gauge chart in R Shiny?I don`t need it to be dynamic, but to have a KPI that I assign with a value and to show that when I run the app.It should be red from 0 to 0.3, yellow from 0.3 to 0.5 and green from 0.5 to 1.

Andreea
- 149
- 1
- 3
- 10
8
votes
2 answers
How to set log level when running Gauge tests via Maven plugin
When running my Gauge tests via mvn gauge:execute -DspecsDir=specs the console output is polluted with DEBUG output.
16:33:46.950 [main] DEBUG org.reflections.Reflections - could not scan file META-INF/MANIFEST.MF ...
16:33:46.951 [main] DEBUG…

benny.la
- 1,212
- 12
- 26
7
votes
2 answers
Gauge D3.js display value at the top of the needle
I'm kinda new to D3.js, and I managed to create a gauge with what I found on the Internet. But I couldn't find any gauge showing the current value at the top of the needle.
Something like this : what I want
Obviously I'd like the value to follow the…

derOtterDieb
- 545
- 4
- 12
- 35
7
votes
2 answers
Android How to rotate needle when speed changes?
I have written an application where I have a speedometer with a needle, and I am trying to rotate the needle around its center with the speed changes.
I calculate the speed values of download speed from the internet from that that angle also…

NagarjunaReddy
- 8,621
- 10
- 63
- 98
6
votes
2 answers
Echarts: How to remove bottom space in gauge chart
I'm trying to implement a gauge chart using Baidu's Echarts.
The grid properties applied to other charts are applied, but the bottom space is not removed in the gauge chart as shown in the figure below. Actually, the grid property removes the space…

Chris Joo
- 577
- 10
- 24
6
votes
1 answer
How to plot plotly gauge charts next to each other?
It seems like plotly gauge charts are not compatible with subplot because I end up with two gauge charts on top of each other.
library(plotly)
fig1 <- plot_ly(
domain = list(x = c(0, 1), y = c(0, 1)),
value = 270,
title = list(text =…

SRL
- 145
- 9
6
votes
3 answers
Highcharts solidgauge : How can I disable gradient fill?
I'm trying to use Highcharts new solidgauge plugin.
http://jsfiddle.net/4zVU8/2/
source code as provided by highchart
The gauge accepts three STEP parameters to show different color based on the Data. The problem is that it displays color in…

siddhant Kumar
- 411
- 8
- 20
5
votes
2 answers
iPhone/iPad circular intensity gauge control (image included)
I found this interesting interface(starts at 33 seconds http://vimeo.com/22946428 ), and would like to design something similar for my own apps. I'm particularly interested in the circular intensity gauge/knob control as on the attached image.
It…

Alex Stone
- 46,408
- 55
- 231
- 407
5
votes
1 answer
How to display the last value in Grafana Gauge
I'm new to using Grafana and I'm trying to display the last value of a table that's organized by dates in a Gauge visualization.
All the options I'm seeing to displaying the data are grouping methods like max, average, sum and so on.
Is there a way…

user10000
- 137
- 1
- 2
- 7