Ovilia commented on issue #18468: URL: https://github.com/apache/echarts/issues/18468#issuecomment-1494068007
Do you mean the markPoint works without vue but doesn't work in vue environment? I think you should first make sure in the vue enironment, ECharts package is imported as `import * as echarts from 'echarts'` rather than partially imported like `import xxx from 'echarts/lib/xxx'`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
