-
Notifications
You must be signed in to change notification settings - Fork 6
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
Replace Recline with Vega views #16
Comments
@rgrp Could you point where and/or how recline spec is generated? If we construct relevant spec for Vega, Replacing recline bootup with simple code could help (with first glance).
|
@zelima the recline spec comes from the datapackage.json - right? |
@rgrp I have a little progress with changing recline graphs with vega-lite graphs. As an example it looks like this: |
@rgrp Also I had to first roll back this commit 9d74771 to switch back to old view of website, since the new version was redirecting me to the actual website http://frictionlessdata.io |
@rgrp I've pushed changes on my repo zelima@d7a67e4 Please review it. |
@rgrp I've made new changes to code. For now it stitches between vegalite and recline(both graph and grid) views with help of simple html button and jquery toogle() method. As I found just the simplest, but maybe not even good approach to do this please review commit zelima@73da331 and leave your thoughts or remarks |
Recline spec to Vega
=> Vega(-lite)
The text was updated successfully, but these errors were encountered: