Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonosempreio committed Jun 5, 2020
1 parent 9f19cda commit 4837d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Df3/Df3.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const simulation = d3.forceSimulation([]),
y: d3.scalePoint().range([-2/5,2/5]).domain(['cosa','come','senso'])
},
matrix_color = d3.scaleLinear().range(['#000','#f00']).domain([0,75]).clamp(true),
filter_color = d3.scaleLinear().range(['#fff','#000']).domain([0,1]),
filter_color = d3.scaleLinear().range(['#fff','#5151FC']).domain([0,1]),
labels_tspan_opacity = d3.scaleLinear().range(['1','0']).domain([5,10]).clamp(true),
col_macrocategorie = d3.scaleOrdinal()
.range(['#FF3366', '#FFD93B', '#10BED2'])
Expand Down

0 comments on commit 4837d35

Please sign in to comment.