Project

General

Profile

Actions

Feature #890

closed

create statitistics feature where user can create custom graphs based on a fact of choice

Added by Corey Osman about 13 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Facts
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I would like to see a feature where I can do the following:

1. Click on any fact and graph it based on the fact value.

2. The graph should probably be a pie chart.

The data returned should be something like the following:

{stats: {factname: rubyversion, values: {1.8.7: 10, 1.9.1: 3, 1.8.1: 6, 1.8.5: 33}}

this example says:

factname is rubyversion
The values that facter return and summing up all the hosts that contain each different rubyversion.

I believe this could be done for every fact and produce a similar pie chart.

The also needs to be made available via json api as well.

Actions #1

Updated by Ohad Levy about 13 years ago

  • Category set to Facts
  • Assignee set to Amos Benari
Actions #2

Updated by Benjamin Papillon almost 11 years ago

  • Status changed from New to Closed

This has been done :)

Actions

Also available in: Atom PDF