Commit 7fb6e7c0 authored by leon's avatar leon

feat: bar map label show

parent 5ac58102
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
brushType: 'stroke' brushType: 'stroke'
}, },
label: { label: {
show: true, show: this.elementInfo.option.dataset.show,
position: 'right', position: 'right',
formatter: (value) => { formatter: (value) => {
if(this.elementInfo.option.dataset.formatter) { if(this.elementInfo.option.dataset.formatter) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment