💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
路径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";`