From 6969c66df71e56c1ad068ba9b2c2ea7aaff0e57b Mon Sep 17 00:00:00 2001 From: Ian Webster Date: Fri, 27 Nov 2020 15:17:42 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6750dc..78e10ce 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ or ``` dotnet add package QuickChart --version 1.0.0 ``` - +--- ## Usage This library provides a `QuickChart` namespace containing a `Chart` class. Import and instantiate it. Then set properties on it and specify a [Chart.js](https://chartjs.org) config: @@ -56,6 +56,8 @@ The URLs will render an image of a chart: +--- + ### Customizing your chart You can set the following properties: @@ -78,6 +80,8 @@ The device pixel ratio of the chart. This will multiply the number of pixels by #### Key: string API key (not required) +--- + ### Creating chart URLs There are a few ways to get a URL for your chart object. @@ -92,6 +96,8 @@ Uses the quickchart.io web service to create a fixed-length chart URL that displ Note that short URLs expire after a few days for users of the free service. You can [subscribe](https://quickchart.io/pricing/) to keep them around longer. +--- + #### Other methods #### ToFile(string path)