python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to create an aggregation over unique count in Kibana?
I have an index in ElasticSeach with data for last 6h like:
[
{
"user": "001",
"id": "001001",
"timeOK": "true&qu...
mort_m
Votes: 0
Answers: 0
Vega-lite: skip invalid values instead of treating as 0 for aggregate sum
When doing an aggregate sum on a column and charting it using Vega-Lite, is it possible to skip invalid values instead of treating them as 0 when doing the addition? When there is missing/invalid data...
nomadrift
Votes: 0
Answers: 1
How to filter data using a slider in vega-lite?
I am using the following code to plot a bubble plot using vega-lite. I want to transform values as I change the year value using the slider. But it's not working.
{
"$schema": "https:...
Shreyas Chaudhari
Votes: 0
Answers: 1
How can I remove Axis Lines from Vega Lite Chart
I'd like to remove / hide the axis lines from the vega-lite chart below. I've tried changing the colour to null (as below) or other colours and that doesn't work.
https://vega.github.io/editor/#/gist...

Chris
Votes: 0
Answers: 1