Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
refactoring solution and adding dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
noahamac committed Jan 14, 2020
1 parent 68b0fe5 commit 7b3f3d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/liquid_fill_gauge.js

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions src/examples/liquid_fill_gauge/liquid_fill_gauge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,9 @@ const vis: LiquidFillGaugeVisualization = {
waveAnimate: false,
waveRise: false
})
// @ts-ignore
d3.liquidfillgauge(this.svg, value, gaugeConfig)
return
} else {
// @ts-ignore
d3.liquidfillgauge(this.svg, value, gaugeConfig)
return
}
// @ts-ignore
d3.liquidfillgauge(this.svg, value, gaugeConfig)

}
}
Expand Down

0 comments on commit 7b3f3d8

Please sign in to comment.