sjcobb / echarts-waterfall

ECharts waterfall chart example using custom series type

Home Page:https://sjcobb.github.io/echarts-waterfall/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echarts-waterfall

Overview

Custom ECharts series type example to implement a waterfall chart.

Live dashboard: https://sjcobb.github.io/echarts-waterfall

This version supports scenarios where a single bar needs to span from positive to negative (or vice-versa)--see issue discussion here: apache/echarts#11885

For a traditional waterfall chart using a stacked bar chart ("bar" series type), see: https://codepen.io/sjcobb/pen/gGdezp

Notes

Reference links:

About

ECharts waterfall chart example using custom series type

https://sjcobb.github.io/echarts-waterfall/


Languages

Language:JavaScript 83.4%Language:HTML 16.6%