Skip to content

Commit

Permalink
Dont startOnTick: true, it breaks alignment during winterÄ
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-werner committed Nov 12, 2016
1 parent ed730ea commit c1ab561
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions js/charts.js
Expand Up @@ -606,8 +606,7 @@
}
},
plotBands: stripeDays(daily),
plotLines: stripeNow(forecast),
startOnTick: true
plotLines: stripeNow(forecast)
},
plotOptions: {
series: {
Expand Down Expand Up @@ -873,8 +872,7 @@
}
},
plotBands: stripeDays(daily),
plotLines: stripeNow(forecast),
startOnTick: true
plotLines: stripeNow(forecast)
},
yAxis: {
title: {
Expand Down Expand Up @@ -941,8 +939,7 @@
}
},
plotBands: stripeDays(daily),
plotLines: stripeNow(forecast),
startOnTick: true
plotLines: stripeNow(forecast)
},
yAxis: {
title: {
Expand Down Expand Up @@ -1005,8 +1002,7 @@
}
},
plotBands: stripeDays(daily),
plotLines: stripeNow(forecast),
startOnTick: true
plotLines: stripeNow(forecast)
},
yAxis: {
title: {
Expand Down Expand Up @@ -1116,8 +1112,7 @@
}
},
plotBands: stripeDays(daily),
plotLines: stripeNow(forecast),
startOnTick: true
plotLines: stripeNow(forecast)
},
yAxis: [
{
Expand Down

0 comments on commit c1ab561

Please sign in to comment.