ReactEcharts. How to create and label subcategories within a category like in the screenshot. entrance 1-5 - data sources. entered and exit - source metrics.
Example data:
[
{
name: entered ,
value: 40,
time: 09:00,
source: entrance 1
},
{
name: exit ,
value: 60,
time: 09:00,
source: entrance 1
},
...
]
P.S. Interested only in the creation of similar sub-categories in a category with a caption from below for the entire group.