IJMacD / newsmap-js

NewsMap JS - JS implementation of the defunct newsmap.jp
http://newsmap.ijmacd.com/
99 stars 36 forks source link

Mix categories in the TreeMap view #44

Closed keinerweiss closed 1 year ago

keinerweiss commented 1 year ago

As I remember the newsmap.jp didn't group the news by category in the TreeMap view. So I created the TreeMapMixed alternative for the user that mixes the categories' articles by their weight.

IJMacD commented 1 year ago

Hey Rüdiger,

Most of the screenshots of the original on Google include the two level hierarchy in the TreeMap for categories > articles.

image

But I'm happy with the flat structure (single level) where articles from all categories are mixed together too.

I've reverted the default view back to tree and I'm going to merge!