diff --git a/src/components/state-history-chart-timeline.js b/src/components/state-history-chart-timeline.js index 21400075e9..a426276856 100644 --- a/src/components/state-history-chart-timeline.js +++ b/src/components/state-history-chart-timeline.js @@ -91,7 +91,7 @@ export default Polymer({ }); chart.draw(dataTable, { - height: 55 + numTimelines * 42, + height: 55 + numTimelines * 42, timeline: { showRowLabels: stateHistory.length > 1