From 4d950495e5b494baa6796813a8c0ae7c5c457405 Mon Sep 17 00:00:00 2001 From: jwildfire Date: Mon, 25 Mar 2019 11:47:10 -0700 Subject: [PATCH] update version. add example --- .gitignore | 1 + package.json | 2 +- test-page/hyslaw/hysLaw.js | 6 ++++++ test-page/hyslaw/index.html | 26 ++++++++++++++++++++++++++ 4 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 test-page/hyslaw/hysLaw.js create mode 100644 test-page/hyslaw/index.html diff --git a/.gitignore b/.gitignore index 3c3629e..fd4f2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.DS_Store diff --git a/package.json b/package.json index f5302f6..9cb42f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safety-outlier-explorer", - "version": "2.5.0", + "version": "2.5.1", "description": "Chart showing participant trajectories of lab measures, vital signs and other related measures in clinical trials.", "module": "./src/index.js", "main": "./safetyOutlierExplorer.js", diff --git a/test-page/hyslaw/hysLaw.js b/test-page/hyslaw/hysLaw.js new file mode 100644 index 0000000..034105c --- /dev/null +++ b/test-page/hyslaw/hysLaw.js @@ -0,0 +1,6 @@ +const settings = {}; + +d3.csv('https://rhoinc.github.io/data-library/data/clinical-trials/renderer-specific/hy.csv', function(data) { + safetyOutlierExplorer('#safety-outlier-explorer .content', settings) + .init(data); +}); diff --git a/test-page/hyslaw/index.html b/test-page/hyslaw/index.html new file mode 100644 index 0000000..3a9a789 --- /dev/null +++ b/test-page/hyslaw/index.html @@ -0,0 +1,26 @@ + + + + + + Safety Outlier Explorer - Hy's Law + + + + + + + + + + +
+
+
+
+ + + + +