UNPKG
react-d3-tooltip
Version:
latest (1.4.14)
1.4.14
1.4.13
1.4.12
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.0.7
0.0.5
0.0.4
0.0.2
react-d3 tooltip implementation
github.com/react-d3/react-d3-tooltip
react-d3/react-d3-tooltip
react-d3-tooltip
/
.babelrc
16 lines
•
262 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"presets"
:
[
"react"
,
"es2015"
,
"stage-0"
]
,
"env"
:
{
"development"
:
{
"presets"
:
[
"react-hmre"
]
,
"plugins"
:
[
"add-module-exports"
]
}
,
"production"
:
{
"plugins"
:
[
"add-module-exports"
]
}
}
}