react-pivottable
react-pivottable copied to clipboard
React-based drag'n'drop pivot table with Plotly.js charts
Thanks for your attention! I tried to deploy the react-pivottable component on apache server. I installed the apache server and executed the react-pivottable app in my computer. Now I should...
Hi, In your documentation, you write that the `aggregatorName` key should take as default value the first key in `aggregators`, but in the code (Utilities.js, line 777), the default value...
When you deselect all the values for a Pie Chart, there are two errors logged in console: ``` plotly.js:20656 Error: attribute d: Expected number, "MNaN,NaNaNaN,NaN …" plotly.js:20656 Error: attribute transform:...
After adding PivotTableUI tag in my react project, receiving below error. Uncaught (in promise) DOMException: Failed to execute 'createElement' on 'Document': The tag name provided ('[object Object]') is not a...
I have used the jQuery version of this library for a long time now and it has been a huge benefit! In that version, I had implemented a tiny change...
Hi Here is my code ``` import React, { Component } from 'react'; import tips from './tips'; import PivotTableUI from 'react-pivottable/PivotTableUI'; import 'react-pivottable/pivottable.css'; import TableRenderers from 'react-pivottable/TableRenderers'; import Plot from...
Can develop a plugin for jupyter notebook and jupyterlab?
I'm trying to create what amounts to my own version of Plotly's [react-chart-editor](https://github.com/plotly/react-chart-editor). In doing so, I'm passing a *layout* prop to my component, which I then include in my...
Hello! Are there ways to optimize rendering of table if I have a json file with more than 1000 items?