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

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"