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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Allow users to control how many samples should display on the insight. This value should be 1 <= X <= MAX, where max is the site config defined here.
We should always render the most recent snapshot if available, in addition to the selected N points. (cc @Joelkw for opinion on this. It will probably look like an off by 1 error in the UI. Maybe we just include snapshots in N?)
Allow users to control how many samples should display on the insight. This value should be 1 <= X <= MAX, where max is the site config defined here.
We should always render the most recent snapshot if available, in addition to the selected N points. (cc @Joelkw for opinion on this. It will probably look like an off by 1 error in the UI. Maybe we just include snapshots in N?)
Example branch
/cc @Joelkw @felixfbecker @vovakulikov