whao 2 anos atrás
pai
commit
c439a3dd07
1 arquivos alterados com 1 adições e 1 exclusões
  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() + '%';
 								},