Skip to content

Commit 5397ae5

Browse files
authored
Merge pull request #20 from iDataVisualizationLab/General
General - Update taxonomy and color
2 parents bd25af3 + c9ce7a8 commit 5397ae5

File tree

4 files changed

+76
-70
lines changed

4 files changed

+76
-70
lines changed

.idea/workspace.xml

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

js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ 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;
1313
const initTimestamp = 1586364211000;
1414
const bisect = d3.bisector(d => {
1515
return d.time
1616
}).left;
17-
const initOption = "event";
17+
const initOption = "resource";
1818
const columns = ["time", "location", "account", "message"];
1919

2020
let data;

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: 23 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)