News

This project parses data from a CSV/Excel file, renders it in JSON, saves it to a database and then is visualised in graph form. It will also plot data on a map. The CSV file I have used is a public ...
The visualization of the graphs is provided by the Visu class. Like all others, this class operates on a given graph object. Visu allows to visualize graphs, to mark subgraphs in the passed graph (e.g ...
1. Wrong Type of Graph: Different data is represented by different graphs. There should not be a case when a pie graph is used for complex comparison or a line graph is used to represent categorical ...