Skip to content

Commit

Permalink
fixed editor color
Browse files Browse the repository at this point in the history
  • Loading branch information
uf0 committed Feb 10, 2017
1 parent 16a0e0c commit 577364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/editors.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sigma.parsers.json(dataFile, {

var colors = chemicalwiki.colors().qualitative('designer');
colors.unshift('#84304b');
colors.unshift('rgba(248, 248, 248, 0.5)');
colors.unshift('rgba(255, 255, 255, 1)');
var keys = d3.set(sigInst.graph.nodes(),function(d){return d.attributes.SubstanceCat}).values()
var colorScale = d3.scaleOrdinal().domain(keys).range(colors)

Expand Down

0 comments on commit 577364a

Please sign in to comment.