We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'viewer' component uses plurals:
<perspective-viewer row-pivots='["athlete"]' column-pivots='["year"]'> </perspective-viewer>
However, tree.view uses singular:
https://github.com/jpmorganchase/perspective/tree/master/packages/perspective#view-1
row_pivot, column_pivot, ...
This really threw me for about half an hour, as mentioned to @neilslinger this morning ;-)
The text was updated successfully, but these errors were encountered:
Thanks for the report - you're right, these are inconsistent. This has been fixed (and made backwards compatible), and will be released in 0.2.22
Sorry, something went wrong.
No branches or pull requests
The 'viewer' component uses plurals:
However, tree.view uses singular:
https://github.com/jpmorganchase/perspective/tree/master/packages/perspective#view-1
row_pivot, column_pivot, ...
This really threw me for about half an hour, as mentioned to @neilslinger this morning ;-)
The text was updated successfully, but these errors were encountered: