Feature #285
Use Charting system which can work offline
| Status: | Closed | Start: | 05/28/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Web Interface | |||
| Target version: | 0.3 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
Current chart system use google chart tools, it could not work on an intranet envirment that dont have a Internet connection.
Can Foreman choose openflashchart as an option for the chart system?
Related issues
| precedes Foreman - Bug #333: Improper colors in the dashboard graphs | Closed | 06/30/2010 |
Associated revisions
Revision 3eecf845feb5e7cff5ef380297be6d1f102f80d4
fixes #285 - Use Charting system which can work offline
this includes:- dashboard charts
- statistics page
- host show page
additionally, main menu buttons and bookmarks drop down are easier to handle and read
Revision 4242cd78f312b46686d5725df9741b61b66cca91
refs #285 - removes any left over from the old google charts libraries
History
Updated by Ohad Levy over 1 year ago
we are looking into implementing using Raphael JavaScript library instead.
currrent implementation (e.g. version 0.1-5) is using similar js based on googles api (not the plain charts), so in theory we might be able to bundle the js inside foreman instead of downloading it from google.
Updated by Yimin Li over 1 year ago
Ohad Levy wrote:
we are looking into implementing using Raphael JavaScript library instead. currrent implementation (e.g. version 0.1-5) is using similar js based on googles api (not the plain charts), so in theory we might be able to bundle the js inside foreman instead of downloading it from google.
Raphael looks good, if version 0.15 can bundle the js from google, make it is able to work at an envirment that dont have internet connection, that will be a good news for me:). Thanks!
Updated by Ohad Levy over 1 year ago
- File diff-wip.patch added
- Subject changed from Use openflashchart as the chart system to Use Charting system which can work offline
- Category set to Web Interface
- Assigned to set to Telmo X
- Target version set to 0.2
Telmo has already posted a branch with Raphael graphs instead of google, I've added a really work in progress patch (not really working at the moment).
updating the ticket just to be aligned.
Updated by Ohad Levy about 1 year ago
- Assigned to deleted (
Telmo X) - Target version deleted (
0.2) - Backlog set to No
sadly i have to push this one to the next version....
Updated by Amos Benari 9 months ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 3eecf845feb5e7cff5ef380297be6d1f102f80d4.
