Questions tagged [google-gauges]

Google Gauge is a gauge chart developed with a dial using Google Charts, rendered within the browser using SVG or VML. Can also be generated using Google Visualization API. All questions related to the Google Gauge should use this tag.

Google Gauge is a gauge chart developed with a dial using Google Charts, rendered within the browser using SVG or VML. Can also be generated using Google Visualization API. All questions related to the Google Gauge should use this tag.

27 questions
7
votes
1 answer

Can Google Gauges work properly in IE?

EDIT 2 Does anyone understand the latest post of how he got it working: "i used https instead of http inside script tag.It worked." -Comment 22 by nithin...@gmail.com, Feb 07 (3 days ago) Which tag is he referring to? Is that where you…
5
votes
1 answer

How to print the bottom label of google gauge outside the guage?

I am trying to print the bottom label of the Google gauges outside(just below the respective gauges). Also, I want to provide two different suffixes for the two gauges. I have tried giving separate formatters(formatter1, formatter2) for both and…
phanny
  • 577
  • 1
  • 6
  • 27
3
votes
1 answer

How to get gauge chart in vue-google-charts to work - alternatives?

In my vue project, I want to display the NPS score in the form of a gauge chart. The easiest way was to use vue-google-charts. Unfortunately, it seems like this type is not implemented. vue-google-charts are working on my project. If I stick with…
1574ad6
  • 85
  • 1
  • 11
2
votes
0 answers

Google gauges in python (reportlab)

I am currently writing a program that will automatically generate PDF files using reportlab (a python module). I would like to know if it would be possible to put google gauges in but not as an image, instead as a request sent to google which…
Sam Creamer
  • 5,187
  • 13
  • 34
  • 49
2
votes
1 answer

How to add latest TimesStamp to Google Gauge

I need help adding latest TimesStamp to page that displays Google gauge. I have made gauge work and auto refresh without the need to refresh the page, but now I need to display on it, or next to it when the latest entry in database was made…
2
votes
1 answer

Multiple options for Gauge Charts in Google Charts

I'm using google charts to render a gauge charts for 3 values (inlet pressure, outlet pressure and difference) Example I'm using this example jsfiddle, but I have an issue that all the 3 gauges have the same options and ranges so I need to make each…
Ahmed Ibrahim
  • 256
  • 1
  • 2
  • 12
2
votes
1 answer

Google Gauge Chart - Add Text Label for each gauge section

I am trying to use Google gauge charts in my page. Now I want to add text in the chart for each section or colors. Can I do that inside the chart. I tried doing some html modification but with no help. Trying from this link…
Kaushik Ray
  • 555
  • 2
  • 8
  • 21
2
votes
1 answer

Add suffix using "google.visualization.NumberFormat"

Been trying to add a '%' beside the value on a Google Gauge chart, I'm sure it's something stupid I am missing. Here is what I tried, following another post: Adding a % sign to Google Gauges google.charts.load('current', { …
2
votes
1 answer

Google Chart getImageUri for Gauge chart

In our application we are creating lots of charts using google charts and we need to create image from those charts. For core charts we are able to generate the images using getImageUri, but for gauge charts it is not supported. How can we achieve…
USArora
  • 31
  • 2
2
votes
1 answer

Gauge chart maximum value

Here is the code for simple Google gauge chart copied from Google code playground. …
mpsbhat
  • 2,733
  • 12
  • 49
  • 105
2
votes
1 answer

Multiple Instances of Google Visualizations Chart Inside Separate Divs

I'm trying to show several Google Gauge charts in separate divs on the same screen. I also need to handle the click event on those divs (consequently the charts). I tried to do that dynamically but I had some issues. But anyway, even when I tried do…
Kassem
  • 8,116
  • 17
  • 75
  • 116
1
vote
1 answer

How to automatically update Google Gauge

I'm kinda rookie in this, but I need help with Google Gauge that should take latest entry in database and display it, while updating automatically without the need to reload the site. Right now I have code that displays it, but for it to update to…
1
vote
0 answers

How to visualize data from firebase and display on gauge chart

I tried to get data from firebase to display on gauge chart but it's doesn't show anything and shown error Uncaught (in promise) Error: Unknown type of value in 0,1 Here's my js code. var db = firebase.database(); google.charts.load('current',…
1
vote
0 answers

Google gauge chart does not show up with another charts on te same page

Google gauge chart does't show up with another charts on the same page. I have tried put code which is responsible for gauge chart in first line but it wont help. It only works when is alone. This is my code: