Questions tagged [gauge]

A measurement component, often using a fixed dial and a rotating hand.

454 questions
-1
votes
1 answer

Built linear gauge with highcharts (with pointer)

I'm trying to recreate a linear gauge chart of fusionchart in highcharts. This is the example that I am trying to recreate. Head:
Kees de Jager
  • 582
  • 1
  • 7
  • 25
-1
votes
1 answer

Insert last label on highchart graph

I want to show the last label as the max value on this pie. In this example I want it to show 825000 as the last label. Is there a way to do this? "yAxis": [{ "lineWidth": 0, "min": 0, "max": 825000, /* Budget + Contingency */ tickColor:…
-1
votes
1 answer

Dynamic values in WPF Gauge

I am new at WPF and C# but I am picking up quite swiftly thanks to this community. I have tried to implement an Angular Gauge from live charts into my project. It works great with only one binded value and the rest of the values fixed like in this…
Cosmin
  • 565
  • 1
  • 8
  • 33
-1
votes
1 answer

Intellij run error

i've created gauge-maven project in Intellij. i'm using Gauge version: 0.8.1 Gauge plugin version Version: 0.3.1 but i got error. [ValidationError] /Users/muge.karakas/IdeaProjects/fghf/specs/example.spec:11 Step implementation not found => 'Vowels…
Aidan Aidan
  • 33
  • 1
  • 2
  • 9
-1
votes
2 answers

Core Graphics angle gradient for gauge

I'm trying to apply an angle gradient to the dashes created with the code I've written inside a custom UIView class, as below. Although it needs tweaking, I'm happy with the results it produces so far. Given the input parameters in the view…
Max
  • 29
  • 1
-1
votes
1 answer

canvas.drawText seems does not work properly in Android api >19

I have an issue that is making me crazy. I created an Android library for a Custom gauge view of a car applicaction. On this gauge view there's a scale with values drawn with function Canvas.drawText(). Everything was working fine when running whis…
martin.p
  • 331
  • 3
  • 16
-1
votes
1 answer

How to implement the Moto Body rounded gauge

I am looking for a library or code snippet that implements the rounded gauge to Android Wear, like the Moto Body. How to implement it?
marceloquinta
  • 713
  • 12
  • 20
-1
votes
1 answer

Custom needleless gaugeview

I am trying to make a custom gauge in android. I googled a lot but I can only find examples for gauges using a needle. I however want to make a range gauge (no needle) Can anyone help me or give me an example? Thanks in advance.
Max Helskens
  • 121
  • 1
  • 11
-1
votes
1 answer

FLEX 3 : library for pie charts and vertical gauge

Which is the best library to build pie charts and vertical gauge with Flex 3 ? I like Fusioncharts. Other alternatives ? What about Anychart ?
user817057
  • 127
  • 1
  • 11
-1
votes
1 answer

How to bind a field to a gauge control?

I've added a WPF gauge control from this class https://github.com/JohanLarsson/GaugeBox but I'm not sure how to wire the control up to a field of type double degreeOutput declared in the code behind. My aim is to bind degreeOutput to the gauge…
Brian Var
  • 6,029
  • 25
  • 114
  • 212
-1
votes
2 answers

Remove middle marker from gauge chart

Im working with High chart gauge solid module, and a middle marker is displayed on the graph which I want to hide it, How I can do this? The attached image is the cart rendered output. Here is my code: (".graph-container").highcharts({ …
user435245
  • 859
  • 4
  • 16
  • 28
-1
votes
1 answer

Teechart Gauge - draw line between 2 values

I have 2 GaugeSeries (GaugeSeries1.Value and GaugrSeries2.Value). I would like draw a line between these two values (i.e connect these 2 points with a line), but I don't know how do it.
-2
votes
1 answer

A half gauge/speedometer animation using javascript

I am having a problem with a gauge "click here", I need this gauge animated on change of amount given below the "GAUGE" not on "Turnover amount": function initGauge() { document.getElementById("class-code-name").innerHTML = "Gauge"; …
-2
votes
1 answer

iOS & CoreGraphics: Draw gauge

I am not familiar with CoreGraphics and UIBezierPath's, but I have to draw 90 degree gauge with two halves: positive & negative. I want to be able to draw the progress (positive or negative) with a gauge arrow. However, I can't draw the graph.…
Lucifer
  • 480
  • 3
  • 12
-2
votes
2 answers

Create gauge chart using amCharts

I want to create a clock/gauge chart using amCharts. amCharts provides a tool to draw chart as per the requirement but still i am facing an issue to create a chart. I am drawing chart using following link: https://live.amcharts.com/new/edit/ I need…
Sagar Rawal
  • 1,442
  • 2
  • 12
  • 39
1 2 3
30
31