maurice-g commented on issue #14116: URL: https://github.com/apache/echarts/issues/14116#issuecomment-818683496
@100pah I think this is a pretty small thing - `data.hasItemOption = false` where it should be true. Setting the property `hasItemOption` on the returned value in https://github.com/apache/echarts/blob/8f48ad285134a0a5907c19e479ae6c5bc270228a/src/chart/bar/BarSeries.ts#L88 to `true` solves the problem, but that's probably the wrong place to just override it. Any hint where the root-cause is? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
