Skip to content
New issue

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

documentation how to use D3FC #509

Closed
djouallah opened this issue Apr 2, 2019 · 2 comments
Closed

documentation how to use D3FC #509

djouallah opened this issue Apr 2, 2019 · 2 comments

Comments

@djouallah
Copy link

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>
@matt-hooper
Copy link
Contributor

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>

@djouallah
Copy link
Author

thanks, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants