Rally Standard Report charts with a black background

坚强是说给别人听的谎言 提交于 2019-12-11 05:48:26

问题


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?


回答1:


Right now the charts are server generated images, so to my knowledge there is no way to pass in a parameter controlling the background color or change it once it's loaded.

Soon, however we will be adding new charting capabilities based on the new Analytics 2.0 api. These will be client side rendered and very configurable and should be able to do what you are describing.

In the meantime though you should be able to get the data that backs those charts through the WSAPI.



来源:https://stackoverflow.com/questions/11139287/rally-standard-report-charts-with-a-black-background

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!