You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/04/13 12:08:02 UTC

[GitHub] [echarts] maurice-g edited a comment on issue #14116: itemStyle not respected for object-array like dataset

maurice-g edited a comment on issue #14116:
URL: https://github.com/apache/echarts/issues/14116#issuecomment-818683496


   @100pah I think this is a pretty small thing: `data.hasItemOption` is `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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org