ihucos / counter.dev

Web Analytics made simple
https://counter.dev
GNU Affero General Public License v3.0
900 stars 40 forks source link

Add explanation for CW41, CW42, etc. date labels on yearly/all-time graphs #106

Open stevennyman opened 1 year ago

stevennyman commented 1 year ago

Apparently they stand for calendar week 41, calendar week 42, etc., but it wasn't fully clear what the labels meant before I looked them up. Perhaps it would make sense to show a non-abbreviated version of these labels and/or the date ranges they represent on hover?

ihucos commented 1 year ago

Makes sense. Any more concrete ideas how to display that? Hmm writing "Calendar Week" would overflow the graph.

stevennyman commented 1 year ago

Maybe as a tooltip when you hover on the bottom label or something?

ihucos commented 1 year ago

Yes, that might be a good idea, let's see if Chart.js supports it... thx