Feature #285
closedUse Charting system which can work offline
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?
Files
Updated by Ohad Levy over 14 years 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 14 years 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 about 14 years ago
- File diff-wip.patch 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
- Assignee 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 almost 14 years ago
- Assignee deleted (
Telmo X) - Target version deleted (
0.2)
sadly i have to push this one to the next version....
Updated by Ohad Levy over 13 years ago
- Assignee set to Amos Benari
- Target version set to 0.3
Updated by Amos Benari over 13 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 3eecf845feb5e7cff5ef380297be6d1f102f80d4.
Updated by Ohad Levy over 13 years ago
- Status changed from Ready For Testing to Closed