Commit d3d1e313 authored by 姬鋆屾's avatar 姬鋆屾

pref:优化柱状图横坐标展示形式,修改短视频上传大小限制

parent 86a8d67e
......@@ -77,7 +77,7 @@ export default {
//x轴文字的配置
show: true,
interval: 0, //使x轴文字显示全
rotate: '60',// 刻度标签旋转的角度
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