We are trying to create a nice little VSTS dashboard widget to monitor some of our test metrics that will be stored in a remote storage. Using the following links,
https://www.visualstudio.com/en-us/docs/integrate/extensions/develop/add-dashboard-widget https://www.visualstudio.com/en-us/docs/integrate/extensions/develop/add-chart
I was able to create some basic line graphs. But, how does one go about customizing/fine tuning these further? The MSFT links do not provide extensive documentation (close to none) on the visualizations available. It looks like they are using HighCharts for the visualizations. But the services from VSS sdk do not accept the HighCharts options in the same format.
Basically, my questions are
- Is there a way to build fancy visuals in the custom widgets? If so, where can I find the documentation on these.
- Can we have advanced widgets that are interactive, for instance, something with a drop-down that modifies the data presented?
Considering the amount of time it takes to develop the widget (code, pacakges and publish!) it would be nice to have atleast documentation or source code for these.
P.S: If this is not the right channel for this question appreciate if some proper redirection is provided.