Anki/ts/routes/graphs
Jarrett Ye 59969f62f5
polish graphs of simulator, true retention table and forgetting curve (#3448)
* polish graphs of simulator and forgetting curve

* True Retention: decrease precision of percentages

* apply uniform sampling rate to forgetting curve

* don't display time, only date when maxDays >= 365

* don't floor the totalDaysSinceLastReview

* correct cramming condition

* improve code-style

* polish ticks & tooltip of simulator

* remove unused import

* fix minor error of daysSinceFirstLearn

* filter out revlog entries from before the reset

https://forums.ankiweb.net/t/anki-24-10-beta/49989/63?u=l.m.sherlock

* use Math.ceil for windowSize

* fill currentColor for legend text

* remove mix-blend-mode: multiply

* tune the position of legend
2024-10-01 00:22:30 +10:00
..
+page.svelte Feat/true retention stats (#3425) 2024-09-22 19:00:27 +10:00
added.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
AddedGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
AxisTicks.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
buttons.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
ButtonsGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
calendar.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
CalendarGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
card-counts.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
CardCounts.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
CumulativeOverlay.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
difficulty.ts Fix graph averages (#3406) 2024-09-11 02:18:53 +07:00
DifficultyGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
ease.ts Fix graph averages (#3406) 2024-09-11 02:18:53 +07:00
EaseGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
future-due.ts Fix future due search missing cards on last day (#3206) 2024-05-24 10:46:38 +01:00
FutureDue.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
graph-helpers.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
graph-styles.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
Graph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
GraphRangeRadios.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
graphs-base.scss Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
GraphsPage.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
histogram-graph.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
HistogramGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
HourGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
hours.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
HoverColumns.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
index.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
InputBox.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
intervals.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
IntervalsGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
NoDataOverlay.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
RangeBox.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
retrievability.ts Feat/true retention stats (#3425) 2024-09-22 19:00:27 +10:00
RetrievabilityGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
reviews.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
ReviewsGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
simulator.ts polish graphs of simulator, true retention table and forgetting curve (#3448) 2024-10-01 00:22:30 +10:00
StabilityGraph.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
TableData.svelte Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
today.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
TodayStats.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
tooltip-utils.svelte.ts Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
Tooltip.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
true-retention.ts polish graphs of simulator, true retention table and forgetting curve (#3448) 2024-10-01 00:22:30 +10:00
TrueRetention.svelte polish graphs of simulator, true retention table and forgetting curve (#3448) 2024-10-01 00:22:30 +10:00
WithGraphData.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00