protvista-coloured-sequence
Advanced tools
Comparing version 2.2.0 to 2.2.4
{ | ||
"name": "protvista-coloured-sequence", | ||
"version": "2.2.0", | ||
"version": "2.2.4", | ||
"description": "Track that colors each base by a given function. The default function is hydrophobicity", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
}, | ||
"gitHead": "76f83bc21b5e2ef689066cbc6fcb6892170bb09f" | ||
"gitHead": "3d0b0d8d46c236b525b462d432286757988cef19" | ||
} |
@@ -102,3 +102,3 @@ import { select, scaleLinear } from "d3"; | ||
if (this._color_range) { | ||
this._colorScale = ColorScaleParser(this._color_range); | ||
this.colorScale = ColorScaleParser(this._color_range); | ||
} | ||
@@ -105,0 +105,0 @@ colorScale.domain(this.colorScale.domain).range(this.colorScale.range); |
38609