puppetboard icon indicating copy to clipboard operation
puppetboard copied to clipboard

Chart/Graph to show raw values

Open warmfusion opened this issue 5 years ago • 1 comments

As an operator When i create a report for a fact And view the returned values I would like a summary of each of the unique values that are included


For example, the chart below shows a custom fact for our product blocks, but having 12.5% of machines with a given fact isn't that useful.

image

Ideally i'd like some sort of table that shows the raw returned values for each of the segments, ideally something that'd be friendly to copy/paste into emails etc.

warmfusion avatar Jul 06 '20 12:07 warmfusion

Hi @warmfusion , nice proposal! This would require some hacking with a custom legend for C3 chart as documented at https://c3js.org/samples/legend_custom.html . I am not very good at JS though so PRs from someone who knows how to do it would be very welcome!

gdubicki avatar Nov 20 '21 19:11 gdubicki