A measurement component, often using a fixed dial and a rotating hand.
Questions tagged [gauge]
454 questions
2
votes
0 answers
How to make a resizable gauge with QML - text size problem
I am trying to make a resizable gauge (audio fader like in the image below) with Gauge / GaugeStyle.
Tickmarks shall be left and right of the fader.
Somehow I am unable to find a way to correctly change the pointSize / pixelSize of the tickmark…

Matts
- 21
- 3
2
votes
1 answer
A gauge chart using XlsxWriter?
I tried to find a gauge chart based on XlsxWriter but I haven't found anything on the web. I don't want to reinvent the wheel. Does someone have already build this chart or know where I can find a python script?

Gilles Criton
- 673
- 1
- 13
- 27
2
votes
1 answer
Does not show html report in the reports folder in my gauge project
When I execute my gauge maven project, I cannot see the html report in the reports folder. I have the default settings in env property files.

Kushani Karunarathne
- 351
- 1
- 4
- 10
2
votes
2 answers
Simplest way to reset all values of a Prometheus Gauge to 0
Currently, I'm looping through all the labels and setting their values to 0 manually. I was wondering whether there is less error-prone way.
Context:
I'm using a Prometheus Gauge to monitor the maximum number of duplicates found in my data. The data…

Simeon Stoykov
- 21
- 1
- 3
2
votes
1 answer
using gauges in ionic 3
I am doing a project in Ionic 3 and need to use a gauge in it.
The examples are of ionic 2 and it is difficult to understand and integrate it.
Can anyone please explain how to resolve this issue?
If anyone has a working gauge can you please share…

CodeMine
- 179
- 3
- 10
2
votes
2 answers
React Speedometer or gauge. How to created labelled speedometer in react?
I have used this library to draw speedometer. https://github.com/palerdot/react-d3-speedometer
I want to set label on each segment. Please help if there is any other library to draw chart like this.

Shakti
- 189
- 1
- 3
- 15
2
votes
0 answers
How to make a gap or margin bottom to labels?
I am using gauge.js library.
I want to make a gap or margin bottom to labels. Any help will be really appreciated . Thanks
selectGauge3 = new Gauge(document.getElementById("canvas-preview"));
var opts = {
angle: 0.05,
radiusScale: 0.8, //…

Tajdar Khan Afridi
- 390
- 2
- 9
2
votes
1 answer
Gauge D3, display values positions
I'm trying to use some ready written javascript to make gauge. I'm almost there, but i cannot figure how to manage value captions.
Here is how my code works now:
And this is how I like it to work:
Don't know how to approach to problem. Working…

Wiltson
- 65
- 2
- 8
2
votes
0 answers
Skip Gauge test dynamically
I'm trying to find way to skip Gauge execution dynamically (with ignoring all next steps but without failing).
For example I have some spec
Before test
===========================================================
* Before…

gad_gadskiy
- 160
- 1
- 11
2
votes
1 answer
ggplot2: doughnuts, how to conditional color fill with if_else
Following guides like ggplot Donut chart I am trying to draw small gauges, doughnuts with a label in the middle, with the intention to put them later on on a map.
If the value reaches a certain threshold I would like the fill of the doughnut to…

Jacek Kotowski
- 620
- 16
- 49
2
votes
1 answer
Gauge Framework and Allure Report integration in multimodule maven project
I use Gauge framework for my automated testing and I'd like to use Allure to generate reports. Unfortunately, Allure hasn't adapter for this.
My project consists of several modules, each of them has its own pom.xml.
Main pom.xml (fragment):
…

ArtemFromMoscow
- 21
- 4
2
votes
1 answer
The value set doesn't get displayed in the Medusa Gauge
I tried adding a Medusa Gauge to my JavaFX project that uses FXML.
I mapped the fx:id correctly in the scene builder and set a value to be displayed.
But unfortunately the value doesn't get displayed and only the default 0.00 is displayed.
Here is…

Dilini Peiris
- 446
- 1
- 6
- 16
2
votes
1 answer
Center align Google Gauge Chart
I am struggling to get a Google Gauge Chart to center align.
I would like to have a row with a centered gauge char and one row with a centered line chart.
I have tried various options and using "display: inline-block" but does not work.
The row…

jchris
- 59
- 1
- 5
2
votes
1 answer
angular2-highcharts error: “Chart is unknown chart type”
I'm trying to display a simple highchart inside my Angular 2 app, but it always gives me the following error:
Here my app.module.ts:
import { ChartModule } from 'angular2-highcharts';
@NgModule({
imports: [
ChartModule.forRoot('highcharts')
…

B. Ciervo
- 135
- 4
- 16
2
votes
1 answer
Activity gauge High Chart with Range option
I have used activity gauge from the HighChart. I want activity gauge chart with the range option in data. See the below example:
Suppose my yAxis have a min and max value 0 to 100.
yAxis: {
min: 0,
max: 100
}
I want series data…

Rav's Patel
- 743
- 6
- 22