mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 05:13:38 +08:00
FIX: better handling of resizing in stacked charts (#6921)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user