This chart shows changes in lab measures, vital signs and other related measures for a simulated clinical trial. This page was created using webcharts and the associated Safety Shift Plot.
xxxxxxxxxx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://graphics.rhoworld.com/src/webcharts/webcharts.v1.4.0.js"></script>
<script src="https://cdn.jsdelivr.net/gh/rhoinc/safety-shift-plot/reorg/build/safetyshiftplot.js"></script>
<link rel="stylesheet" href="https://graphics.rhoworld.com/src/webcharts/webcharts.v1.4.0.css">
</head>
<body></body>
<script>
var div = 'body';
var settings = {
start_value:"Albumin",
time_col: "VISITDY",
measure_col: "test",
value_col: "stresn",
unit_col: "stresu"
};
var dataFile = 'labs_vitals_sub.csv';
d3.csv(dataFile, function (data){
safetyShiftPlot(div, settings).init(data);
});
</script>
</html>
Updated missing url https://rawgit.com/RhoInc/safety-shift-plot/reorg/build/safetyShiftPlot.js to https://cdn.jsdelivr.net/gh/rhoinc/safety-shift-plot/reorg/build/safetyshiftplot.js
https://d3js.org/d3.v3.min.js
https://graphics.rhoworld.com/src/webcharts/webcharts.v1.4.0.js
https://rawgit.com/RhoInc/safety-shift-plot/reorg/build/safetyShiftPlot.js