Skip to content

Releases: nyurik/kibana-vega-vis

Bump to Vega 3.0.7

25 Oct 06:07
Compare
Choose a tag to compare
  • Fix key function generation for facets grouped by nested properties (fixes some issues with Vega-Lite and sub-fields)

Vega & VL update. Proper field support, bug fixes

23 Oct 21:56
Compare
Choose a tag to compare
  • Vega 3.0.6
  • Vega-Lite 2.0.0-rc5

Now VegaLite is able to use fields, e.g. "field": "_source.myfield"
Empty datasets no longer cause issues.

Debugging tools, better error reporting

01 Oct 04:51
Compare
Choose a tag to compare
  • Updated to Vega 3.0.5
  • _hostConfig.hideWarnings parameter
  • Added VEGA_DEBUG to help with debugging
  • Initial example now shows external data for Tesla stocks

Resizable Vegalite graphs, new map params

26 Sep 06:15
Compare
Choose a tag to compare
  • Just like Vega, VegaLite graphs can now also auto-resize depending on the size of the container.
  • Bumped VegaLite to v2.0.0-rc3
  • Map mode supports new parameters: minZoom, maxZoom, mapStyle, and zoomControl to hide +/- buttons. Setting mapStyle to false creates a graph on top of a blank map.
  • new example to draw custom maps with user-supplied geojson and blur effects

Fixing error messages, bumped to VL 1.0.0-beta.2

15 Sep 02:38
Compare
Choose a tag to compare

Bump to Vega 3.0.2, VL 2.0.0-beta.21, minor bugfix

08 Sep 05:45
Compare
Choose a tag to compare
  • Fixed a warning message that was appearing when first opening the map graph
  • Bumped Vega dependencies

Bumped to Vega Lite beta 14

13 Aug 02:49
Compare
Choose a tag to compare
  • Use Vega Lite 2 beta 14
  • Better release file naming

Updated to Vega 3.0 release version

11 Aug 18:41
Compare
Choose a tag to compare
  • Use production Vega 3.0.1
  • Use Vega Lite v2.0.0-beta.13

Updated to Vega v3.0.0-rc6

08 Aug 02:19
Compare
Choose a tag to compare

dashboard context, auto-refresh

05 Aug 04:16
Compare
Choose a tag to compare
  • Allow for dashboard context parameters #3
    • Simple context: "%context_query%": "@timestamp"
    • Complex params: %dashboard_context-must_clause% and %dashboard_context-must_not_clause%
    • See readme for details
  • Enable graph auto-refresh #11
  • Bumped Vega to 3.0.0-rc5, Vega-Lite to 2.0.0-beta.11