Skip to content

Commit

Permalink
Merge pull request #2188 from palantir/RC3
Browse files Browse the repository at this point in the history
Release RC3 (--> master)
  • Loading branch information
jtlan committed May 29, 2015
2 parents 620bdaf + 628efb2 commit 8b8b36b
Show file tree
Hide file tree
Showing 135 changed files with 6,401 additions and 6,429 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "1.0.0-rc2",
"version": "1.0.0-rc3",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable.js",
"description": "A library for creating charts out of D3",
"version": "1.0.0-rc2",
"version": "1.0.0-rc3",
"repository": {
"type": "git",
"url": "https://github.com/palantir/plottable.git"
Expand Down
20 changes: 0 additions & 20 deletions plottable.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ svg.plottable {
font-weight: bold;
}

.plottable .text-label-vertical {
writing-mode: tb;
}

.plottable .axis line.baseline {
stroke: #CCC;
stroke-width: 1px;
Expand All @@ -110,10 +106,6 @@ svg.plottable {
stroke: #999;
}

.bar-plot .render-area rect.not-hovered {
opacity: 0.5;
}

.plottable .gridlines line {
stroke: #3C3C3C; /* hackhack: gridlines should be solid; see #820 */
opacity: 0.25;
Expand Down Expand Up @@ -155,20 +147,8 @@ svg.plottable {
line-height: normal;
}

.plottable .legend .toggled-off circle {
fill: #d3d3d3;
}

.plottable .interpolated-color-legend rect.swatch-bounding-box {
fill: none;
stroke: #CCC;
stroke-width: 1px;
}

.plottable .plot.toggled-on {
visibility:visible;
}

.plottable .plot.toggled-off {
visibility:hidden;
}
Loading

0 comments on commit 8b8b36b

Please sign in to comment.