We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ac1ae commit a35b7d0Copy full SHA for a35b7d0
jquery.flot.js
@@ -1693,8 +1693,7 @@
1693
1694
ctx.fillStyle = axis.options.color;
1695
// Important: Don't use quotes around axis.font.family! Just around single
1696
- // font names like 'Times New Roman' that have a space in it, or if it includes a
1697
- // special character).
+ // font names like 'Times New Roman' that have a space or special character in it.
1698
ctx.font = f.style + " " + f.variant + " " + f.weight + " " + f.size + "px " + f.family;
1699
ctx.textAlign = "start";
1700
// middle align the labels - top would be more
0 commit comments