refactor(charts): add CustomTooltips, add chartId prop

This commit is contained in:
xidedix
2018-05-25 17:47:07 +02:00
parent 4aa02846e3
commit c4d5ff886c
16 changed files with 371 additions and 229 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default {
data: [40, 20, 80, 10]
}
]
}, {responsive: true, maintainAspectRatio: false})
}, {responsive: true, maintainAspectRatio: true})
}
}
</script>