CarlicosMar / dwpe

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

Support for Y-Label Interval #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
is it possible to add an option for setting the yLabelInterval value?

For example:

    jQuery('.visualizeMe')
        .visualize({
            type: 'line',
            yLabelInterval: 100,
            topValue: 1000,
            bottomValue: 0
        });

for letting the Y-Axis go from 0 to 1000 in 10 steps (0,100,200,300,...,1000).

Kind regards

Original issue reported on code.google.com by pascal.n...@googlemail.com on 9 Nov 2010 at 10:37

GoogleCodeExporter commented 8 years ago
Agreed,

I have some dollar amounts that are split up by some really weird numbers and 
it's a mess. I'd rather see the very TOP of the Y-axis missing, and just go by 
thousands, or hundreds. 

Perhaps there would also be a way to auto-calculate based on teh min and max 
numbers given, without having to actually specify the yLabelInterval etc. 

Original comment by sonikast...@gmail.com on 19 Aug 2011 at 6:36

Attachments: