Project

General

Profile

Download (12.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a9ea3490 08/26/2015 10:56 AM Amir Fefer

Fixes #11006, #11004 - Facts % is now in the center of the graph

Additionally, the value represented in the graph is trimmed for
readability, and a legend was added.

5d0a54a5 05/20/2015 08:01 AM Tomer Brisker

Fixes #7533 - auto resize pie chart labels to prevent overflow

fa517d69 04/24/2015 07:25 AM Tomer Brisker

Fixes #9454 - Add axis labels and reposition legend in charts

f5975f94 02/11/2015 07:49 AM Shlomi Zadok

Fixes #9006 - Add header to facts chart

8cb120ea 12/23/2014 03:24 AM Tomer Brisker

Fixes #8721 - Replaced jQuery.attr('id') with .id

bb7fd69c 12/23/2014 03:12 AM Tomer Brisker

Fixes #8704 - Replace jQuery.size() with jQuery.length

357a9111 10/23/2014 03:06 AM B Sh

Fixes #7561 - 'No. of CPU' search URL is incorrect

bf59cec1 09/22/2014 09:25 AM Tomer Brisker

Fixes #2232 - speed up Host view via AJAX

5c5dabb2 08/15/2014 09:59 AM Tomer Brisker

Fixes #6232 - link from chart on overview page to relevent search

070b83fe 04/13/2014 02:36 PM Amos Benari

fixes #4122 and new charts design

ccb763a6 01/27/2014 03:28 PM Amos Benari

fixes #4189 - Facts charts are not rendered

ad01d4d2 01/15/2014 09:19 AM Walden Raines

fixes #3984 - use __ instead of _ for i18n to avoid conflict with underscore.js

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

8cd09f95 10/25/2013 02:36 PM Ohad Levy

fixes #3486 - Make sure loading text is removed when chart data appears.

2af890f2 07/01/2013 10:57 AM Amos Benari

fixes #2665 - search on click in dashboard pie chart

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

870e7fcc 04/10/2013 11:29 AM Amos Benari

flot charts

Use flot charts instead of highcharts.
flot charts license is more friendly.

This version of the code is feature compatible with the old charts,
including:
pie: drill-down and expend.
stacked charts: zoom, hide series in legend.
all types has tooltips....

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...