All Projects → preignition → multi-chart

preignition / multi-chart

Licence: other
lit-element building blocks for charts and visualization (based on d3.js v5)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to multi-chart

multi-verse
lit-element components for fast and modular multivariate analysis
Stars: ✭ 34 (+41.67%)
Mutual labels:  d3, chart, dataviz, d3v4
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (+683.33%)
Mutual labels:  d3, chart, d3v4
Ngx Charts
📊 Declarative Charting Framework for Angular
Stars: ✭ 4,057 (+16804.17%)
Mutual labels:  d3, chart, dataviz
Vue D3 Network
Vue component to graph networks using d3-force
Stars: ✭ 415 (+1629.17%)
Mutual labels:  d3, chart, d3v4
Teamchatviz
#teamchatviz
Stars: ✭ 146 (+508.33%)
Mutual labels:  d3, dataviz
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (+6562.5%)
Mutual labels:  d3, chart
D3tutorial
📊📈 A D3 v6 tutorial - interactive bar chart and multiple coordinated views (MCV)
Stars: ✭ 163 (+579.17%)
Mutual labels:  d3, d3v4
Visx
🐯 visx | visualization components
Stars: ✭ 14,544 (+60500%)
Mutual labels:  d3, chart
D3.chart.sankey
Reusable D3 Sankey diagram using d3.Chart
Stars: ✭ 103 (+329.17%)
Mutual labels:  d3, chart
Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (+637.5%)
Mutual labels:  d3, chart
lineage
Family Tree Data Expression Engine
Stars: ✭ 90 (+275%)
Mutual labels:  d3, dataviz
Markvis
make visualization in markdown. 📊📈
Stars: ✭ 1,509 (+6187.5%)
Mutual labels:  d3, chart
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+6195.83%)
Mutual labels:  d3, chart
D3 Es6
D3 力导向图 增删改动态更新数据 点击生成节点 拖拽生成连线...
Stars: ✭ 155 (+545.83%)
Mutual labels:  d3, d3v4
D3js doc
D3js中文文档 D3中文 📊 📈 🎉
Stars: ✭ 1,599 (+6562.5%)
Mutual labels:  d3, d3v4
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (+795.83%)
Mutual labels:  d3, chart
Keen Dataviz.js
Data Visualization Charting Library
Stars: ✭ 215 (+795.83%)
Mutual labels:  d3, dataviz
Visavail
A D3.js Time Data Availability Visualization
Stars: ✭ 245 (+920.83%)
Mutual labels:  d3, chart
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+79.17%)
Mutual labels:  d3, dataviz
React Charts
⚛️ Simple, immersive & interactive charts for React
Stars: ✭ 1,302 (+5325%)
Mutual labels:  d3, chart

Netlify Status

<multi-chart>

Build composable, markup-based, extensible visualizations for the web.

<multi-chart> is a lit-element-based library to compose markup-driven and data-driven vizualization layers.

Motivation

While building vizualisation for the web, it is difficult to find the right balance between low-level vizualization kernel (like d3) that requires a lot of development work, and high-level black box library that are difficult to configure beyond a certain point.

<multi-chart> is a attempt to provide the best of two the worlds: low level extensible webcomponents (often wrapper around d3.js modules like d3-axis) composed together to build complex charts. The library proposes ready-to-use configurable charts, but also the building blocks for accomodating more complex use case.

This library plays well with <multi-geo> (similar library for geo charts like choropleth) and <multi-verse>, a graphical interactive multi-dimensional analysis tool. Together, they offer a markup-based alternative to tools like dc.js.

Demo and API

Demo and API are now available on netlify.

Examples

Pie

Bar

Stack

Radar

Bubble

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].