Category "vega"

Opensearch and Vega retrieve null fields in composite aggregation

I'm using the VEGA visualization in OpenSearch to create a tree representation like this example from the documentation. Data are stored inside an index and I'm

how to make an indented tree in vega

I'm trying to create an indented tree e.g. as in https://observablehq.com/@d3/indented-tree I think that what this example does which I can't replicate in vega

The display of a signal element in the Vega visualization within a Kibana dashboard is not fully displayed using autosize

I want to have a display of Vega in Kibana, with the autosize active to be able to adjust it to any size in a dashboard, but I can't get it to show me the signa

VEGA pie chart with labels - wrong position of labels

i tried to make piechart for Downtimes by machine. My input is: "values": [{"Prostoj": "1-5min", "value": 10467, "textik":"02:54:27"}, {"Prostoj": "5-12m

How to hide the three-dot dropdown menu on a Vega chart?

I have a simple chart embedded in my website. Using the vega-lite spec v5. Here's an example: The circle with three dots triggers a drop-down menu with some ac

Draw tree Layout chart in vega

I want to have a tree chart of my data using vega in kibana 7.9.0, but I don't know how to write the query for that. the below code is an example of tree chart

Using Altair's interval selection as a filter in a multi-view chart

In my concatenated chart, I’m using an interval selection as a filter (see the GIF, Python code, and VL spec below). Even though my selection appears to b

How to manually set a diverging color range

I am using Altair for Python and my current code uses a redyellowblue color scheme which uses the middle color (yellow) accordingly to my domainMid parameter. c

How can we proramatically generate vega grammar JSON from vega-lite plot?

I am able to get vega json grammar on local installation of nodejs with vega-lite and vega-lite-api installed through npm as follows: vl = require('vega-lite')