Created
August 14, 2014 04:44
-
-
Save libo1106/d053d66633cd780df200 to your computer and use it in GitHub Desktop.
Highchart String Format 保留多少位小数
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pointFormat: {point.percentage:.2f} | |
// :.2f表示保留2位小数,:.0f表示保留两位小数 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment