Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
D3 | 106,264 | 23,721 | 5,935 | 8 days ago | 272 | June 03, 2023 | 6 | isc | Shell | |
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: | ||||||||||
Visx | 17,764 | 86 | 2 days ago | 32 | July 11, 2023 | 136 | mit | TypeScript | ||
🐯 visx | visualization components | ||||||||||
Plotly.js | 15,982 | 718 | 247 | 4 hours ago | 239 | July 25, 2023 | 1,504 | mit | JavaScript | |
Open-source JavaScript charting library behind Plotly and Dash | ||||||||||
Plotly.py | 14,133 | 45 | 4 days ago | 89 | October 29, 2022 | 1,423 | mit | Python | ||
The interactive graphing library for Python :sparkles: This project now includes Plotly Express! | ||||||||||
Vega | 10,575 | 275 | 247 | a day ago | 175 | April 26, 2023 | 446 | bsd-3-clause | JavaScript | |
A visualization grammar. | ||||||||||
Victory | 10,489 | 686 | 232 | 12 days ago | 236 | June 13, 2023 | 289 | other | JavaScript | |
A collection of composable React components for building interactive data visualizations | ||||||||||
Rawgraphs App | 8,431 | 9 days ago | 81 | apache-2.0 | JavaScript | |||||
A web interface to create custom vector-based visualizations on top of RAWGraphs core | ||||||||||
Vprof | 3,839 | 9 | 7 | a year ago | 24 | February 29, 2020 | 27 | bsd-2-clause | Python | |
Visual profiler for Python | ||||||||||
Plot | 3,332 | 22 | a day ago | 33 | August 15, 2023 | 257 | isc | HTML | ||
Observable Plot: a concise API for exploratory data visualization | ||||||||||
Flask_jsondash | 3,243 | a year ago | 11 | June 13, 2017 | 50 | mit | Python | |||
:snake: :bar_chart: :chart_with_upwards_trend: Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go. |
Semiotic is a data visualization framework combining React & D3.
Interactive Documentation v1.x
Preview of Interactive Documentation for v2.x
yarn install semiotic
As a library:
import { XYFrame } from "semiotic"
You can also use the static distribution (via https://unpkg.com or https://esm.sh):
<script type="module">
import { XYFrame } from "https://unpkg.com/semiotic?module"
</script>
These Codepen examples use the static distribution.
Semiotic icon based on an icon by Andr Schauer
It may not be apparent in the commit logs but development of this library owes a lot to:
Using BrowserStack for browser compatibility testing
Our community follows the nteract Contributor Code of Conduct.
If you are interested in contributing to the project, please read our CONTRIBUTING.md file.