Is your feature request related to a problem? If so, please describe the problem:
We would like to add the name of the data source of the metric for the graphs we created. This would either be facade, ghtorrent, etc. It would be located at the bottom left of the graph.
Describe the solution you'd like:
There is a JavaScript function available with Vega Lite that allows you to implement text boxes, similar to how the other graphs in Augur have them. We just need to cross-examine those graphs and add the function that accomplishes that.
Describe alternatives you've considered:
Alternatively, we could add our own box or just add a separate part on the page that tells the user what data source that each metric uses, however, I believe that the javascript function would be the best and easiest possible way.
This is an issue that we will work on lastly after the graph is configured similar to the other ones of Augur. It will be assigned to myself and Qisheng.
Is your feature request related to a problem? If so, please describe the problem: We would like to add the name of the data source of the metric for the graphs we created. This would either be facade, ghtorrent, etc. It would be located at the bottom left of the graph.
Describe the solution you'd like: There is a JavaScript function available with Vega Lite that allows you to implement text boxes, similar to how the other graphs in Augur have them. We just need to cross-examine those graphs and add the function that accomplishes that.
Describe alternatives you've considered: Alternatively, we could add our own box or just add a separate part on the page that tells the user what data source that each metric uses, however, I believe that the javascript function would be the best and easiest possible way.
Additional context: