Quote:
Originally Posted by theducks
 I was right , hen I corrected myself
Code:
{series_index:0>5.2f} - Five characters, consisting of two digits with leading zeros, a decimal point, then 2 digits after the decimal point
|
"s" is for string (textual data) formatting, "f" is for float (numerical data) formatting.
Just keep that in mind, and you can spot the problem at a glance.
Whether using this 5.2f formatting or not, it doesn't make much sense to use "s" with numbers, like in the original
Code:
{series}{series_index:0>2s| [|] }{title}