mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 03:18:11 +08:00
remove text from continuous, black for now
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user