anki/ts
Damien Elmes 7a08970bf7 another attempt at fixing review graph
This should correctly show today count in the 1 month/3 month graphs.
1+ year will have a very tiny bar, but the today count is not so
important at that range. I experimented with shifting the numbers
by one at the gathering stage (so -1 = today) - that makes today fit
in the previous bin, but means the bars no longer match the ticks.
2020-07-08 13:31:09 +10:00
..
src another attempt at fixing review graph 2020-07-08 13:31:09 +10:00
.eslintignore add a new ts/ folder with a new graph proof of concept 2020-06-29 15:48:00 +10:00
.eslintrc.js hour graph 2020-06-29 15:48:01 +10:00
.gitignore add a new ts/ folder with a new graph proof of concept 2020-06-29 15:48:00 +10:00
.prettierignore add a new ts/ folder with a new graph proof of concept 2020-06-29 15:48:00 +10:00
.prettierrc add a new ts/ folder with a new graph proof of concept 2020-06-29 15:48:00 +10:00
css.d.ts graphs now work in night mode 2020-06-30 16:23:46 +10:00
d3_missing.d.ts use graph for card counts 2020-07-04 13:38:46 +10:00
Makefile css->scss in makefile deps 2020-07-04 13:49:50 +10:00
package.json graphs now work in night mode 2020-06-30 16:23:46 +10:00
svelte.config.js svelte+ts tweaks 2020-06-29 15:48:00 +10:00
tsconfig.json add a new ts/ folder with a new graph proof of concept 2020-06-29 15:48:00 +10:00
webpack.config.js graphs now work in night mode 2020-06-30 16:23:46 +10:00