Echarts虚线(分格)柱状图

363 阅读1分钟

直接步入正题:

            {
              name: "dotted",
              type: "pictorialBar",
              symbol: "rect",
              //itemStyle: {
                //color: "#0f375f",
              //},
              symbolRepeat: true,
              symbolSize: [12, 4],
              symbolMargin: 3,
              z: -10,
              data: [10],
            },