I've been using the standard reports to show iteration burndown and release burn up. The API inserts an image it generates into the page using javascript.
I would like to put these on a dashboard monitor in my office, but it's current colour theme has a black background.
I want charts with a black background. I see a number of options:
- Get the API to generate charts (maybe an undocumented feature)
- Do some HTML-based colour replacement
- Get the underlying data and build my own chart
Is any of the above possible?