Stacking items on the same series
See original GitHub issueWhat 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:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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']
.Sorry, we do not have consulting servives. But you are welcomed to send emails to dev@echarts.apache.org for such questions.