From 1981bd4b1b88c330953f4bd17874fa80af136888 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Wed, 2 Oct 2024 13:42:57 +0300 Subject: [PATCH] add links to LiveCodes playgrounds in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d482c..d8732b5 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ const options = { race("/data.json", "#race", options); ``` +[Open in LiveCodes](https://livecodes.io/?x=id/k9djehhdtzq) ### Option 2: Load from CDN @@ -102,11 +103,13 @@ race("/data.json", "#race", options); ``` +[Open in LiveCodes](https://livecodes.io/?x=id/ztr5k5yayjh) + #### UMD ```html
- + ``` +[Open in LiveCodes](https://livecodes.io/?x=id/zen24gm8irn) + Please refer to [documentation website](https://racing-bars.hatemhosny.dev/) for [usage](https://racing-bars.hatemhosny.dev/getting-started/usage), [data preparation](https://racing-bars.hatemhosny.dev/documentation/data), [chart options](https://racing-bars.hatemhosny.dev/documentation/options), [API](https://racing-bars.hatemhosny.dev/documentation/api) and more.