From 4aa7ded787dcd8ca4765e998b6a76bd3a07836b5 Mon Sep 17 00:00:00 2001 From: Mikko Pesari Date: Fri, 20 Oct 2023 14:08:46 +0300 Subject: [PATCH] Add link to C3.js documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a52f292c..0f2baec1d 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Other settings that might be interesting, in no particular order: See the `QUERY_ENDPOINTS` constant in the `puppetboard.app` module for a list of the available endpoints. - `GRAPH_TYPE`: Specify the type of graph to display. Default is pie, other good option is donut. Other choices can be found here: - \_C3JS\_documentation\` + [C3.js documentation](https://c3js.org/examples.html#chart) - `GRAPH_FACTS`: A list of fact names to tell PuppetBoard to generate a pie-chart on the fact page. With some fact values being unique per node, like ipaddress, uuid, and serial number, as well as structured facts it was no longer feasible to generate a graph for everything.