youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

showMinorLabels doesn't work #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take the "Basic Example" 
(http://flotr.googlecode.com/svn/trunk/flotr/examples/prototype/basic.html)
2. Add the "showMinorLabels: true" to the "xaxis" structure in options
3. See that the minor ticks do not have labels

What is the expected output? What do you see instead?
I expect to see labels for each minor tick

What version of the product are you using? On what operating system?
latest trunk

Please provide any additional information below.
Looking at the source code, it appears that minor tick labels are only drawn 
for circular grids. (However, when I test minor tick labels on the Basic Radar 
Example, it seems to draw the minor tick labels *on top of* the next major tick 
label.)

Original issue reported on code.google.com by spoon.re...@gmail.com on 10 Sep 2010 at 8:08

GoogleCodeExporter commented 8 years ago
In fact, for the "Basic Radar Example", setting showMinorLabels to true for the 
y axis causes the data not to appeear

Original comment by spoon.re...@gmail.com on 10 Sep 2010 at 8:19