react-pivottable-ardi
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "react-pivottable-ardi", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "A React-based pivot table", | ||
@@ -5,0 +5,0 @@ "main": "PivotTableUI.js", |
@@ -1,4 +0,4 @@ | ||
# react-pivottable | ||
# react-pivottable-ardi | ||
`react-pivottable` is a React-based pivot table library with drag'n'drop | ||
`react-pivottable-ardi` is a React-based pivot table library with drag'n'drop | ||
functionality. It is a React port of the jQuery-based | ||
@@ -11,3 +11,3 @@ [PivotTable.js](https://pivottable.js.org/) by the same author. | ||
`react-pivottable`'s function is to enable data exploration and analysis by | ||
`react-pivottable-ardi`'s function is to enable data exploration and analysis by | ||
summarizing a data set into table or [Plotly.js](https://plot.ly/javascript/) | ||
@@ -37,4 +37,4 @@ chart with a true 2-d drag'n'drop UI, very similar to the one found in older | ||
import ReactDOM from 'react-dom'; | ||
import PivotTableUI from 'react-pivottable/PivotTableUI'; | ||
import 'react-pivottable/pivottable.css'; | ||
import PivotTableUI from 'react-pivottable-ardi/PivotTableUI'; | ||
import 'react-pivottable-ardi/pivottable.css'; | ||
@@ -82,7 +82,7 @@ // see documentation for supported input formats | ||
import React from 'react'; | ||
import PivotTableUI from 'react-pivottable/PivotTableUI'; | ||
import 'react-pivottable/pivottable.css'; | ||
import TableRenderers from 'react-pivottable/TableRenderers'; | ||
import PivotTableUI from 'react-pivottable-ardi/PivotTableUI'; | ||
import 'react-pivottable-ardi/pivottable.css'; | ||
import TableRenderers from 'react-pivottable-ardi/TableRenderers'; | ||
import Plot from 'react-plotly.js'; | ||
import createPlotlyRenderers from 'react-pivottable/PlotlyRenderers'; | ||
import createPlotlyRenderers from 'react-pivottable-ardi/PlotlyRenderers'; | ||
@@ -124,7 +124,7 @@ // create Plotly renderers via dependency injection | ||
import React from 'react'; | ||
import PivotTableUI from 'react-pivottable/PivotTableUI'; | ||
import 'react-pivottable/pivottable.css'; | ||
import TableRenderers from 'react-pivottable/TableRenderers'; | ||
import PivotTableUI from 'react-pivottable-ardi/PivotTableUI'; | ||
import 'react-pivottable-ardi/pivottable.css'; | ||
import TableRenderers from 'react-pivottable-ardi/TableRenderers'; | ||
import createPlotlyComponent from 'react-plotly.js/factory'; | ||
import createPlotlyRenderers from 'react-pivottable/PlotlyRenderers'; | ||
import createPlotlyRenderers from 'react-pivottable-ardi/PlotlyRenderers'; | ||
@@ -168,3 +168,3 @@ // create Plotly React component via dependency injection | ||
The interactive component provided by `react-pivottable` is `PivotTableUI`, but | ||
The interactive component provided by `react-pivottable-ardi` is `PivotTableUI`, but | ||
output rendering is delegated to the non-interactive `PivotTable` component, | ||
@@ -171,0 +171,0 @@ which accepts a subset of its properties. `PivotTable` can be invoked directly |
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
243061