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 2022/11/01 07:00:15 UTC

[GitHub] [echarts] plainheart commented on issue #17854: [Bug] vben框架下markLine不显示

plainheart commented on issue #17854:
URL: https://github.com/apache/echarts/issues/17854#issuecomment-1298104437

   看起来你在使用 `use`,需要自行按需引入相关 chart 和 component,如果需要显示 markLine,应该引入 `MarkLineComponent`。
   ```js
   import { MarkLineComponent } from 'echarts/components'
   
   echarts.use([
       // ...
       MarkLineComponent
   ])
   ```


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