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 2019/12/25 03:13:56 UTC

[GitHub] [incubator-echarts] snackshen opened a new issue #11902: needDrawBackground is not defined

snackshen opened a new issue #11902: needDrawBackground is not defined
URL: https://github.com/apache/incubator-echarts/issues/11902
 
 
   ### Version
   4.5.0
   
   ### Steps to reproduce
   设备信息: OPPO R9m
   安卓版本:  5.1
   x5内核: 039916GPU-UU
   QQ游览器: 9.9.05642
   目前只在此手机qq浏览器中发现问题
   ```
   <template>
     <div id="app">
       <div id="main1" style="height:300px;"></div>
     </div>
   </template>
   
   <script>
   import echarts from "echarts";
   export default {
     name: "app",
     mounted() {
       const myChart1 = echarts.init(document.getElementById("main1"));
       // const myChart2 = echarts.init(document.getElementById('main2'));
       // 绘制图表1
       try {
         myChart1.setOption({
           xAxis: {
             type: "category",
             data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
           },
           yAxis: {
             type: "value"
           },
           series: [
             {
               data: [120, 200, 150, 80, 70, 110, 130],
               type: "bar"
             }
           ]
         });
       } catch (error) {
         alert(error);
       }
     }
   };
   </script>
   
   <style>
   #app {
     font-family: "Avenir", Helvetica, Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     text-align: center;
     color: #2c3e50;
     margin-top: 60px;
   }
   </style>
   ```
   会提示needDrawBackground is not defined,图表无法正常渲染
   
   ### 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] pissang commented on issue #11902: needDrawBackground is not defined

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #11902: needDrawBackground is not defined
URL: https://github.com/apache/incubator-echarts/issues/11902#issuecomment-570457366
 
 
   这个应该是 QQ 浏览器上的 bug

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] github-actions[bot] commented on issue #11902: needDrawBackground is not defined

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


   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


-- 
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] github-actions[bot] closed issue #11902: needDrawBackground is not defined

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #11902:
URL: https://github.com/apache/echarts/issues/11902


   


-- 
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] [incubator-echarts] pissang edited a comment on issue #11902: needDrawBackground is not defined

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #11902: needDrawBackground is not defined
URL: https://github.com/apache/incubator-echarts/issues/11902#issuecomment-570457366
 
 
   这个应该是 QQ 浏览器在特定手机上的 bug

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] github-actions[bot] commented on issue #11902: needDrawBackground is not defined

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


   This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!


-- 
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] [incubator-echarts] echarts-bot[bot] commented on issue #11902: needDrawBackground is not defined

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #11902: needDrawBackground is not defined
URL: https://github.com/apache/incubator-echarts/issues/11902#issuecomment-568828761
 
 
   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 **you have posted enough image to demo your request**. 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 questions.
   
   If you are interested in the project, you may also subscribe our [mail 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org