Commit 2725554
committed
Fix TimeHistogramPerTimeline to count chunks not components
The histogram was incorrectly incrementing/decrementing by event.num_components()
instead of 1. This caused timelines with 'wide' archetypes (many components) to
appear far more active than timelines with few components, breaking timeline
selection and navigation logic.1 parent 85fc15e commit 2725554
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments