Browse Source

bugfix--副标题颜色和数值设定颜色冲突-雷达图

qianming 2 years ago
parent
commit
d0edcbcd51

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/radarCharts/widget-radar.js

@@ -387,7 +387,7 @@ export const widgetRadar = {
             {
               type: 'vue-color',
               label: '字体颜色',
-              name: 'subTextColor',
+              name: 'dataColor',
               required: false,
               placeholder: '',
               value: '#fff'

+ 2 - 2
report-ui/src/views/bigscreenDesigner/designer/widget/radar/widgetRadar.vue

@@ -251,7 +251,7 @@ export default {
             position: "top",
             distance: 10,
             fontSize: optionsSetup.fontSize,
-            color: optionsSetup.subTextColor,
+            color: optionsSetup.dataColor,
             fontWeight: optionsSetup.fontWeight,
           },
           lineStyle: {
@@ -333,7 +333,7 @@ export default {
             position: "top",
             distance: 10,
             fontSize: optionsSetup.fontSize,
-            color: optionsSetup.subTextColor,
+            color: optionsSetup.dataColor,
             fontWeight: optionsSetup.fontWeight,
           },
           lineStyle: {