Sorry, Ignition 8.1. Perspective. I hope I formatted the code correctly:
[
{
"type": "ia.chart.gauge",
"version": 0,
"props": {
"startAngle": -90,
"endAngle": 270,
"outerAxis": {
"maxValue": 12,
"width": 16,
"color": "#D5D5D500",
"ranges": [
{
"start": 0,
"end": 0,
"width": 0,
"color": "#D5D5D500"
}
],
"needle": {
"reach": 75,
"color": "#000000"
},
"tickMarks": {
"color": "#C0C0C000",
"thickness": 0
},
"data": "value",
"percentRadius": 75,
"show": true
},
"innerAxis": {
"maxValue": 60,
"width": 1,
"color": "#C0C0C000",
"ranges": [
{
"start": 0,
"end": 0,
"width": 0,
"color": "#77b6d800"
}
],
"needle": {
"color": "#000000"
},
"tickMarks": {
"color": "#C0C0C000"
},
"data": "secondaryValue",
"percentRadius": 85,
"show": true
},
"animate": true,
"backgroundColor": "#C0C0C000"
},
"meta": {
"name": "Gauge_1"
},
"position": {
"x": 0.0885,
"y": 0.0213,
"height": 0.1,
"width": 0.8143
},
"custom": {},
"propConfig": {
"props.secondaryValue": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "direct",
"tagPath": "[TNC_Provider]SJEC/CTRL/MINUTES"
},
"type": "tag"
}
},
"props.value": {
"binding": {
"config": {
"fallbackDelay": 2.5,
"mode": "direct",
"tagPath": "[TNC_Provider]SJEC/CTRL/HOURS"
},
"type": "tag"
}
}
},
"events": {
"dom": {
"onClick": {
"config": {
"params": {},
"view": "SCREENS/TNC WRF/LOGINS"
},
"scope": "C",
"type": "nav"
}
}
}
}
]