We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@gabrieldesouza this is not possible at the moment. There is more detailed discussion in #2643
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: