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

Commit

Permalink
Merge pull request #48 from looker/rlm1023/liquid-fill-gauge/default-…
Browse files Browse the repository at this point in the history
…circle-color

Set the default circle color to an actual color.
  • Loading branch information
RichardCzechowski authored Oct 5, 2018
2 parents 4b6682d + 40edc55 commit 8461ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/liquid_fill_gauge.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/examples/liquid_fill_gauge/liquid_fill_gauge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const vis: LiquidFillGaugeVisualization = {
},
circleColor: {
label: 'Circle Color',
default: defaults.circleFillGap,
default: defaults.circleColor,
section: 'Style',
type: 'string',
display: 'color'
Expand Down

0 comments on commit 8461ce1

Please sign in to comment.