hvega
hvega copied to clipboard
Create Vega-Lite visualizations from Haskell.
We need aeson to support text-2.1 first - e.g. - https://github.com/haskell/aeson/pull/1055
Hi! I am referring to the `Graphics.Vega.VegaLite.Output` module. I suggest extracting and also exporting an `embed` function that allows embedding of visualizations into html files. That is (this uses `blaze-html`,...
I'd like to be able to produce a series of plots, and have them display one after the next in quick succession (e.g. like a GIF, so I can see...
Add option to use `` instead of ``.
As suggested by @ysangkok in the New-York Haskell Meetup Co-Hack, can we provide "simple" routines to set up basic operations - e.g. scatter plot? One issue is that it's hard...
Added a little bit of versioning stuff in Graphics.Vega.VegaLite.Output. Leaves the same defaults in the current versions but adds a ```toHtmlWithVersions``` and ```toHtmlFileWithVersions``` to specify whichever versions. Using this, I...
I have this code, made with `stack new myproject rio` https://github.com/commercialhaskell/stack-templates/blob/master/rio.hsfiles ```haskell {-# LANGUAGE OverloadedStrings #-} module Run (run) where import Import import Graphics.Vega.VegaLite run :: RIO App () run...
I made a nice graph in the https://vega.github.io/editor/ is there any way to convert it to the haskell code needed for it?
Elm is going with a system which allows you to associate an expression with a "type" to generate the output, but this is based in part on the fact they...
hi- i don't know anything about javascript, JSON, or Aeson, but i'm trying to set the `logLevel` option on `toHtmlFileWith`. everything i try winds up translating to `{"logLevel":"vega.Debug"}`, whereas i...