Please refer to attached embedded video screen capture.
Using oj-gauges, have set the input values with read-only double brackets like this:
[[value]]
for example:
<div class="neo-gauge oj-flex-item">
<oj-status-meter-gauge id="apache2" label="[[cpu]]" metric-label="[[customMetricLabel]]" color="green" min="0" max="100" value="[[apache2]]" orientation="circular" class="circular-status-meter-common circular-status-meter-large">
</oj-status-meter-gauge>
But for some buggy or strange reason, I can move the gauges, per the video, with my mouse, which is unwanted behavior on the desktop.
However, on mobile, it makes scrolling navigation problematic.
What Oracle JET property am I missing to insure the user cannot move the dials around?
Thanks!
https://www.youtube.com/watch?v=yWgiEoEzaHQ
