
Examples - Apache ECharts
Apache ECharts, a powerful, interactive charting and visualization library for browser
Apache ECharts
option = { tooltip: {}, legend: {}, series: [ { type: 'chord', label: { show: true }, minAngle: 30, data: [ { name: 'A' }, { name: 'B' }, { name: 'C' }, { name: 'D ...
Apache ECharts
/* title: Correlation Matrix (Scatter) category: matrix titleCN: 相关矩阵(散点图) difficulty: 2 since: 6.0.0 */
Apache ECharts
/* title: Set Style of Single Bar. category: bar titleCN: 自定义单个柱子颜色 difficulty: 1 */
Apache ECharts
Apache ECharts
Apache ECharts
option = { angleAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, radiusAxis: {}, polar: {}, series: [ { type: 'bar', data: [1, 2 ...
Building... - Apache ECharts
Building... - Apache ECharts ... Building...
Apache ECharts
/* title: NPM Dependencies category: graph titleCN: NPM ä¾ èµ–å…³ç³»å›¾ difficulty: 9 */ interface RawNode { x: number; y: number; id: string; label ...
Apache ECharts
option = { title: { text: 'Step Line' }, tooltip: { trigger: 'axis' }, legend: { data: ['Step Start', 'Step Middle', 'Step End'] }, grid: { left: '3%', right: '4% ...
Apache ECharts
/* title: Custom Graphic Component titleCN: 自定义图形组件 category: line, graphic difficulty: 9 */ option = { legend: { data: ['Altitude (km) vs Temperature ...