|
@@ -285,9 +285,9 @@ const setOtherData = function (type,data) {
|
|
|
getOtherEacths(dataMap[type].fn,dataMap[type].id,dataMap[type].series,dataMap[type].color);
|
|
|
}
|
|
|
// 其他三个图表
|
|
|
-const getOtherEacths = function (hanldeFn,id,data,color) {
|
|
|
+const getOtherEacths = function (handleFn,id,data,color) {
|
|
|
// 基于准备好的dom,初始化echarts实例
|
|
|
- hanldeFn();
|
|
|
+ handleFn();
|
|
|
const myChart = echarts.init(document.getElementById(id));
|
|
|
const option = {
|
|
|
title: {
|