mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
FIX: attempts to prevent stacked-chart from being cut off (#7608)
This commit is contained in:
@ -114,6 +114,7 @@ export default Ember.Component.extend({
|
|||||||
display: true,
|
display: true,
|
||||||
gridLines: { display: false },
|
gridLines: { display: false },
|
||||||
type: "time",
|
type: "time",
|
||||||
|
offset: true,
|
||||||
time: {
|
time: {
|
||||||
parser: "YYYY-MM-DD",
|
parser: "YYYY-MM-DD",
|
||||||
minUnit: "day"
|
minUnit: "day"
|
||||||
|
Reference in New Issue
Block a user