mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
![]() * Add thousands comma separator for card counts graph * Fix Answer Buttons graph's tooltip Changes to the "times pressed" heading * Shows the percent of that button out of all the presses * Comma separates total on thousands * Update CONTRIBUTERS * Wider spacing for graph tables * Switch to locale-based stats numbers * Update CONTRIBUTORS Wrong email? * Fix counts graph on narrow devices Graph and table now align in a column when the device's screen is narrow. Columns widths are bounded to not get too wide * Rename toLocaleXXX functions * toLocaleNumber -> localizedNumber * toLocaleString -> localizedDate Also cleans up sketchy "card counts" table formatting * Localize more numbers Uses locale-based rounding for more numbers now * Localize graph axis ticks * Fix future-due graph tooltip * avoid div by zero (dae) Ignoring NaN in localizedNumber() could potentially mask a mistake in the future - better to explicitly handle the invalid case at the source instead. |
||
---|---|---|
.. | ||
added.ts | ||
AddedGraph.svelte | ||
AxisTicks.svelte | ||
BUILD.bazel | ||
buttons.ts | ||
ButtonsGraph.svelte | ||
calendar.ts | ||
CalendarGraph.svelte | ||
card-counts.ts | ||
CardCounts.svelte | ||
CumulativeOverlay.svelte | ||
ease.ts | ||
EaseGraph.svelte | ||
future-due.ts | ||
FutureDue.svelte | ||
graph-helpers.ts | ||
graph-styles.ts | ||
Graph.svelte | ||
GraphRangeRadios.svelte | ||
graphs-base.scss | ||
graphs.html | ||
GraphsPage.svelte | ||
histogram-graph.ts | ||
HistogramGraph.svelte | ||
HourGraph.svelte | ||
hours.ts | ||
HoverColumns.svelte | ||
index.ts | ||
InputBox.svelte | ||
intervals.ts | ||
IntervalsGraph.svelte | ||
NoDataOverlay.svelte | ||
RangeBox.svelte | ||
reviews.ts | ||
ReviewsGraph.svelte | ||
TableData.svelte | ||
today.ts | ||
TodayStats.svelte | ||
Tooltip.svelte | ||
tooltip.ts | ||
tsconfig.json | ||
WithGraphData.svelte |