Questions tagged [jsgauge]

jsgauge is a pure JavaScript gauge visualization component. It works in all browsers that support the canvas element and in Internet Explorer using Explorer Canvas.

jsgauge is a pure JavaScript gauge visualization component. It works in all browsers that support the canvas element and in Internet Explorer using Explorer Canvas.

https://code.google.com/p/jsgauge/

14 questions
2
votes
2 answers

Creating a dynamic gauge in React using percentages

I am creating a BMI calculator and I am trying to create a gage so that as that it reflects the BMI. I am using a gage using 'react-gauge-chart` and it is rendered like this
mastercool
  • 463
  • 12
  • 35
2
votes
1 answer

gauge.js max limit wont set to true?

I have been using gauge.js on my site to plot the number of sales on my website, however when my value goes over the set max limit the gauge is going around again, have done some research and found that I need to set my 'limitMax' to true and it…
PHPNewbie
  • 247
  • 4
  • 19
2
votes
1 answer

Javascript: How to update the max value of a gauge chart?

My current code will only change dynamically the total. I would like to change the Max value dynamically as well, since the max value will change depending on the filter you apply. The code is the following resource1=[ …
2
votes
1 answer

creating Gauge using jsGauge

i am creating a gauge using jsGauge the answers in this link Create a gauge using jsgauge has helped me but i am trying to make a gauge that can display percentage for example 55.57%. as shown on jsgauge plugin page http://code.google.com/p/jsgauge/…
user1852933
  • 117
  • 1
  • 3
  • 11
1
vote
1 answer

How to pass command line arguments into the implementation js file in gauge project?

I am using gauge-js for running puppeteer scripts and I am trying to pass in custom argument from command lines. while I am running my gauge run spec command to run the test cases I want to pass in any custom argument like gauge run spec…
1
vote
0 answers

Angular2 Support in Bernii gauge

is this library bernii/gauge.js supported in angular2 in accordance with typescript? .Please help.
1
vote
1 answer

Gradient color in Gauge.js not working

I'm trying to implement gauge using Gauge.js. I want to implement it with gradient color. I'm facing some problems to implement this. My current implemented gauge screen shot : 1) Gradient color not working My script:
stefun
  • 1,261
  • 3
  • 24
  • 54
1
vote
2 answers

Create a gauge using jsgauge

I have created a gauge using jsgauge plugin What I am not able to do is to control the speed of the needle. It should move to the assigned value a bit slower than the default speed. The needle should also start from 0. The fiddle for this is…
0
votes
0 answers

Change Kendo UI - RadialGauge Pointer Type to custom

I'm trying to change the Pointer in Kendo UI's RadialGauge, but I don't see a option to do it in jsx file. This is what I'm trying to achieve- Notice the Black pointer's shape. It's more of a dear-drop shape. This is how my gauge looks as of…
theLearner
  • 363
  • 4
  • 16
0
votes
0 answers

How to custom gauge js

I am doing gauge indicator and choose https://bernii.github.io/gauge.js/ my script is var opts = { angle: -0.12, // The span of the gauge arc lineWidth: 0.16, // The line thickness radiusScale: 1, // Relative radius …
Jumpman
  • 21
  • 3
0
votes
1 answer

Creating semi circular a Gauge using NVd3

I have a project in which I am using nvd3.js and want to create a semi-circular gauge. How do I create it? I did try to use guage.js for the same but the problem I am facing there is that I cannot add customized/tags labels for the gauge that are of…
0
votes
0 answers

Jquery Gauge, pointer exceeds the highest value of the arc. How to resolve?

I am creating a Jquery Gauge. In this way, the largest value of the arc is '100', but if I set the pointer value to '110', it overflows the arc limit, like the image: Someway to resolve this problem or set a 'max value'/'range' for the…
-1
votes
1 answer

How can I add custom icons to Gauge

I am using the gauge.js library and I need to add custom icons to the gauge bars. var opts = { }; var target = document.getElementById('guage'); var gauge = new Gauge(target).setOptions(opts); gauge.set(50); // set actual value
sirushti
  • 47
  • 1
  • 11
-2
votes
1 answer

Json array contains json objects parsing in javascript

Here i need some help in json…
Aravind Cheekkallur
  • 3,157
  • 6
  • 27
  • 41