Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Recharts | 19,972 | 3,502 | 784 | 2 days ago | 194 | September 06, 2022 | 480 | mit | TypeScript | |
Redefined chart library built with React and D3 | ||||||||||
Visx | 16,889 | 202 | 65 | 3 days ago | 47 | September 09, 2020 | 126 | mit | TypeScript | |
🐯 visx | visualization components | ||||||||||
Plotly.js | 15,519 | 718 | 197 | a day ago | 213 | August 10, 2022 | 1,413 | mit | JavaScript | |
Open-source JavaScript charting library behind Plotly and Dash | ||||||||||
Nivo | 11,176 | 151 | 146 | 13 days ago | 64 | September 08, 2022 | 108 | mit | TypeScript | |
nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries | ||||||||||
Victory | 10,156 | 686 | 199 | 2 months ago | 233 | September 14, 2022 | 239 | other | JavaScript | |
A collection of composable React components for building interactive data visualizations | ||||||||||
C3 | 9,257 | 1,134 | 175 | 2 months ago | 67 | August 08, 2020 | 780 | mit | JavaScript | |
:bar_chart: A D3-based reusable chart library | ||||||||||
Rawgraphs App | 8,301 | 2 months ago | 78 | apache-2.0 | JavaScript | |||||
A web interface to create custom vector-based visualizations on top of RAWGraphs core | ||||||||||
Textures | 5,914 | 45 | 15 | a year ago | 12 | April 17, 2021 | 17 | mit | JavaScript | |
Textures.js is a JavaScript library for creating SVG patterns | ||||||||||
Historical Ranking Data Visualization Based On D3.js | 4,472 | 2 years ago | 34 | gpl-3.0 | JavaScript | |||||
这是一个数据可视化项目,能够将历史数据排名转化为动态柱状图图表 | ||||||||||
Ngx Charts | 4,187 | 1,103 | 345 | 2 months ago | 75 | February 28, 2022 | 769 | mit | TypeScript | |
:bar_chart: Declarative Charting Framework for Angular |
Simple visualization of User Facebook Data using D3.js:
Data displayed :
- User's : Facebook "places"
- Daily interactions on Facebook ( eg: posts, comments, messages )
Visualisation Code and Data Preprocessing code in their respective folder.
Video : https://youtu.be/pCmPKeypuYg
Dependencies:
Import:
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"> </script>
<script src="https://d3js.org/topojson.v3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="jquery.CalendarHeatmap.min.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.CalendarHeatmap.min.css">
Html will display the visualiation.
For customisation of user data and custom display :
-Dropdown lists for data files and heatmap years available for optional usage: