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

[v2] combo bar line : lines are not properly displayed #1971

Closed
Seb33300 opened this issue Feb 2, 2016 · 2 comments
Closed

[v2] combo bar line : lines are not properly displayed #1971

Seb33300 opened this issue Feb 2, 2016 · 2 comments

Comments

@Seb33300
Copy link

Seb33300 commented Feb 2, 2016

Hello,

Since the build around January 31, on "line bar combo" charts, only dots are displayed on the line chart.

You can see the issue on the combo bar line sample:
https://github.com/nnnick/Chart.js/blob/v2.0-dev/samples/combo-bar-line.html

Seb

@etimberg
Copy link
Member

etimberg commented Feb 3, 2016

This is related to a commit that added in some performance fixes. As an immediate work around you can set your config with the showLines property. We need to update the default config to include this property

config = {
    showLines: true
};

@etimberg
Copy link
Member

etimberg commented Feb 3, 2016

Fixed in #1972

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

No branches or pull requests

2 participants