An open API service indexing awesome lists of open source software.

https://github.com/ammahmoudi/data-visualization

A curated collection of innovative data visualization projects
https://github.com/ammahmoudi/data-visualization

chart custom-charts sunburst-chart tree-map-chart visualization

Last synced: over 1 year ago
JSON representation

A curated collection of innovative data visualization projects

Awesome Lists containing this project

README

          

# Data Visualization

Welcome to the Data Visualization repository! This collection features projects that showcase different techniques and approaches to visualizing data.

## [Nested-Tree-Map](/Nested-Tree-Map)
**Description:** An interactive visualization representing hierarchical data with nested rectangles.
**Result:**

![Nested Tree Map Result](/Nested-Tree-Map/nested_tree_map_2.svg)

## [Packed-Circle-Chart](/Packed-Circle-Chart)
**Description:** A circular layout method for displaying grouped or clustered data.
**Result:**

![Packed Circle Chart Result](/Packed-Circle-Chart/result.svg)

## [Radial-Plot](/Radial-Plot)
**Description:** A graphical technique for displaying multivariate data in the form of a two-dimensional chart.
**Result:**

![Radial Plot Result](/Radial-Plot/output.png)

## [Sunburst-Plot](/Sunburst-Plot)
**Description:** A radial space-filling visualization to illustrate hierarchical relationships.
**Result:**

![Sunburst Plot Result](/Sunburst-Plot/output.png)

For more details on each project, please refer to the README file located within the respective project folder.

## Contributing

We welcome contributions! If you have an idea for a new data visualization project or improvements to existing ones, please feel free to submit a pull request.

## License

This repository is open-source and available under the MIT License.

Thank you for visiting, and happy visualizing!