portal

https://github.com/djblue/portal
Brian Chevalier 2020-12-25T00:00:23.085300Z

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 πŸ˜„

πŸŽ‰ 1
Ryan Zwiefelhofer 2021-01-04T22:42:34.100600Z

Woah!!! Now that is awesome.

Ryan Zwiefelhofer 2021-01-04T22:42:54.100800Z

Great work with this πŸ’―

☝️ 1
Brian Chevalier 2021-01-05T02:21:45.102700Z

Thanks, Ryan πŸ˜„πŸ™

Brian Chevalier 2020-12-25T00:04:20.085600Z

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

djblue 2020-12-25T01:40:47.086100Z

Can't wait to get this merged!

😎 1
Brian Chevalier 2020-12-25T02:41:25.086400Z

Vega will also give us a path for visualizing geojson and other geographic data structures πŸ˜„