From 3ac73167b5960fa872404555647e31691cc256bd Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Mon, 13 Apr 2020 22:04:13 +1000 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b85f54..0a21380 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ npm build then open ```index.html``` in your browser for examples. ## Using in a web page: -Just consume the script, and create a div with a unique id somewhere in your page: +Make a chart that wraps around in D3, Excel, Powerpoint, Illustrator. Optionally, you can also make images for the top/bottom horizontal axes and the left/right vertical axes, for example, by screen-shotting the chart. Their dimensions (in pixels) should precisely match the dimensions of the chart image. + +To use in a web page, just create a div with a unique id somewhere in your page and source the script: ```