ToolBox Can‘t Switch Magic Type
Open
bug
topic: toolbox
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
4.2.0-rc.2
### Steps to reproduce
#### Step1:The toolbox config is:
```
toolbox:{
show:true,
orient:'vertical',
feature: {
dataView: {
readOnly: false
},
magicType: {
type: ["line", "bar"]
},
restore: {},
saveAsImage: {}
}
}
```
#### Step2:Click data view,than click refresh
#### Step3:The line,bar,restore button can't work
### What is expected?
The line,bar,restore can work
### What is actually happening?
The line,bar,restore button can't work
Contributor guide
Assessment
This issue has not been assessed yet.