Justin-ZS commented on issue #21239: URL: https://github.com/apache/echarts/issues/21239#issuecomment-3284279693
> [@Justin-ZS](https://github.com/Justin-ZS), your example is good for **group labels**, but there are also **data groups** - see legend on bottom. What do you mean data groups? I cannot see any special from the legend. I think the dataset might be similar to: ``` source: [ ['P', 'product', '2015', '2016', '2017'], ['P', 'Matcha Latte', 43.3, 85.8, 93.7], ['P', 'Milk Tea', 83.1, 73.4, 55.1], ['P', 'Cheese Cocoa', 86.4, 65.2, 82.5], ['P', 'Walnut Brownie', 72.4, 53.9, 39.1] ['M', 'product', '2015', '2016', '2017'], ['M', 'Matcha Latte', 43.3, 85.8, 93.7], ['M', 'Milk Tea', 83.1, 73.4, 55.1], ['M', 'Cheese Cocoa', 86.4, 65.2, 82.5], ['M', 'Walnut Brownie', 72.4, 53.9, 39.1] ] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
