Skip to content

Commit

Permalink
Improving dispatch on candle.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Jan 23, 2018
1 parent dcf79c8 commit c5dbadc
Show file tree
Hide file tree
Showing 6 changed files with 3,338 additions and 3,373 deletions.
8 changes: 5 additions & 3 deletions build/d3-ez.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,14 @@ table.htmlTable {
stroke-width: 0.8px;
}

.candlestickChart .series .bar rect.open-close-bar {
stroke-width: 1px;
}

.candlestickChart .series .bar path.open-tick, .candlestickChart .bar path.close-tick {
stroke-width: 0.8px;
}

.candlestickChart .series .bar rect.open-close-bar {
stroke-width: 1px;
}

/* === Donut Chart Styles === */

Expand Down Expand Up @@ -305,3 +306,4 @@ table.htmlTable {
font-size: 15px;
font-weight: bold;
}

Loading

0 comments on commit c5dbadc

Please sign in to comment.