Kaynağa Gözat

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

fanlongfei 7 yıl önce
ebeveyn
işleme
6bd7183df4
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      WebSite/index.html

+ 2 - 2
WebSite/index.html

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