plotly / react-pivottable

React-based drag'n'drop pivot table with Plotly.js charts
https://react-pivottable.js.org/
MIT License
993 stars 254 forks source link

what is the display effect of multiple values to the vals property? #129

Open xlhtc007 opened 3 years ago

xlhtc007 commented 3 years ago

I see the properties of this component, and the "vals" property can accept multiple attributes. I want to see the display effect if I set this property more than one attributes. But the live demo does not support this case. I am not a JavaScript Developer, and I am deciding whether to use this component. Thanks!

nicolaskruchten commented 3 years ago

Aggregators can be written to accept multiple "vals", for instance the default "sum over sum" operator does so.