acdh-oeaw / corpsum-ts

Reimplementation of the Corpsum App in TypeScript
Other
0 stars 0 forks source link

Possiblity to compare Regional and Source Medium frequency of more than one query within single charts #41

Open AgnesKim-oeaw opened 8 months ago

AgnesKim-oeaw commented 8 months ago

Currently only relative and absolute frequencies are displayed of single queries are displayed on the map (for Regional frequencies) or with single bars (for Source Medium frequencies). It would be a nice asset to be able to view them in relation to each other, i.e. as a pie chart for the Regional frequencies or within a scaled bar chart for the Source Medium frequencies as it is possible within the Word at a Glance (WaG) app of the Czech national corpus: https://www.korpus.cz/slovo-v-kostce/compare/cs/kluk--chlap--chlapec--hoch

grafik

lukas-moertl commented 4 months ago

(copied from doc, sorry for being in german. here the proposed changes)

Regional Frequency View

Derzeit wird pro Query eine Karte angezeigt. Stattdessen wird nur noch eine angezeigt und für jede Region wird ein Pie-Chart erstellt, welcher die Werte der unterschiedlichen Queries vergleicht. Die Farbe der Region zeigt dabei den größten Wert an.

Media Frequency View

Anstelle des derzeitigen Graphen für jede Query wird auch hier nur noch ein Graph angezeigt, der die Media Sources der verschiedenen Queries miteinander vergleicht, hierbei wird ein Stacked Bar Chart verwendet.

ctot-nondef commented 4 months ago
ctot-nondef commented 2 weeks ago

implemented and deployed on dev - feeback pending

ctot-nondef commented 2 weeks ago