Based on our record, Observable seems to be a lot more popular than Vega-Lite. While we know about 312 links to Observable, we've tracked only 24 mentions of Vega-Lite. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
- In our case some features were missing (and are still missing) - exponential average - that is most commonly used to smooth ML training curves. [1] https://vega.github.io/vega-lite/ [2] https://dvc.org/doc/user-guide/experiment-management/visualizing-plots#visualizing-plots. - Source: Hacker News / 8 months ago
We use the slightly simpler vega-lite from the same group. It typically gets us 98% of the way there quite quickly. Its from the same team, just a more simple wrapper around D3. https://vega.github.io/vega-lite/. - Source: Hacker News / 11 months ago
I like Vega-Lite: https://vega.github.io/vega-lite/ It’s built by folks from the same lab as D3, but designed as “a higher-level visual specification language on top of D3” [https://vega.github.io/vega/about/vega-and-d3/] My favorite way to prototype a dashboard is to use Streamlit to lay things out and serve it and then use Altair [https://altair-viz.github.io/] to generate the Vega-Lite plots in Python. Then if... - Source: Hacker News / about 1 year ago
I also have difficulties with Gnuplot and Matplotlib. I like Vega that allows me to create visualisations in a declarative way. If I really need something special I go with d3.js, which had a really steep learning curve but with ChatGPT it should have become easier for beginners. [1] https://vega.github.io/vega-lite/. - Source: Hacker News / about 1 year ago
To ensure you do not miss this: LiveBook comes with a Vega Lite integration (https://livebook.dev/integrations -> https://livebook.dev/integrations/vega-lite/), which means you get access to a lot of visualisations out of the box, should you need that (https://vega.github.io/vega-lite/). In the same "standing on giant's shoulders" stance, you can use Explorer (see example LiveBook at... - Source: Hacker News / over 1 year ago
"Observable is obnoxious if you want to add a D3 pie chart to your Vue application and have to untangle calls to D3’s API from reactive cell values, which look like ordinary JavaScript, but are not, and will cause compilation and runtime errors when copied." Yep - as I wrote: "If you want to just blindly copy and paste d3 code, you may have issues with the docs being hosted on observable." If instead you learn the... - Source: Hacker News / 23 days ago
I'd imagine many nested named capturing groups may trip even the best automated system! I do like the solution though. I would've probably approached it differently, trying to first get the 'inverted' match (i.e. Not matching anything that isn't a currency like pattern) and refine from there. A bit like this one I did a while back, to parse garbled strings that may occur after OCR [0]. I imagine the approach does... - Source: Hacker News / about 2 months ago
Was looking for some mention of Mike Bostock and his epic odyssey into this space. For those who aren't familiar https://observablehq.com/@mbostock. - Source: Hacker News / 3 months ago
I experimented with an Ohm/CodeMirror bridge that would map an Ohm grammar to CodeMirror classes for marks and syntax highlighting. It might be an interesting starting point for you: https://observablehq.com/@ajbouh/editor. - Source: Hacker News / 3 months ago
I have a fork of this that inverts the light model from additive to subtractive and suddenly its like ink in water https://observablehq.com/@tomlarkworthy/ink. - Source: Hacker News / 4 months ago
Vega Visualization Grammar - Visualization grammar for creating, saving, and sharing interactive visualization designs
RunKit - RunKit notebooks are interactive javascript playgrounds connected to a complete node environment right in your browser. Every npm module pre-installed.
Plotly - Low-Code Data Apps
D3.js - D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
Jupyter - Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.
picasso.js - Turn boring data into a visual masterpiece using picasso.js, an open-source library from Qlik.