Просмотр исходного кода

修改 商丘官网 饼图 保留小数为 两位;

fanlongfei лет назад: 7
Родитель
Сommit
6bd7183df4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      WebSite/index.html

+ 2 - 2
WebSite/index.html

@@ -980,7 +980,7 @@
980 980
 								}
981 981
 							},
982 982
 							tooltip: {
983
-								pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
983
+								pointFormat: '{series.name}: <b>{point.percentage:.2f}%</b>'
984 984
 							},
985 985
 							plotOptions: {
986 986
 								pie: {
@@ -997,7 +997,7 @@
997 997
 									dataLabels: {
998 998
 										enabled: true,
999 999
 										color: '#626262',
1000
-										format: '{point.name}: <b>{point.percentage:.1f}%</b>'
1000
+										format: '{point.name}: <b>{point.percentage:.2f}%</b>'
1001 1001
 									}
1002 1002
 								}
1003 1003