Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dc.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ div.dc-chart {
.dc-chart rect.bar:hover {
fill-opacity: .5; }

.dc-chart rect.sensor-bar {
fill-opacity: 0;
stroke-opacity: 0;
stroke: none;
cursor: pointer; }

.dc-chart rect.deselected {
stroke: none;
fill: #ccc; }
Expand Down
53 changes: 45 additions & 8 deletions dc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dc.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dc.min.js.map

Large diffs are not rendered by default.

Loading