Is it possible to put dots on lines in Timelion?

Hi,

I am using ELK GA 5.0.0. I am trying to plot a line in Timelion, with dots on it, I tried below, but it shows only dots, and not lines;

.points(radius=4, weight=0, fill=5).lines(width=2).color(#F00)

I am trying to achieve a visualization like in the line chart, where its possible to display dots on lines. Is this possible in Timelion?

Thanks in advance..

Hi @elasticcloud,

showing both lines and dots should be possible by setting the show=true as in

.points(show=true).lines(show=true)
3 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.