Fork me on GitHub
#portal
<
2020-12-25
>
Brian Chevalier00:12:23

I’m working on a branch of Portal that adds visualizations with https://vega.github.io/vega-lite/ via https://github.com/metasoarous/oz#as-client-side-reagent-components. Portal will detect any vega-lite data and render it with a viewer. In addition I want to have an easier path to quickly tapping out plots. What kind of data structures would you expect to be able to be visualized as a chart? Ex. if you tap out a collection of maps with :x :y keys that can be viewed as a line/scatter plot. Feedback/ideas welcome 😄

🎉 3
Brian Chevalier00:12:20

Here’s a https://vega.github.io/vega-lite/examples/. I think it’s a perfect match for portal visualizations because it uses an entirely declarative JSON spec for describing high level graphics. It will open up a lot of possibilities for us to take data and convert it into a useful visualization

djblue01:12:47

Can't wait to get this merged!

😎 3
Brian Chevalier02:12:25

Vega will also give us a path for visualizing geojson and other geographic data structures 😄

Brian Chevalier04:12:04

Check out the V1 of charts & vega-lite in the https://djblue.github.io/portal/ 😎

🎉 3
🆒 6
Ryan Zwiefelhofer22:01:34

Woah!!! Now that is awesome.

Ryan Zwiefelhofer22:01:54

Great work with this 💯

☝️ 3
Brian Chevalier02:01:45

Thanks, Ryan 😄🙏