FIX: better handling of resizing in stacked charts (#6921)

This commit is contained in:
Joffrey JAFFEUX
2019-01-22 11:20:50 +01:00
committed by GitHub
parent d32900292d
commit 9148f7675b
3 changed files with 4 additions and 8 deletions

View File

@ -68,9 +68,9 @@ export default Ember.Component.extend({
return {
type: "bar",
data,
responsive: true,
maintainAspectRatio: false,
options: {
responsive: true,
maintainAspectRatio: false,
hover: { mode: "index" },
tooltips: {
mode: "index",