diff --git a/src/plugins/plot/MctPlot.vue b/src/plugins/plot/MctPlot.vue index a09abaa35d..eff7e13423 100644 --- a/src/plugins/plot/MctPlot.vue +++ b/src/plugins/plot/MctPlot.vue @@ -94,9 +94,15 @@ - +
@@ -121,12 +129,14 @@ v-if="!isFrozen" class="c-button icon-pause" title="Pause incoming real-time data" + aria-label="Pause incoming real-time data" @click="pause()" > @@ -134,6 +144,7 @@ @@ -142,12 +153,14 @@ class="c-button icon-crosshair" :class="{ 'is-active': cursorGuide }" title="Toggle cursor guides" + aria-label="Toggle cursor guides" @click="toggleCursorGuide" >