d3plus-react
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -32,3 +32,3 @@ import {Octokit} from "@octokit/rest"; | ||
shell.ls("-R", "src/**/*.{js,jsx}").concat(["index.js"]) | ||
shell.ls("-R", "src/**/*.js").concat(["index.js"]) | ||
.forEach(file => { | ||
@@ -43,3 +43,3 @@ const {code} = babel.transformFileSync(file, babelRC); | ||
}, "es/"); | ||
fs.writeFileSync(`es/${file.replace(".jsx", ".js")}`, code); | ||
fs.writeFileSync(`es/${file}`, code); | ||
}); | ||
@@ -46,0 +46,0 @@ |
@@ -1,21 +0,21 @@ | ||
export { default as AreaPlot } from "./src/AreaPlot.jsx"; | ||
export { default as BarChart } from "./src/BarChart.jsx"; | ||
export { default as BoxWhisker } from "./src/BoxWhisker.jsx"; | ||
export { default as BumpChart } from "./src/BumpChart.jsx"; | ||
export { default as Donut } from "./src/Donut.jsx"; | ||
export { default as Geomap } from "./src/Geomap.jsx"; | ||
export { default as LinePlot } from "./src/LinePlot.jsx"; | ||
export { default as Matrix } from "./src/Matrix.jsx"; | ||
export { default as Network } from "./src/Network.jsx"; | ||
export { default as Pack } from "./src/Pack.jsx"; | ||
export { default as Pie } from "./src/Pie.jsx"; | ||
export { default as Plot } from "./src/Plot.jsx"; | ||
export { default as Priestley } from "./src/Priestley.jsx"; | ||
export { default as Radar } from "./src/Radar.jsx"; | ||
export { default as RadialMatrix } from "./src/RadialMatrix.jsx"; | ||
export { default as Rings } from "./src/Rings.jsx"; | ||
export { default as Sankey } from "./src/Sankey.jsx"; | ||
export { default as StackedArea } from "./src/StackedArea.jsx"; | ||
export { default as Tree } from "./src/Tree.jsx"; | ||
export { default as Treemap } from "./src/Treemap.jsx"; | ||
export { default as AreaPlot } from "./src/AreaPlot.js"; | ||
export { default as BarChart } from "./src/BarChart.js"; | ||
export { default as BoxWhisker } from "./src/BoxWhisker.js"; | ||
export { default as BumpChart } from "./src/BumpChart.js"; | ||
export { default as Donut } from "./src/Donut.js"; | ||
export { default as Geomap } from "./src/Geomap.js"; | ||
export { default as LinePlot } from "./src/LinePlot.js"; | ||
export { default as Matrix } from "./src/Matrix.js"; | ||
export { default as Network } from "./src/Network.js"; | ||
export { default as Pack } from "./src/Pack.js"; | ||
export { default as Pie } from "./src/Pie.js"; | ||
export { default as Plot } from "./src/Plot.js"; | ||
export { default as Priestley } from "./src/Priestley.js"; | ||
export { default as Radar } from "./src/Radar.js"; | ||
export { default as RadialMatrix } from "./src/RadialMatrix.js"; | ||
export { default as Rings } from "./src/Rings.js"; | ||
export { default as Sankey } from "./src/Sankey.js"; | ||
export { default as StackedArea } from "./src/StackedArea.js"; | ||
export { default as Tree } from "./src/Tree.js"; | ||
export { default as Treemap } from "./src/Treemap.js"; | ||
export { default as D3plusContext } from "./src/D3plusContext.js"; |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { AreaPlot as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function AreaPlot |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { BarChart as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function BarChart |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { BoxWhisker as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function BoxWhisker |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { BumpChart as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function BumpChart |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Donut as type } from "d3plus-hierarchy"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Donut |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Geomap as type } from "d3plus-geomap"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Geomap |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { LinePlot as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function LinePlot |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Matrix as type } from "d3plus-matrix"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Matrix |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Network as type } from "d3plus-network"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Network |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Pack as type } from "d3plus-hierarchy"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Pack |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Pie as type } from "d3plus-hierarchy"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Pie |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Plot as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Plot |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Priestley as type } from "d3plus-priestley"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Priestley |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Radar as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Radar |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { RadialMatrix as type } from "d3plus-matrix"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function RadialMatrix |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Rings as type } from "d3plus-network"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Rings |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Sankey as type } from "d3plus-network"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Sankey |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { StackedArea as type } from "d3plus-plot"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function StackedArea |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Tree as type } from "d3plus-hierarchy"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Tree |
@@ -5,3 +5,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Treemap as type } from "d3plus-hierarchy"; | ||
import Viz from "./Viz.jsx"; | ||
import Viz from "./Viz.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ @function Treemap |
{ | ||
"name": "d3plus-react", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "React components for d3plus visualizations.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -124,3 +124,3 @@ # d3plus-react | ||
<a name="AreaPlot"></a> | ||
#### d3plus.**AreaPlot**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/AreaPlot.jsx#L5) | ||
#### d3plus.**AreaPlot**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/AreaPlot.js#L5) | ||
@@ -133,3 +133,3 @@ | ||
<a name="BarChart"></a> | ||
#### d3plus.**BarChart**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/BarChart.jsx#L5) | ||
#### d3plus.**BarChart**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/BarChart.js#L5) | ||
@@ -142,3 +142,3 @@ | ||
<a name="BoxWhisker"></a> | ||
#### d3plus.**BoxWhisker**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/BoxWhisker.jsx#L5) | ||
#### d3plus.**BoxWhisker**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/BoxWhisker.js#L5) | ||
@@ -151,3 +151,3 @@ | ||
<a name="BumpChart"></a> | ||
#### d3plus.**BumpChart**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/BumpChart.jsx#L5) | ||
#### d3plus.**BumpChart**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/BumpChart.js#L5) | ||
@@ -170,3 +170,3 @@ | ||
<a name="Donut"></a> | ||
#### d3plus.**Donut**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Donut.jsx#L5) | ||
#### d3plus.**Donut**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Donut.js#L5) | ||
@@ -179,3 +179,3 @@ | ||
<a name="Geomap"></a> | ||
#### d3plus.**Geomap**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Geomap.jsx#L5) | ||
#### d3plus.**Geomap**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Geomap.js#L5) | ||
@@ -188,3 +188,3 @@ | ||
<a name="LinePlot"></a> | ||
#### d3plus.**LinePlot**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/LinePlot.jsx#L5) | ||
#### d3plus.**LinePlot**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/LinePlot.js#L5) | ||
@@ -197,3 +197,3 @@ | ||
<a name="Matrix"></a> | ||
#### d3plus.**Matrix**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Matrix.jsx#L5) | ||
#### d3plus.**Matrix**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Matrix.js#L5) | ||
@@ -206,3 +206,3 @@ | ||
<a name="Network"></a> | ||
#### d3plus.**Network**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Network.jsx#L5) | ||
#### d3plus.**Network**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Network.js#L5) | ||
@@ -215,3 +215,3 @@ | ||
<a name="Pack"></a> | ||
#### d3plus.**Pack**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Pack.jsx#L5) | ||
#### d3plus.**Pack**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Pack.js#L5) | ||
@@ -224,3 +224,3 @@ | ||
<a name="Pie"></a> | ||
#### d3plus.**Pie**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Pie.jsx#L5) | ||
#### d3plus.**Pie**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Pie.js#L5) | ||
@@ -233,3 +233,3 @@ | ||
<a name="Plot"></a> | ||
#### d3plus.**Plot**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Plot.jsx#L5) | ||
#### d3plus.**Plot**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Plot.js#L5) | ||
@@ -242,3 +242,3 @@ | ||
<a name="Priestley"></a> | ||
#### d3plus.**Priestley**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Priestley.jsx#L5) | ||
#### d3plus.**Priestley**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Priestley.js#L5) | ||
@@ -251,3 +251,3 @@ | ||
<a name="Radar"></a> | ||
#### d3plus.**Radar**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Radar.jsx#L5) | ||
#### d3plus.**Radar**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Radar.js#L5) | ||
@@ -260,3 +260,3 @@ | ||
<a name="RadialMatrix"></a> | ||
#### d3plus.**RadialMatrix**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/RadialMatrix.jsx#L5) | ||
#### d3plus.**RadialMatrix**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/RadialMatrix.js#L5) | ||
@@ -269,3 +269,3 @@ | ||
<a name="Rings"></a> | ||
#### d3plus.**Rings**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Rings.jsx#L5) | ||
#### d3plus.**Rings**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Rings.js#L5) | ||
@@ -278,3 +278,3 @@ | ||
<a name="Sankey"></a> | ||
#### d3plus.**Sankey**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Sankey.jsx#L5) | ||
#### d3plus.**Sankey**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Sankey.js#L5) | ||
@@ -287,3 +287,3 @@ | ||
<a name="StackedArea"></a> | ||
#### d3plus.**StackedArea**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/StackedArea.jsx#L5) | ||
#### d3plus.**StackedArea**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/StackedArea.js#L5) | ||
@@ -296,3 +296,3 @@ | ||
<a name="Tree"></a> | ||
#### d3plus.**Tree**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Tree.jsx#L5) | ||
#### d3plus.**Tree**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Tree.js#L5) | ||
@@ -305,3 +305,3 @@ | ||
<a name="Treemap"></a> | ||
#### d3plus.**Treemap**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Treemap.jsx#L5) | ||
#### d3plus.**Treemap**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Treemap.js#L5) | ||
@@ -314,3 +314,3 @@ | ||
<a name="Viz"></a> | ||
#### d3plus.**Viz**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Viz.jsx#L5) | ||
#### d3plus.**Viz**() [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Viz.js#L5) | ||
@@ -323,3 +323,3 @@ Creates SVG paths and coordinate points based on an array of data. See [this example](https://d3plus.org/examples/d3plus-geomap/getting-started/) for help getting started using the geomap generator. | ||
<a name="Viz.module.exports" href="#Viz.module.exports">#</a> .**module.exports** [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Viz.jsx#L75) | ||
<a name="Viz.module.exports" href="#Viz.module.exports">#</a> .**module.exports** [<>](https://github.com/d3plus/d3plus-react/blob/master/src/Viz.js#L75) | ||
@@ -340,2 +340,2 @@ | ||
###### <sub>Documentation generated on Mon, 07 Nov 2022 23:18:48 GMT</sub> | ||
###### <sub>Documentation generated on Mon, 07 Nov 2022 23:35:20 GMT</sub> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39717