Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line graph rendering inaccurate for some value sets #19

Open
wilzan opened this issue Oct 18, 2011 · 0 comments
Open

Line graph rendering inaccurate for some value sets #19

wilzan opened this issue Oct 18, 2011 · 0 comments

Comments

@wilzan
Copy link

wilzan commented Oct 18, 2011

I've found certain combinations of values result in inaccurate plotting on a line graph.

For instance:

var linegraph = new Grafico.LineGraph($('lineGraph'), {
        series: [21,22,23,24,25]
    }, {
        width: 600, 
        height: 400, 
        stroke_width: 1
    });

Screenshot

And:

var linegraph = new Grafico.LineGraph($('lineGraph2'), {
        series: [19,23,27,31,35]
    }, {
        width: 600, 
        height: 400, 
        stroke_width: 1
    });

Screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant