@@ -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,