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