467 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
52
views
Dealing with a series of prometheus gauges that are actually events
We are using the https://github.com/Labbs/github-actions-exporter at my workplace and I'm having a hard time accomplishing a query that can alert us when a particular workflow in a particular repo has ...
0
votes
0
answers
54
views
How to add arrow in radial bar chart Nivo
Add arrow on bar chart in Nivo chart
Nivo radial bar chartradial bar chart, also known as a circular bar chart, is a graphical representation of data that uses bars arranged in a circular layout ...
user avatar
user2533687
1
vote
0
answers
44
views
Flutter Radial Gauge restarts after max value instead of clamping or reversing
I'm using the SfRadialGauge widget in Flutter to allow users to select a loan amount by dragging a pointer. The gauge has a maximum value of 10,00,000.
However, I'm facing an issue where if I drag ...
0
votes
0
answers
36
views
overlap of sticks and number in pyecharts.Gauge
When drawing gauge using pyecharts, there is overlap between sticks and number.
import pyecharts.options as opts
from pyecharts.charts import Gauge
(
Gauge()
.add(series_name="业务指标",...
0
votes
1
answer
99
views
"Failed to find Gauge project directory. Missing manifest.json file" Error thrown from Maven build
On a newly created Maven / Java project the pom dependencies were set for Gauge.
After scripting the specs, step-definition, function layer, and page layer the IntelliJ throws the following error upon ...
0
votes
2
answers
56
views
How to set a gauge environmental property using batch file?
I have an environmental property file in Gauge:
env -> Local -> local.properties where there is a property VDI_NAME like VDI_NAME=N as default value.
I want to set it to host name of the ...
0
votes
0
answers
8k
views
Gauge java is getting Killing runner with PID:XXX forcefully
I am running tests using gauge on my jenkins node.
My shell script at some point runs :
/usr/local/bin/gauge run specs
I am reaching a point where the output is :
Successfully generated html-report ...
-1
votes
1
answer
83
views
gauge run specs command stops if one spec failed. How i can run all specs even if one failed?
I am using Javacript framework gauge +taiko+.
When I run :
gauge run specs
This command stops if one spec fail.
How i can run all specs even if one failed ?
I want to run specs in sequential order ...
2
votes
1
answer
285
views
How to draw custom gauge in flutter using syncfusion_flutter_guage
I want to create a custom gauge using #syncfusion_flutter_gauge package but couldn't get the desired output.
Following code I used to get the current version as shown bellow:
SfRadialGauge(
...
0
votes
1
answer
99
views
How to Ensure Full Gradient Coverage in a Rounded StrokeCap Arc in Flutter?
I'm working on a Flutter project where I'm drawing a half-circle gauge with a gradient that transitions from red to yellow to green, using a SweepGradient. The arc looks great overall, but I've ...
0
votes
0
answers
232
views
Prometheus Gauge Metric: Inconsistent Sum Over Time for Device Status
I have a gauge metric that tracks device_status (ON/OFF). I would like to determine how many seconds a device was ON for a given period (e.g., yesterday, the current week, or the current month).
For ...
2
votes
1
answer
1k
views
Changing size of Gauge element
I created a circular gauge for progressive view with stop button in middle of it, but the circle looks quite big. I am unable to reduce it's size. How do I change the size of circle?
Code:
import ...
0
votes
1
answer
2k
views
How to set panel title and display name from my query in Grafana?
just worked a little bit with Grafana already but I got stuck at the naming of my gauge visualization.
What I'm trying to achieve is, that the panel title under Panel Options is created from my SQL ...
3
votes
2
answers
209
views
Create a gauge chart with Highcharter in R
I am trying to create a gauge plot as the following image:
The df is:
df <- structure(list(Genero = c("Hombre", "Mujer"), Media = c(46.7,
53.3)), row.names = c(NA, -2L), class ...
0
votes
1
answer
365
views
How to add horizontal gauge chart on muix charts?
I am trying to create a horizontal gauge chart using muix chart library. Attached is the type that exists on mui chart and the one I am trying to create.
Gauge chart from muix charts
Horizontal gauge ...