pjmc-oliveira / HubListener

Open source analysis tool to provide users with relevant metrics regarding their GitHub projects:
https://pjmc-oliveira.github.io/HubListener/
GNU General Public License v3.0
2 stars 1 forks source link

UI : ADD TauChart Chart Controls #101

Closed selvatp closed 5 years ago

selvatp commented 5 years ago

Currently, the x and y axis are data can not be altered. The task is to add buttons and functionality that would allow the x/y axis to be changed and the chart to be re-rendered.

zedahmad commented 5 years ago

Desired controls:

X-Axis parameter
Y-Axis parameter(s?)
Grouping parameter? (Default: extension. Maybe unnecessary to display this in any other way?)

Data filters:

zedahmad commented 5 years ago

The following controls have been implemented: X-Axis parameter
Y-Axis parameter (only one currently)
Extension filter (through taucharts plugin)
Date range filter (through taucharts plugin)

Scrapped grouping parameter, the data must be grouped by extension to be parsed correctly.

May look into having multiple parameters on the y axis as a future improvement. Issue closed for now.