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

Axis of linechart is incorrectly drawn in chrome #206

Open
fresheneesz opened this issue Dec 23, 2014 · 0 comments
Open

Axis of linechart is incorrectly drawn in chrome #206

fresheneesz opened this issue Dec 23, 2014 · 0 comments

Comments

@fresheneesz
Copy link

In chrome, the following gives a graph that has the correct line, but the y-axis is stretched to double the width, so a line that should start at the bottom of the y-axis starts in the middle:

        var paper = Raphael(div, 320, 200);

        paper.linechart(0,0, 100, 100, [1,2,3,4, 5], [2,3,5,7,10], {
            axis: '0 0 1 1',
            symbol: 'circle',
            width: 1,
            colors: ['blue', 'green', 'yellow']    
        })

On firefox, it works properly

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