react-d3-core
Advanced tools
Comparing version 0.0.5 to 0.0.6
import { | ||
default as Svg, | ||
} from './src/container/svg'; | ||
import { | ||
default as Title, | ||
} from './src/container/title'; | ||
import { | ||
default as Chart, | ||
@@ -29,8 +37,10 @@ } from './src/chartContainer'; | ||
export {Svg as Svg}; | ||
export {Title as Title}; | ||
export {Chart as Chart}; | ||
export {Xaxis as Xaxis} | ||
export {Yaxis as Yaxis} | ||
export {Legend as Legend} | ||
export {Grid as Grid} | ||
export {Xaxis as Xaxis}; | ||
export {Yaxis as Yaxis}; | ||
export {Legend as Legend}; | ||
export {Grid as Grid}; | ||
export {Axis as Axis} | ||
export {Label as Label} |
{ | ||
"name": "react-d3-core", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "react chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./index.jsx", |
4084014
30842