You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constgetSnapshotId=(d: snapshot)=>d.snapshotId;// data accessor (used to generate scales) and formatter (add units for on hover box). d comes from data.barstack post filtered data
67
-
68
66
constgetSnapshotId=(d: snapshot)=>d.snapshotId;// data accessor (used to generate scales) and formatter (add units for on hover box). d comes from data.barstack post filtered data
69
67
constformatSnapshotId=(id)=>`Snapshot ID: ${id}`;// returns snapshot id when invoked in tooltip section
70
68
constformatRenderTime=(time)=>`${time} ms `;// returns render time when invoked in tooltip section
0 commit comments