Skip to content

Commit

Permalink
Add new type of dots for the elograph.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandertic committed Mar 3, 2020
1 parent e2b666f commit a316458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/newelo.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
"y": y,
"color": {
"field": "sprt", "type": "nominal", "sort": { "field": "pos", "op": "max" },
"scale": {"range": ["#59E817", "rgb(0,0,128)", "rgb(0,0,255)", "rgba(193,27,23,0.3)", "rgba(0,193,0,0.7)", "rgba(255, 209, 56, 0.7)", "rgba(0,0,0,0.5)"]},
"scale": {"range": ["#59E817", "rgb(64,0,128)", "rgb(32,0,192)", "rgb(0,0,255)", "rgba(193,27,23,0.3)", "rgba(0,193,0,0.3)", "rgba(255, 209, 56, 0.7)", "rgba(0,0,0,0.5)"]},
"legend": { "title": "Network Type" }
},
"shape": {
"field": "sprt", "type": "nominal", "sort": { "field": "pos", "op": "max" },
"scale": {"range": ["circle", "circle", "circle", "triangle-up", "triangle-up", "triangle-up", "cross"]}
"scale": {"range": ["square", "circle", "circle", "circle", "triangle-up", "triangle-up", "triangle-up", "cross"]}
}
}
}
Expand Down

0 comments on commit a316458

Please sign in to comment.