UNPKG
nvd3-fork
Version:
latest (2.0.5)
2.0.5
2.0.3
2.0.1
2.0.0
FORK! of NVD3, a reusable charting library written in d3.js
github.com/novus/nvd3
novus/nvd3
nvd3-fork
/
src
/
css
/
scatter.css
18 lines
(14 loc)
•
276 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* scatter */
.nvd3
.nv-groups
.nv-point
.hover
{
stroke-width
:
20px
;
stroke-opacity
: .
5
; }
.nvd3
.nv-scatter
.nv-point
.hover
{
fill-opacity
:
1
; }
.nv-noninteractive
{
pointer-events
: none; }
.nv-distx
,
.nv-disty
{
pointer-events
: none; }