Karsa 1 an în urmă
părinte
comite
222bf4143c
2 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  1. 2 1
      src/hooks/chart/useChartRender.ts
  2. 2 2
      src/views/chartShow/index.vue

+ 2 - 1
src/hooks/chart/useChartRender.ts

@@ -385,8 +385,9 @@ const setSeasonOptions = () => {
     xDateFormat: '%m/%d',
   }
 
+  let colors = chartTheme&&chartTheme.colorsOptions.reverse();
   return {
-    colors:chartTheme.colorsOptions.slice(-chartDataHandle.length),
+    colors:colors.slice(-chartDataHandle.length),
     series: seasonData,
     yAxis: seasonYdata,
     xAxis,

+ 2 - 2
src/views/chartShow/index.vue

@@ -47,7 +47,7 @@
         v-text="JSON.parse(chartInfo.Instructions).text"
         :style="`
           color: ${JSON.parse(chartInfo.Instructions).color};
-          fontSize: ${ JSON.parse(chartInfo.Instructions).fontSize }px
+          font-size: ${ JSON.parse(chartInfo.Instructions).fontSize }px
         `"
       ></div>
     </div>
@@ -59,7 +59,7 @@
         v-if="chartInfo.SourcesFrom&&JSON.parse(chartInfo.SourcesFrom).isShow"
         :style="`
             color: ${ JSON.parse(chartInfo.SourcesFrom).color };
-            fontSize: ${ JSON.parse(chartInfo.SourcesFrom).fontSize }px;
+            font-size: ${ JSON.parse(chartInfo.SourcesFrom).fontSize }px;
         `"
       >
           source:<em>{{ JSON.parse(chartInfo.SourcesFrom).text}}</em>