UNPKG
nvd3
Version:
latest (1.8.6)
1.8.6
1.8.6-dev
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.7.1
1.1.15
1.1.15-beta2
1.1.15-beta1
1.1.14
1.1.13
1.1.12
1.1.10
1.0.0
0.9.0
A reusable charting library written in d3.js
github.com/novus/nvd3
novus/nvd3
nvd3
/
src
/
css
/
ohlc.css
17 lines
(12 loc)
•
292 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.nvd3
.nv-ohlcBar
.nv-ticks
.nv-tick
{
stroke-width
:
1px
; }
.nvd3
.nv-ohlcBar
.nv-ticks
.nv-tick
.hover
{
stroke-width
:
2px
; }
.nvd3
.nv-ohlcBar
.nv-ticks
.nv-tick
.positive
{
stroke
:
#2ca02c
; }
.nvd3
.nv-ohlcBar
.nv-ticks
.nv-tick
.negative
{
stroke
:
#d62728
; }