echarts Stacked line chart data does not correspond to polylines

nle07wnf  于 2022-11-05  发布在  Echarts
关注(0)|答案(2)|浏览(162)

Version

5.2.0

https://echarts.apache.org/examples/zh/editor.html?c=area-stack

Steps to reproduce

In the official example, the data cannot correspond to the broken line because the stack value is the same, which will cause numerical superposition. It will affect the discount display. I hope the official can modify the example

What is expected?

Polylines correspond to data

What is actually happening?

Polyline and data cannot correspond

ldioqlga

ldioqlga1#

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that it containsa minimum reproducible demoand necessaryimagesto illustrate. Otherwise, our committers will ask you to do so.

  • A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.

You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe to our mailing list .

Have a nice day! 🍵

6qftjkof

6qftjkof2#

This example is used to show how to draw a stacked line chart. It is the right behavior when you enable the stack mode. But the labels of the last series may be confusing. It shows its own data instead of the sum.

相关问题