'缩放'

parent c38c0e78
Pipeline #528 failed with stages
......@@ -117,7 +117,6 @@ class App extends Component {
normal:{
borderWidth: 1,
borderColor: '#333',
color : 'pink'
}
},
label: {
......@@ -160,6 +159,7 @@ class App extends Component {
{
type: 'value',
}],
yAxis: {
type: 'category',
data: this.state.AxisY,
......@@ -176,9 +176,9 @@ class App extends Component {
dataZoom: {}
}
},
dataZoom: {
type: 'inside'
},
// dataZoom: {
// type: 'inside'
// },
series: series,
};
myChart.setOption(option);
......
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