question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stacking items on the same series

See original GitHub issue

What problem does this feature solve?

Currently it’s possible to stack items using multiple series:

const series = [
  {type: 'bar', data: [10], stack: '2020'},
  {type: 'bar', data: [15], stack: '2020'}
]

However, if I only need one series with multiple items but want to show those items stacked it’s not possible. I need to create multiple series with just one item in each to accomplish that.

What does the proposed API look like?

It’d be great if I could do something like this:

const series = [ {type: ‘bar’, data: [10, 15], stack: true} ]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Oviliacommented, Oct 20, 2021

It should be 4 series (LONDON, MANCHESTER, NY, SEATTLE) and the previous two should be set with stack: 'uk'. xAxis should be with type 'category' and with data ['2020', '2021'].

0reactions
Oviliacommented, Oct 22, 2021

Sorry, we do not have consulting servives. But you are welcomed to send emails to dev@echarts.apache.org for such questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Item Stacking - Items & Inventory in Unity (pt.13) - YouTube
We finally implement Item Stacking !Tutorial series on how to make an inventory system in Unity, using C# and the Unity UI.
Read more >
Splitting and Combining Item Stacks | Unity Inventory System ...
This series will teach you how to create a minecraft style inventory system in Unity 3D - this is includes stackable items, with...
Read more >
Stacking items code - Inventory System in Unity tutorial P17
In this video we will modify the InventorySO script to implement stackable items. We will ensure that we first try to add to...
Read more >
Unreal Adventure - Part 7 (Stacking Inventory Items) - YouTube
This series is inspired by games like Heavy Rain or Detroit Become human. ... Today, we are going to implement a way to...
Read more >
Item Stacking - Inventory System in Unity tutorial P18 - YouTube
In this video we will create a pick up system to test our item stacking logic. We will try picking up more items...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found