diff --git a/README.md b/README.md index c6e15cc..5a96536 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The application will run at port 8080 with exposed host port (the left one). ### Testing Try to test export charts data with export server that we running above. ```shell -curl -H "Content-Type: application/json" -X POST -d '{"infile":{"title": {"text": "Income"}, "xAxis": {"categories": ["01-03-2021", "02-03-2021", "03-03-2021"]}, "series": [{"data": [100.00,250.50,500.00]}]}}' http://yourhost.tld:8080 -o exported.png +curl -H "Content-Type: application/json" -X POST -d '{"infile":{"title": {"text": "Income"}, "xAxis": {"categories": ["01-03-2021", "02-03-2021", "03-03-2021"]}, "series": [{"data": [100.00,250.50,500.00]}]}}' http://charts-exporter.osa.cubetiqs.com -o exported.png ``` # Documentation from Highcharts diff --git a/exported.png b/exported.png new file mode 100644 index 0000000..1266dd4 Binary files /dev/null and b/exported.png differ