What does HackerNews think of graphic-walker?

An open source alternative to Tableau. Easily embedded as a component in web apps.

Language: TypeScript

#32 in React
#54 in TypeScript
> it seems like the heavy lifting is done by the web app here: https://github.com/Kanaries/graphic-walker

FWIW, both are made by the same entity, Kanaries.

If you want to embed the visualization part only, you can export a vega-lite/vega specification and then use Vega-Embed: https://github.com/vega/vega-embed or React-Vega to embed in your web app.

At the graphic walker toolbar, active debug mode, there will appear a button on the top-right corner of the chart. Click it, and then you can export the chart spec.

Or Embed the entire Graphic Walker as a react component: https://github.com/Kanaries/graphic-walker