From 16733bbe040e368a1c603466591d57d64f8f645a Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 13 Oct 2018 15:57:02 -0700 Subject: [PATCH] Revert column graph widths --- data/interfaces/default/js/graphs/plays_by_dayofweek.js | 1 - data/interfaces/default/js/graphs/plays_by_hourofday.js | 1 - data/interfaces/default/js/graphs/plays_by_month.js | 1 - data/interfaces/default/js/graphs/plays_by_platform.js | 1 - .../default/js/graphs/plays_by_platform_by_stream_type.js | 1 - data/interfaces/default/js/graphs/plays_by_source_resolution.js | 1 - data/interfaces/default/js/graphs/plays_by_stream_resolution.js | 1 - data/interfaces/default/js/graphs/plays_by_user.js | 1 - .../interfaces/default/js/graphs/plays_by_user_by_stream_type.js | 1 - 9 files changed, 9 deletions(-) diff --git a/data/interfaces/default/js/graphs/plays_by_dayofweek.js b/data/interfaces/default/js/graphs/plays_by_dayofweek.js index 7c18a32e..ef1e224f 100644 --- a/data/interfaces/default/js/graphs/plays_by_dayofweek.js +++ b/data/interfaces/default/js/graphs/plays_by_dayofweek.js @@ -50,7 +50,6 @@ var hc_plays_by_dayofweek_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_hourofday.js b/data/interfaces/default/js/graphs/plays_by_hourofday.js index 88f3037d..3fe0964f 100644 --- a/data/interfaces/default/js/graphs/plays_by_hourofday.js +++ b/data/interfaces/default/js/graphs/plays_by_hourofday.js @@ -50,7 +50,6 @@ var hc_plays_by_hourofday_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_month.js b/data/interfaces/default/js/graphs/plays_by_month.js index 5faf9037..b32ef713 100644 --- a/data/interfaces/default/js/graphs/plays_by_month.js +++ b/data/interfaces/default/js/graphs/plays_by_month.js @@ -50,7 +50,6 @@ var hc_plays_by_month_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_platform.js b/data/interfaces/default/js/graphs/plays_by_platform.js index edc5d711..d10489bc 100644 --- a/data/interfaces/default/js/graphs/plays_by_platform.js +++ b/data/interfaces/default/js/graphs/plays_by_platform.js @@ -50,7 +50,6 @@ var hc_plays_by_platform_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_platform_by_stream_type.js b/data/interfaces/default/js/graphs/plays_by_platform_by_stream_type.js index 898ea7d8..6e52fa0e 100644 --- a/data/interfaces/default/js/graphs/plays_by_platform_by_stream_type.js +++ b/data/interfaces/default/js/graphs/plays_by_platform_by_stream_type.js @@ -50,7 +50,6 @@ var hc_plays_by_platform_by_stream_type_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_source_resolution.js b/data/interfaces/default/js/graphs/plays_by_source_resolution.js index b99b1782..63e5fd03 100644 --- a/data/interfaces/default/js/graphs/plays_by_source_resolution.js +++ b/data/interfaces/default/js/graphs/plays_by_source_resolution.js @@ -50,7 +50,6 @@ var hc_plays_by_source_resolution_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_stream_resolution.js b/data/interfaces/default/js/graphs/plays_by_stream_resolution.js index 57b40c9d..e7f0422f 100644 --- a/data/interfaces/default/js/graphs/plays_by_stream_resolution.js +++ b/data/interfaces/default/js/graphs/plays_by_stream_resolution.js @@ -50,7 +50,6 @@ var hc_plays_by_stream_resolution_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_user.js b/data/interfaces/default/js/graphs/plays_by_user.js index 2923f564..2714ffb0 100644 --- a/data/interfaces/default/js/graphs/plays_by_user.js +++ b/data/interfaces/default/js/graphs/plays_by_user.js @@ -50,7 +50,6 @@ var hc_plays_by_user_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: { diff --git a/data/interfaces/default/js/graphs/plays_by_user_by_stream_type.js b/data/interfaces/default/js/graphs/plays_by_user_by_stream_type.js index f408826f..cb3896fa 100644 --- a/data/interfaces/default/js/graphs/plays_by_user_by_stream_type.js +++ b/data/interfaces/default/js/graphs/plays_by_user_by_stream_type.js @@ -50,7 +50,6 @@ var hc_plays_by_user_by_stream_type_options = { }, plotOptions: { column: { - pointPadding: 0.2, borderWidth: 0, stacking: 'normal', dataLabels: {