ojStatusMeterGauge DIV
oj Status Meter Gauge Demo
HTML
<div data-bind="ojComponent: {
component: 'ojStatusMeterGauge',
min: 0,
max: 100,
value: cskValue,
orientation: 'circular',
plotArea: {rendered: 'on'},
metricLabel: {rendered: 'on'},
title: {text: 'Sales'},
readOnly: false
}"
style=
"margin: 5px auto;
height:100px;
width:45%;">
</div>