kmteras / timenaut

Desktop time tracking application for Windows, Mac and Linux that does not invade your privacy
https://timenaut.app/
19 stars 3 forks source link

Move to d3 charts #44

Open kmteras opened 5 years ago

kmteras commented 5 years ago

Need to get rid of the canvas based chart.js. D3 would allow for a lot more customization at the price of having to do a lot by hand. Chart.js with its canvases is currently messing up the windows size and making it impossible to make the window resizable.

kmteras commented 4 years ago

Update to chart.js 3.0 is also a possibility. The tooltip updating problem is supposedly fixed there.