Commit 467b9545 authored by olau@iola.dk's avatar olau@iola.dk

Put tickLabel class on tick labels (regression)


git-svn-id: https://flot.googlecode.com/svn/trunk@254 1e0a6537-2640-0410-bfb7-f154510ff394
parent f8211fd5
......@@ -1576,7 +1576,7 @@
for (var a in pos)
style.push(a + ":" + pos[a] + "px")
html.push('<div style="' + style.join(';') + '">' + tick.label + '</div>');
html.push('<div class="tickLabel" style="' + style.join(';') + '">' + tick.label + '</div>');
}
html.push('</div>');
}
......
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