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
when using 3dfc, by default the grid will show up instead, I am using this code
<perspective-viewer view="[d3fc]x_bar" row-pivots='["country"]' columns='["gold"]' sort='[["gold","desc"]]'> </perspective-viewer>
The text was updated successfully, but these errors were encountered:
Hi @djouallah ,
The view parameter takes the internal name of the view which is not exactly the same as the display name.
It should work if you use: d3_x_bar. E.g.
<perspective-viewer view="d3_x_bar" row-pivots='["country"]' columns='["gold"]' sort='[["gold","desc"]]'> </perspective-viewer>
Sorry, something went wrong.
thanks, it works
No branches or pull requests
when using 3dfc, by default the grid will show up instead, I am using this code
The text was updated successfully, but these errors were encountered: