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/05/22 13:33:33 UTC

[GitHub] [echarts] dignfei opened a new issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

dignfei opened a new issue #15017:
URL: https://github.com/apache/echarts/issues/15017


   ### Version
   5.1.0
   
   ### Reproduction link
   [https://www.makeapie.com/editor.html?c=x3CZEeJX7t&v=3](https://www.makeapie.com/editor.html?c=x3CZEeJX7t&v=3)
   
   ### Steps to reproduce
   代码:
   if(false){  //  如果改为false,则正常  ,改为true则自定义样式丢失了 
        option1. timeline= timeline
   }
   ![image](https://user-images.githubusercontent.com/25482706/119228338-20102a80-bb45-11eb-9200-fdbdc9368c9e.png)
   
   将false改为true,可以看到自定义样式不生效:
   ![image](https://user-images.githubusercontent.com/25482706/119228374-52ba2300-bb45-11eb-8cf7-a84785de1d89.png)
   
   ### What is expected?
   同时使用timeline 和 单个 K 线图数据的图形样式(series-candlestick.data. itemStyle)
   
   ### What is actually happening?
   添加时间轴timeline 后,单个 K 线图数据的图形样式(series-candlestick.data. itemStyle)会失效。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


-- 
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


[GitHub] [echarts] dignfei commented on issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
dignfei commented on issue #15017:
URL: https://github.com/apache/echarts/issues/15017#issuecomment-848759711


   > This issue is labeled with `difficulty: easy`.
   > @dignfei Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   > 
   > Please have a look at [How to debug ECharts](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓
   
   我不擅长这个语言


-- 
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


[GitHub] [echarts] pissang commented on issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #15017:
URL: https://github.com/apache/echarts/issues/15017#issuecomment-846735699


   Seems it is caused by a `setOption` update. I updated the code to simplify the case https://www.makeapie.com/editor.html?c=x3CZEeJX7t&v=5 @100pah can take a look
   


-- 
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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15017:
URL: https://github.com/apache/echarts/issues/15017#issuecomment-846409174






-- 
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


[GitHub] [echarts] pissang edited a comment on issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #15017:
URL: https://github.com/apache/echarts/issues/15017#issuecomment-846735699


   Seems it is caused by a `setOption` update. I updated the code to simplify the case https://www.makeapie.com/editor.html?c=x3CZEeJX7t&v=5
   


-- 
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


[GitHub] [echarts] pissang closed issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
pissang closed issue #15017:
URL: https://github.com/apache/echarts/issues/15017


   


-- 
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: commits-unsubscribe@echarts.apache.org

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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15017:
URL: https://github.com/apache/echarts/issues/15017#issuecomment-846735832


   This issue is labeled with `difficulty: easy`.
   @dignfei Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug ECharts](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓


-- 
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


[GitHub] [echarts] dignfei commented on issue #15017: bug:存在时间轴timeline时,k线图的series-candlestick.data. itemStyle 设置会失效

Posted by GitBox <gi...@apache.org>.
dignfei commented on issue #15017:
URL: https://github.com/apache/echarts/issues/15017#issuecomment-848758444


   > 似乎是由`setOption`更新引起的。我更新了代码以简化情况https://www.makeapie.com/editor.html?c=x3CZEeJX7t&v=5
   
   你的代码有问题,显示一片空白
   


-- 
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