I'm generating a nice graph with Kibana on a linear data that has timestamp and number of used items. Using the Visual Builder i can generate a nice looking graph, which count's as well . However i am applying a count Aggregation o that i can pipe the count and divided by 3.
Doing this breaks the graph so that not all point's are connected. I wanted to use the .fit() but it doesn't seem that i can use that function in "painless Script"
Appreciate any help.