Real-Time Gauge
Next: Configuration

This is a tutorial about how to show a Hightchart Real-Time Gauge from OGC SensorThing API Datastreams. Please notice that Highchart is free only for Non-commercial uses. Click the "Start" button to start

Start Tutorial

Real-Time Gauge

This is a tutorial about how to show a Hightchart Real-Time Gauge from OGC SensorThing API Datastreams. Please notice that Highchart is free only for Non-commercial uses.

Please include Highcharts in the webpage.

Then, add a div in the webpage. Give it an id and set a specific width and height which will be the width and height of your chart.

Configuration

A chart is initialized by adding the JavaScript tag, '<script> </script>', anywhere in a webpage, containing the following code.

  • chart type: Set Type as 'solidguage'.
  • pane: This configuration object holds general options for the combined X and Y axes set. Each xAxis or yAxis can reference the pane by index.

Get value from SensorThings

Please refer to the documentation for the SensorUp SensorThings API for more information.

 / tutorial / realtimeGauge.html
1
2
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/highcharts-more.js"></script>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  •  tutorial
    •  realtimeGauge.html
    •  realtimeGauge.js