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/08 08:05:31 UTC

[GitHub] [incubator-echarts] dvago commented on issue #12748: MarkPoint not considering backgroundColour, borderColor and borderWidth attributes

dvago commented on issue #12748:
URL: https://github.com/apache/incubator-echarts/issues/12748#issuecomment-640438963


   `import * as` means you decide to import the whole library, which for production environments is quite inefficient as you might use one or two type of charts and one specific tool. 
   
   I would rather prefer to have a list of specific modules required for specific features in order to decide what to import and what not to import, hope that approach makes sense to you.


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