chore(client): Fix bug
This commit is contained in:
parent
132da7e3c0
commit
cf29e69813
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ export default Vue.extend({
|
|||
borderColor: x.color,
|
||||
borderDash: x.borderDash || [],
|
||||
backgroundColor: alpha(x.color, 0.1),
|
||||
fill: x.fill == null ? true : x.false,
|
||||
fill: x.fill == null ? true : x.fill,
|
||||
hidden: !!x.hidden
|
||||
}))
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue