Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Number formatting uses the d3 number format. You can use the following rules in your formula.

The format specifier is modeled after Python 3.1's built-in format specification mini-language. The general form of a specifier is:

 

Code Block
languagepy
titleNumber Format
[fill][align][sign][symbol][width][,][.precision][type]