Home | History | Annotate | Download | only in src

Lines Matching refs:comma

2142       var match = d3_format_re.exec(specifier), fill = match[1] || " ", align = match[2] || ">", sign = match[3] || "", symbol = match[4] || "", zfill = match[5], width = +match[6], comma = match[7], precision = match[8], type = match[9], scale = 1, prefix = "", suffix = "", integer = false;
2147 if (comma) width -= Math.floor((width - 1) / 4);
2151 comma = true;
2190 var zcomma = zfill && comma;
2204 if (!zfill && comma) before = formatGroup(before);