Skip to content

Commit 117ac02

Browse files
authored
Merge pull request #148 from RhoInc/dev-v1.4.0
CRF Heatmap v2.0.0
2 parents 9cf08b6 + afc074f commit 117ac02

24 files changed

+490
-388
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The code to initialize the chart looks like this!
1717

1818
```javascript
1919
d3.csv(
20-
'https://raw.githubusercontent.com/RhoInc/viz-library/master/data/dataCleaning/dmc_DataPage.csv',
20+
'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/forms.csv',
2121
function(data) {
2222
crfHeatMap('body', {}).init(data);
2323
}

0 commit comments

Comments
 (0)