From db30589898751dd459d96f65555fda61a61bcc14 Mon Sep 17 00:00:00 2001 From: Eugene Petukhov Date: Wed, 17 Aug 2022 17:57:08 +0300 Subject: [PATCH] #DOC [Readme] add browser including v2 --- README.md | 48 +++++++++--------------------------------------- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 4a838b7..08801bc 100755 --- a/README.md +++ b/README.md @@ -5,52 +5,22 @@ #### Script tag ```html - + ``` #### Example ```html
- + +``` - function zoomIn(ranges) { - options.axis.x.range = ranges[0]; - pod.updateData(undefined, options); - } +#### Other examples +[Static Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo.html) - function panningEnd(ranges) { - options.axis.x.range = ranges[0]; - pod.updateData(undefined, options); - } +[Live Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo_live.html) - pod.render(); - -``` \ No newline at end of file +[Vertical Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo_vertical.html) \ No newline at end of file