fwends-net / time-analysis

Simple tool to turn timeseries logs into visual representations
MIT License
0 stars 0 forks source link

Update labelGroupTransformer.js #2

Closed fwends-net closed 4 weeks ago

fwends-net commented 4 weeks ago

the label group transformer undid all actions of the day split transformer, because the entries neighbouring at the day border created by the day split transformer would of course be merged again by the label group transformer, who now checks if the entries are not on the same day.