mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 16:09:57 +03:00
highlight the max minute
This commit is contained in:
parent
bc61c3ca98
commit
1afb2fbeb5
@ -97,6 +97,8 @@ class EditorStatsView extends ScrollView
|
||||
.attr('height', (d, i) -> h - y(d.value))
|
||||
.attr('y', (d, i) -> y d.value)
|
||||
|
||||
bars.classed('max', (d, i) -> d.value == max)
|
||||
|
||||
setInterval update, 5000
|
||||
|
||||
track: =>
|
||||
|
Loading…
Reference in New Issue
Block a user