Project

General

Profile

Feature #2004

Updated by Alexander Watzinger 10 months ago

For additional visualization To make entered data more visible one idea is to present a graphical presentation of data type charts are now shown types at the type overview and type detail view. overview. 
 It was implemented with chart.js, E.g. a chart showing the NPM packages distribution at https://demo.openatlas.eu/type#menu-tab-custom 

 To consider: 
 * We have to watch out for performance because at the type index view there would be updated, see upgrade notes. a graphic for every type 
 * When showing distribution at the type index site only the top levels should be shown but should include their sub counts 
 * Once finished we could do something similar for the type detail views (showing distribution of subs).

Back