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/03/02 06:56:50 UTC

[GitHub] [echarts] liu3385fu opened a new issue #14382: 树状图报错Error: xAxis "0" not found

liu3385fu opened a new issue #14382:
URL: https://github.com/apache/echarts/issues/14382


   ### Version
   5.0.2
   
   ### Steps to reproduce
   按需导入树状图模块 使用官网案例 报错Error: xAxis "0" not found
   
   ### What is expected?
   柱状图正常显示
   
   ### What is actually happening?
   直接报错 渲染不出来
   
   <!-- This issue is generated by echarts-issue-helper. 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] [echarts] liu3385fu commented on issue #14382: 树状图报错Error: xAxis "0" not found

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


   引入GridComponent


----------------------------------------------------------------
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] [echarts] liu3385fu commented on issue #14382: 树状图报错Error: xAxis "0" not found

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


   import { BarChart, PieChart } from "echarts/charts";
   import {
     LegendComponent,
     TitleComponent,
     TooltipComponent
   } from "echarts/components";
   use([
     CanvasRenderer,
     PieChart,
     TitleComponent,
     TooltipComponent,
     LegendComponent,
     BarChart
   ]);


----------------------------------------------------------------
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] [echarts] liu3385fu closed issue #14382: 树状图报错Error: xAxis "0" not found

Posted by GitBox <gi...@apache.org>.
liu3385fu closed issue #14382:
URL: https://github.com/apache/echarts/issues/14382


   


----------------------------------------------------------------
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] [echarts] echarts-bot[bot] commented on issue #14382: 树状图报错Error: xAxis "0" not found

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






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