mirror of https://github.com/masayuki0812/c3.git
Browse Source
If no format is defined and argument v is a Number, then this Number will be returned as it is. For instance, this can be the case if your min value on the y axis is 0 (zero). This causes the attempt to read text.length in getSizeFor1Char(tick) to fail, since length is undefined for a Number. This in turn leads to a failed detection of the height and width of the tick text, which is important if you want to increase the font size of the tick text via CSS.pull/1395/head
Marcel Bruse
9 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue