Corrected inline comment

pull/1/head
Michael Mayer 15 years ago
parent 82ac1aecb0
commit a35b7d0fea

@ -1693,8 +1693,7 @@
ctx.fillStyle = axis.options.color; ctx.fillStyle = axis.options.color;
// Important: Don't use quotes around axis.font.family! Just around single // Important: Don't use quotes around axis.font.family! Just around single
// font names like 'Times New Roman' that have a space in it, or if it includes a // font names like 'Times New Roman' that have a space or special character in it.
// special character).
ctx.font = f.style + " " + f.variant + " " + f.weight + " " + f.size + "px " + f.family; ctx.font = f.style + " " + f.variant + " " + f.weight + " " + f.size + "px " + f.family;
ctx.textAlign = "start"; ctx.textAlign = "start";
// middle align the labels - top would be more // middle align the labels - top would be more

Loading…
Cancel
Save