Commit 0f42fe88 authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents 98621776 d3d1e313
......@@ -77,7 +77,7 @@ export default {
//x轴文字的配置
show: true,
interval: 0, //使x轴文字显示全
// rotate: '15',// 刻度标签旋转的角度
rotate: "60", // 刻度标签旋转的角度
formatter: function (value) {
var texts = value;
if (label.length > 3 && label.length <= 6) {
......@@ -139,13 +139,14 @@ export default {
show: true, // 显示dataZoom组件
start: 0, // 默认显示的起始位置为0
end: 80, // 默认显示的结束位置为100
handleSize: 0.1, // 滑动条的手柄大小
height: 6,
handleSize: 0, // 滑动条的手柄大小
handleStyle: {
color: "#DCE2E8", // 滑动条的手柄颜色
},
xAxisIndex: [0], // 表示控制第一个x轴
filterMode: "filter", // 设置为filter模式,即数据超过范围时会被过滤掉
bottom: -10,
bottom: 5,
},
],
......
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