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/10/04 14:39:58 UTC

[GitHub] [echarts] throrin19 opened a new issue #15824: Documentation to create custom series

throrin19 opened a new issue #15824:
URL: https://github.com/apache/echarts/issues/15824


   ### What problem does this feature solve?
   Have a guide or simple documentation to create easilly new echart serie like liquidFill, wordCloud, ...
   
   Actually, all methods used in this projects are not documented and it's impossible to create our own echart plugin for now. This documentation is really important for us and it would allow us to quickly develop several new types of series (discrete, bullet chart, horizon, ...)
   
   <!-- 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.

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 #15824: Documentation to create custom series

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


   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 it contains **a minimum reproducible demo** and necessary **images** to illustrate. Otherwise, our committers will ask you to do so.
   
   *A minimum reproducible demo* should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
   
   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 question.
   
   If you are interested in the project, you may also subscribe to our [mailing 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.

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] Ovilia commented on issue #15824: Documentation to create custom series

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


   You can create a demo at  https://codesandbox.io/s/mystifying-bash-2uthz and we will help you look into it.


-- 
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] throrin19 commented on issue #15824: Documentation to create custom series

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


   If I understand, `getInitialData` is used to manipulate serie data and transform it if needed ?
   
   What exactly is expected from this function? I tried using `echarts.helper.createDimensions` and `echarts.List` as seen in other plugins, but I don't think I should go through this here.
   
   You have the start of the code here : https://github.com/Aquassay/echarts-discrete/blob/development/src/discreteSeries.js


-- 
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] throrin19 commented on issue #15824: Documentation to create custom series

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


   Actually, I looked and my data format is not the same as theirs, I end up with Echart errors without understanding how to fix it or have something functional (especially for the `getInitialData` part in `echarts.extendSeriesModel`) 


-- 
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] Ovilia commented on issue #15824: Documentation to create custom series

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


   Hi, sorry for this but we don't have the document for making a chart plugin because there are too many internal APIs need to be explained and we do not have the effort to do this.
   It is recommended to use [custom series](https://echarts.apache.org/en/option.html#series-custom) and this part is well documented. 


-- 
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] Ovilia commented on issue #15824: Documentation to create custom series

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


   If you would like to make extensions like wordCloud or liquillFill, I'm afraid you should have to read the source code of these current extensions to find out what should be done. You are welcomed to open issues if you need extra help doing so. But sorry again that we do not have effort to provide internal document of it.


-- 
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] throrin19 commented on issue #15824: Documentation to create custom series

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


   Ok, I understand that. This API would easily allow others to offer plugins for brand new visualizations.
   
   I'm going to try to work my way through the custom series to do what I want easily. And see how to make this reusable by others through modules.


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