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 2020/06/07 07:53:19 UTC

[GitHub] [incubator-echarts] plainheart opened a new issue #12764: Should the properties unsupported currently be removed from document?

plainheart opened a new issue #12764:
URL: https://github.com/apache/incubator-echarts/issues/12764


   ### Version
   4.8.0
   
   ### Steps to reproduce
   There is a example for `geo.label` component.
   https://gallery.echartsjs.com/editor.html?c=xZ_czZ29g-&v=1
   
   Some comments have been added at the end of code line.
   
   ![image](https://user-images.githubusercontent.com/26999792/83963105-f62f0b00-a8d5-11ea-8350-74ee23da0dad.png)
   
   Related issues: #10824
   
   ### What is expected?
   All the properties listed in document should be valid and not confusing. I've tried each of them, the result seems to be not totally what I expect, I'm a bit confused for that.
   
   ### What is actually happening?
   It seems that some properties unsupported currently are still listed in document option. Usually, someone can not get expected result after adding them to his own configuration.
   
   ---
   Therefore, for such issue, should we hide or remove these temporary unsupported properties from document? And we added it back again after being supported if necessary.
   Feel free to show your ideas.
   
   <!-- 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] [incubator-echarts] echarts-bot[bot] commented on issue #12764: Should the properties unsupported currently be removed from document?

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


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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] [incubator-echarts] alex2wong commented on issue #12764: Should the properties unsupported currently be removed from document?

Posted by GitBox <gi...@apache.org>.
alex2wong commented on issue #12764:
URL: https://github.com/apache/incubator-echarts/issues/12764#issuecomment-650037333


   I suppose it is not easy to maintain echarts codebase and its corresponding doc project at the same time manually.  It would be better if we can auto-generate or extract the props of all series, then compare with the props listed in doc, finding the difference without much effort.
   I mean ideally we can generate table of doc content from code comments by ts-doc things to make sure the consistence. This would be a big project..


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