FIX: attempts to prevent stacked-chart from being cut off (#7608)

This commit is contained in:
Joffrey JAFFEUX 2019-05-27 15:43:27 +02:00 committed by GitHub
parent a2d7eab31d
commit 395f0ca126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ export default Ember.Component.extend({
display: true,
gridLines: { display: false },
type: "time",
offset: true,
time: {
parser: "YYYY-MM-DD",
minUnit: "day"