Skip to content

Commit c9ce7a8

Browse files
committed
Update color
1 parent ec907b9 commit c9ce7a8

File tree

4 files changed

+51
-50
lines changed

4 files changed

+51
-50
lines changed

.idea/workspace.xml

Lines changed: 41 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const formatTimeLegend = d3.timeFormat("%B %d, %-I:%M:%S %p");
66
// const formatTimeReadData = d3.timeFormat("%Y %B %d %-I%p");
77
const formatTimeReadData = d3.timeFormat("%-m/%-d %-I%p");
88
const topics = ["message", "location"];
9-
const topicColor = ["#919191", "#440000"];
9+
const topicColor = ["#919191", "#660000"];
1010
const margin = {top: 30, right: 20, bottom: 50, left: 50},
1111
width = 1200 - margin.left - margin.right,
1212
height = 500 - margin.top - margin.bottom;

js/panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function drawPanel(){
2828
.append("div")
2929
.attr("id", "configurationContainer")
3030
.attr("class", "floatingBox")
31-
.style("left", (margin.left + 10) + "px")
31+
.style("left", (margin.left + 2) + "px")
3232
.style("top", 10 + "px");
3333

3434
d3.selectAll(".floatingBox").call(d3.drag()

js/source.js

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)