whao před 2 roky
rodič
revize
c439a3dd07
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -1031,7 +1031,7 @@
 							normal: {
 								show: true,
 								position: 'inside',
-								offset: [-20, 1],
+								offset: [0, 1],
 								formatter: function(obj) {
 									return (obj.value).toLocaleString() + '%';
 								},