diff --git a/ui/app/components/line-chart.js b/ui/app/components/line-chart.js index 633c33945..e268c49fa 100644 --- a/ui/app/components/line-chart.js +++ b/ui/app/components/line-chart.js @@ -48,6 +48,10 @@ export default Component.extend(WindowResizable, { return `line-chart-fill-${guidFor(this)}`; }), + maskId: computed(function() { + return `line-chart-mask-${guidFor(this)}`; + }), + activeDatum: null, activeDatumLabel: computed('activeDatum', function() { diff --git a/ui/app/templates/components/line-chart.hbs b/ui/app/templates/components/line-chart.hbs index a5add6a24..33e8dc19f 100644 --- a/ui/app/templates/components/line-chart.hbs +++ b/ui/app/templates/components/line-chart.hbs @@ -1,29 +1,28 @@ - - - - - + + + + + + - +
-
    -

    - - - {{activeDatumLabel}} - - {{activeDatumValue}} -

    -
+

+ + + {{activeDatumLabel}} + + {{activeDatumValue}} +