From 73580d9b0dfe1d257378412d0a97b764080b0c8e Mon Sep 17 00:00:00 2001 From: git-hub-9999 <14933627+git-hub-9999@users.noreply.github.com> Date: Sat, 25 Jul 2026 16:44:53 +0000 Subject: [PATCH] Update documentation for JSON/YAML to CSV conversion --- exampleSite/content/docs/compose/graphs-charts-tables.md | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/exampleSite/content/docs/compose/graphs-charts-tables.md b/exampleSite/content/docs/compose/graphs-charts-tables.md index 65bc158..efcdbd8 100644 --- a/exampleSite/content/docs/compose/graphs-charts-tables.md +++ b/exampleSite/content/docs/compose/graphs-charts-tables.md @@ -18,7 +18,11 @@ Using [chart js library](https://www.chartjs.org/) you can display data you have stored in a `csv` file as a pie chart, bar graph or doughnut chart. -At this point if you want to display data from a json or yaml file, you would need to [convert it into csv](http://convertcsv.com/json-to-csv.htm) first. Else the template will error out. +At this point, if you want to display data from a JSON or YAML file, you'll need to convert it to CSV first; otherwise the template will error out. + +Online JSON to CSV Converters: +- [ConvertCSV.com](https://convertcsv.com/json-to-csv.htm) +- [Data.Page](https://data.page/json/csv) Once you have a csv file, you display the charts as follows: -- Gitblit v1.10.0