diff --git a/src/components/charts/TempChart.vue b/src/components/charts/TempChart.vue index 530fe1835..80fa415aa 100644 --- a/src/components/charts/TempChart.vue +++ b/src/components/charts/TempChart.vue @@ -6,7 +6,9 @@ :init-options="{ renderer: 'svg' }" :autoresize="true" :style="tempchartStyle" - class="tempchart" /> + class="tempchart" + @mouseenter.native="hoverChart = true" + @mouseleave.native="hoverChart = false" />