Skip to content
Snippets Groups Projects
Commit cf29e698 authored by syuilo's avatar syuilo
Browse files

chore(client): Fix bug

parent 132da7e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
}))
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment