Overview Chart on Trends view

.. updated the overview chart to support trend view and summarise
   a season or date range.

.. scope now meaningful in the item registry.

.. added a new TopNOverviewItem to view a ranked list of activities
   by metric.

.. updated sparkline to plot variable range (>30days)

.. sort and multisort datafilter functions adjusted as caused a
   SEGV during testing (sorry not in separate commit).
This commit is contained in:
Mark Liversedge
2020-06-13 10:10:31 +01:00
parent 04b4d945fa
commit dbecc005b5
16 changed files with 869 additions and 166 deletions

View File

@@ -72,8 +72,8 @@ enum gcwinid {
Python = 43,
PythonSeason = 44,
UserTrends=45,
UserAnalysis=46
UserAnalysis=46,
OverviewTrends=47
};
};
typedef enum GcWindowTypes::gcwinid GcWinID;