🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
路径D:\ireport365\ireport365.war\WEB-INF\classes\report-resource\design.js 监听修改 主要修改 option.series[0].itemStyle.normal.areaColor ~~~ scope.$watch("component.config.areaColor", function(newValue, oldValue) { if (isValidColorValue(newValue)) { var option = component.config.chartConfig; option.series[0].itemStyle.normal.areaColor = newValue; //console.log(option) scope.component.context.chart.setOption(option, true) } }); ~~~ 搜索 option = angular.copy(chinaMapOptionTemplate);这行代码 下面同理 改 默认地图颜色 `option.series[0].itemStyle.normal.areaColor = "#cccccc";`