diff --git a/TODO b/TODO index d708940..40b0323 100644 --- a/TODO +++ b/TODO @@ -15,4 +15,3 @@ CALC: * still get double health insurance bills sometimes (just viewing a new date might trigger this??? or at least when I changed years) UI: - allow shift-scrollwheel to zoom diff --git a/templates/index.html b/templates/index.html index e6454c5..dda4487 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,6 +11,7 @@ + @@ -358,7 +359,7 @@ // Highcharts configuration Highcharts.chart('graph', { - chart: { type: 'line' }, + chart: { type: 'line', zooming: { type: 'x' } }, colors: [ 'orange' ], title: { text: 'Savings Over Time' }, xAxis: { @@ -385,7 +386,7 @@ {% if COMP %} // Highcharts configuration Highcharts.chart('graph-comp', { - chart: { type: 'line' }, + chart: { type: 'line', zooming: { type: 'x' } }, colors: [ 'orange', // Custom color 1 'cyan', // Custom color 2