问题标签 [ngecharts]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1552 浏览

javascript - 制作条形圆形 echarts

有没有办法让echarts 顶部的条形变圆?对于本例中的 ex

我能够为极坐标找到选项roundCap ,但找不到简单条形图的任何内容

0 投票
1 回答
1643 浏览

javascript - Overlapping bar chart apache echarts baidu

I want to create bar chart with multiple series overlapping each other.

Stack bar chart places bar on top of another bar.

I want all bar to start from the bottom like below example.

enter image description here

Is there any way to achieve this with echarts ?

0 投票
1 回答
683 浏览

echarts - ECharts - 无法在时间轴(xAxis)上创建垂直标记线

当轴类型为“时间”时,无法将垂直标记添加到 xAxis。我想添加表示不同日期时间轴上事件的标记。

我试过的样本, https://jsfiddle.net/msbasanth/ez3cgm5d/3/

当我将 xAxis 类型设置为“类别”或“值”时,我可以毫无问题地添加标记线。这就是我在 xAxis 中设置 markerLine 的方式。

https://jsfiddle.net/msbasanth/2g614wzu/

在此示例中,我可以看到添加到 xAxis 的标记(类型:“时间”),但看起来很复杂,我可以看到它们具有时间轴的近似值。我们是否有直接的方法在指定日期值的时间 xAxis 上设置标记?