Browse Source

update style

Karsa 1 năm trước cách đây
mục cha
commit
f51246a122
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/hooks/chart/useChartRender.ts

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

@@ -1598,8 +1598,8 @@ const setRadarChart = () => {
       categories,
       labels: {
         allowOverlap: true,
-        // autoRotationLimit: 40,
-        distance: 10,
+        // align:'center',
+        distance: 15,
         style: {
           ...chartTheme&&chartTheme.xAxisOptions.style
         }