remove text from continuous, black for now

This commit is contained in:
Colin Megill
2017-10-17 19:27:04 -07:00
parent 4ad4338efc
commit 608a887e9e
2 changed files with 21 additions and 16 deletions
@@ -120,8 +120,8 @@ const drawParallelCoordinates = (data) => {
*/
ctx.strokeStyle = d["Sample.name.color"];
// ctx.strokeStyle = "rgba(180,180,180,.4)";
// ctx.strokeStyle = d["Sample.name.color"];
ctx.strokeStyle = "rgba(0,0,0,1)";
ctx.beginPath();
var coords = project(d);
coords.forEach((p,i) => {