Commit f0b54780 authored by leon's avatar leon

feat: xaxis formatter

parent 024c87fe
......@@ -61,7 +61,7 @@
that.ec.option = {
...that.elementInfo.option,
xAxis: {
...that.elementInfo.option.xAxis,
...that.$u.common.dealAxisFormatter(that.elementInfo.option.xAxis),
data: categories
},
yAxis: yAxis,
......
......@@ -53,7 +53,7 @@
that.ec.option = {
...that.elementInfo.option,
xAxis: {
...that.elementInfo.option.xAxis,
...that.$u.common.dealAxisFormatter(that.elementInfo.option.xAxis),
data: categories
},
yAxis: yAxis,
......
......@@ -52,7 +52,7 @@
that.ec.option = {
...that.elementInfo.option,
xAxis: {
...that.elementInfo.option.xAxis,
...that.$u.common.dealAxisFormatter(that.elementInfo.option.xAxis),
data: categories
},
yAxis: yAxis,
......
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