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

Stacked bar specific #3000

Closed
gabrieldesouza opened this issue Jul 20, 2016 · 1 comment
Closed

Stacked bar specific #3000

gabrieldesouza opened this issue Jul 20, 2016 · 1 comment

Comments

@gabrieldesouza
Copy link

 var stackedLine = new Chart(ctx, {
    type: 'line',
    data: data,
    options: {
        scales: {
            yAxes: [{
                stacked: true
            }]
        }
    }
});

It is possible to make only one column in bar graph stacked and the rest of the normal columns ? If yes how ?

I'm using the Chartjs v2

@etimberg
Copy link
Member

@gabrieldesouza this is not possible at the moment. There is more detailed discussion in #2643

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