Commit a35b7d0f authored by Michael Mayer's avatar Michael Mayer

Corrected inline comment

parent 82ac1aec
...@@ -1693,8 +1693,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment