-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
261bb9f
commit 68fbd32
Showing
12 changed files
with
1,206 additions
and
15,403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"liveServer.settings.https": { | ||
"enable": true, //set it true to enable the feature. | ||
"cert": "/Users/adamminton/.ssl/server.crt", //full path of the certificate | ||
"key": "/Users/adamminton/.ssl/server.key", //full path of the private key | ||
"passphrase": "ZoidF`reak243" | ||
}, | ||
"liveServer.settings.port": 5502 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#### Quickstart Dev Instructions | ||
|
||
1. **Install Dependecies.** | ||
|
||
Using yarn, install all dependencies | ||
|
||
``` | ||
yarn | ||
``` | ||
2. **Make changes to the source code** | ||
3. **Compile your code** | ||
You need to compile your react code, let's run: | ||
``` | ||
yarn build | ||
``` | ||
Your compiled code can be found in this repo. | ||
**`multiple_value.js`**: This visualization's minified distribution file. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/*! | ||
* Sizzle CSS Selector Engine v2.3.6 | ||
* https://sizzlejs.com/ | ||
* | ||
* Copyright JS Foundation and other contributors | ||
* Released under the MIT license | ||
* https://js.foundation/ | ||
* | ||
* Date: 2021-02-16 | ||
*/ | ||
|
||
/*! | ||
* jQuery JavaScript Library v3.6.0 | ||
* https://jquery.com/ | ||
* | ||
* Includes Sizzle.js | ||
* https://sizzlejs.com/ | ||
* | ||
* Copyright OpenJS Foundation and other contributors | ||
* Released under the MIT license | ||
* https://jquery.org/license | ||
* | ||
* Date: 2021-03-02T17:08Z | ||
*/ | ||
|
||
/*! DataTables 1.11.3 | ||
* ©2008-2021 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
|
||
/*!*************************************************** | ||
* mark.js v9.0.0 | ||
* https://markjs.io/ | ||
* Copyright (c) 2014–2018, Julian Kühnel | ||
* Released under the MIT license https://git.io/vwTVl | ||
*****************************************************/ |
Oops, something went wrong.