All Projects → nteract → Semiotic

nteract / Semiotic

Licence: other
A data visualization framework combining React & D3

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Semiotic

Victory Pie
D3 pie & donut chart component for React
Stars: ✭ 61 (-97.24%)
Mutual labels:  data-visualization, d3
Victory
A collection of composable React components for building interactive data visualizations
Stars: ✭ 9,248 (+319.03%)
Mutual labels:  data-visualization, d3
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-97.1%)
Mutual labels:  data-visualization, d3
D4
Data-Driven Declarative Documents
Stars: ✭ 797 (-63.89%)
Mutual labels:  data-visualization, d3
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (-31.54%)
Mutual labels:  data-visualization, d3
Semiotic Docs
Docs for using Semiotic
Stars: ✭ 22 (-99%)
Mutual labels:  data-visualization, d3
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (-43.91%)
Mutual labels:  data-visualization, d3
D3 Node
Server-side D3 for static chart/map generation ✨📊
Stars: ✭ 606 (-72.54%)
Mutual labels:  data-visualization, d3
Logation
Analyse your NGINX access logs and create beautiful maps of the locations from which people access your service.
Stars: ✭ 99 (-95.51%)
Mutual labels:  data-visualization, d3
C3
📊 A D3-based reusable chart library
Stars: ✭ 9,163 (+315.18%)
Mutual labels:  data-visualization, d3
D3 Id3
iD3: an Integrated Development Environment for D3.js
Stars: ✭ 789 (-64.25%)
Mutual labels:  data-visualization, d3
Victory Native
victory components for react native
Stars: ✭ 2,013 (-8.79%)
Mutual labels:  data-visualization, d3
React Plotly.js
A plotly.js React component from Plotly 📈
Stars: ✭ 701 (-68.24%)
Mutual labels:  data-visualization, d3
Tracegraph
A JavaScript library for plotting graphs of traceroute or similar data
Stars: ✭ 44 (-98.01%)
Mutual labels:  data-visualization, d3
Party Mode
An experimental music visualizer using d3.js and the web audio api.
Stars: ✭ 690 (-68.74%)
Mutual labels:  data-visualization, d3
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (-96.56%)
Mutual labels:  data-visualization, d3
Anichart.js
Easily create data visualization animation videos
Stars: ✭ 480 (-78.25%)
Mutual labels:  data-visualization, d3
Historical Ranking Data Visualization Based On D3.js
这是一个数据可视化项目,能够将历史数据排名转化为动态柱状图图表
Stars: ✭ 4,649 (+110.65%)
Mutual labels:  data-visualization, d3
D3vue
A D3 Plugin for VueJS
Stars: ✭ 87 (-96.06%)
Mutual labels:  data-visualization, d3
Electricitymap Contrib
A real-time visualisation of the CO2 emissions of electricity consumption
Stars: ✭ 2,138 (-3.13%)
Mutual labels:  data-visualization, d3

Semiotic

Semiotic

Semiotic is a data visualization framework combining React & D3.

Documentation

Interactive Documentation

API Docs

Interactive Examples

Installation

yarn install semiotic

Usage Example

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.

Project recognition

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:

  • Susie Lu
  • Jason Reid
  • James Womack
  • Matt Herman
  • Shelby Sturgis
  • Tristan Reid

Testing

Using BrowserStack for browser compatibility testing BrowserStack

Changelog

Changelog

License

License

Contributing

Our community follows the nteract Contributor Code of Conduct.

If you are interested in contributing to the project, please read our CONTRIBUTING.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].