A little event tracker
$ component install publicclass/tracker
Create a new tracker. type
can be either frames or timeline and the type will decide what can be tracked.
Accessible on Trackers of frames
-type. The type
argument can be any string or such. It will be set as the class of the trace and can thus be styled to your liking.
The meta
argument is stored and will be accessible in the tooltip (TBD).
Accessible on Trackers of timeline
-type.
The meta
argument is stored and will be accessible in the tooltip (TBD).
Accessible on Trackers of timeline
-type. The value
will be scaled according to the min
and max
options passed into the constructor.
The meta
argument is stored and will be accessible in the tooltip (TBD).
MIT