๐ Implement the Graph Charts
Closed this issue ยท 0 comments
eriknovak commented
Connected to problem?
Graphs will provide insights into the uploaded data set and its analysis. The data set can contain various field types, i.e. text, datetime, number, class, category, hierarchical, geo-location, etc. These graphs need to show the statistics of these types and unveil new insights and patterns.
Solution?
Develop a graph for each data type. Based on the requirements we should start with:
- Bar chart
- Histogram
- Line chart
- Wordcloud
- Density plot
- Ratio plot
- Heatmap
- Lolipop
- Treemap
- Dendogram
- Parallel plot
- Hexmap
- Scatter plot
Alternatives?
No response