gawati / gawati-portal-ui

Version 2 of the gawati portal
GNU Affero General Public License v3.0
0 stars 0 forks source link

Keywords dont make sense in graph as is #79

Open ccsmart opened 6 years ago

ccsmart commented 6 years ago

In this: image

the keywords subscript doesnt make sense. Its a random alphabetical sequence which nobody enumerate, therefore there is no comprehensible progression.

Options might be: Remove labels. Label only the top 3, possibly distributing them so they can be read. Label none, but sort them (ascending/descending by number of occurence) from left to right. Name the top 5 in a separate list.

ccsmart commented 6 years ago

accordingly, the frame limiter below the keywords, also can be removed:

image

kohsah commented 6 years ago

@ccsmart so to summarize, Keyword scatter plot does not make sense currently.

Better approach -- Arrange words on the X axis in descending order of occurrence (occurrence on Y axis ). So you get a descending non linear graph (can even use bar chart)

kohsah commented 6 years ago

More detailed summary:

Current timeline implementation can be seen in the timeline tab here:

https://dev.gawati.org/_lang/en/filter/_count/10/_from/1/_to/10/_q/%7B%22countries%22%3A%5B%22mu%22%5D%7D

The Keyword vs No of Results scatter diagram is not practically useful nor does it convey anything about the data itself.

image

The above could also be done as a bar chart

kohsah commented 6 years ago

@ccsmart Fixed in 3be88ecad660aa895c64ad21c27d3bb070e65785