juttle / juttle-viz

Juttle Visualization Library
Apache License 2.0
11 stars 4 forks source link

timechart: -interval creates break in line when it shouldn't #75

Closed go-oleg closed 8 years ago

go-oleg commented 8 years ago

juttle:

emit -points [
    {
        time: :3 days ago:,
        value: 1
    },
    {
        time: :2 days ago:,
        value: 1
    },
    {
        time: :1 days ago:,
        value: 1
    },
    {
        time: :now:,
        value: 1
    }
] | view timechart -interval :1 day: -markerSize 2

image

The bug is due to daylight savings time going into effect on March 13th.