Skip to content

Commit

Permalink
Built files
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamwills committed Aug 17, 2016
1 parent 8aceccb commit c36f234
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 17 deletions.
Binary file modified R/inst/java/brunel-core-2.0.jar
Binary file not shown.
Binary file modified R/inst/java/brunel-data-2.0.jar
Binary file not shown.
33 changes: 25 additions & 8 deletions python/brunel/brunel_ext/brunel.2.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.brunel .brunel .axis * {
shape-rendering:crispEdges
shape-rendering: crispEdges
}

.brunel .grid {
Expand Down Expand Up @@ -132,27 +132,26 @@
}

.brunel .overlap {
visibility:hidden;
visibility: hidden;
}

.brunel .header {
fill: #0b9bdb;
font-size: 18px;
font-weight:bold;
font-weight: bold;
stroke: none;
pointer-events: none;
}

.brunel .footer {
fill: #888888;
font-size: 12px;
font-weight:normal;
label-location:right;
font-weight: normal;
label-location: right;
stroke: none;
pointer-events: none;
}


.brunel .labels text {
text-shadow: 1px 1px 5px white, -1px -1px 5px white, -1px 1px 5px white, 1px -1px 5px white
}
Expand All @@ -171,7 +170,7 @@
.brunel path.element.guide {
stroke-width: 1px;
stroke: lightGray;
stroke-dasharray:10 5
stroke-dasharray: 10 5
}

.brunel .element.bar, .brunel .element.polygon, .brunel .element.area, .brunel .element.line.filled, .brunel .element.path.filled {
Expand Down Expand Up @@ -238,7 +237,7 @@

.brunel .mark.L4 {
stroke: #a0a0a0;
fill:white;
fill: white;
}

.brunel .label.L1 {
Expand Down Expand Up @@ -355,6 +354,24 @@ div.brunel.tooltip.below:after {
pointer-events: all;
}

.brunel .crosshairs * {
pointer-events: none;
}

.brunel .crosshairs line {
stroke: red;
stroke-dasharray: 8 4;
}

.brunel .crosshairs circle {
stroke: red;
fill: none;
}

.brunel .crosshairs text {
fill: red;
}

.ui-slider {
width: 200px;
}
Expand Down
17 changes: 8 additions & 9 deletions python/brunel/brunel_ext/brunel.2.0.min.js

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

0 comments on commit c36f234

Please sign in to comment.