jwyu 2 anni fa
parent
commit
d0ab2dbb3a

+ 4 - 1
src/views/hzyb/chart/positionAnalysis/components/ChartBox.vue

@@ -23,6 +23,9 @@ const chartDefaultOpts={
             dataLabels: {
                 enabled: true,
                 inside:true,
+                // overflow:'allow',
+                // crop:false,
+                // y:-100,
                 formatter:function(e){
                     return this.point.options.isLabel
                 }
@@ -55,7 +58,7 @@ function chartRender(){
     }
     let yAxis={
         opposite:true,
-        gridLineWidth: 0,
+        gridLineWidth: 1,
         endOnTick: false,
         showLastLabel: true,
         lineWidth: 1,