Skip to content

Commit

Permalink
[WIP] Plottable Rewrite
Browse files Browse the repository at this point in the history
Add less styling
  • Loading branch information
ernest-okot committed Jun 4, 2017
1 parent 0673ca6 commit ff254df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/index.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@import "../node_modules/plottable/plottable.css";

.plottable .title-label text {
font-size: 16px;
font-weight: 400;
}

.plottable .gridlines line {
stroke: #3C3C3C;
opacity: 0.25;
stroke-width: 1px;
stroke-dasharray: 1 5;
}

.plottable .rectangle-plot rect:before {
content: attr(title);
display: block;
}

0 comments on commit ff254df

Please sign in to comment.