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/12/20 09:11:41 UTC

[GitHub] [incubator-echarts] anoosurf opened a new issue #13847: webGL does not work with 5.0

anoosurf opened a new issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847


   ### Version
   5.0.0
   
   ### Steps to reproduce
   the latest echarts-gl.js gives error
   
   Cannot read property 'util' of undefined
       at Object.<anonymous> (echarts-gl.js:195)
       at __webpack_require__ (echarts-gl.js:30)
   
   ### What is expected?
   it should load like in previous versions
   
   ### What is actually happening?
   it gives error and does not load any 3D series
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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] [incubator-echarts] anoosurf commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
anoosurf commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-748613151


   we are just using plain vanilla HTML, CSS, Javascript ... and a direct <script> reference to the .js file & no "import" command . 
   is there a direct file for the echarts-gl.min.js which we can directly use ?


----------------------------------------------------------------
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] [incubator-echarts] pissang closed issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
pissang closed issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847


   


----------------------------------------------------------------
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] [incubator-echarts] anoosurf edited a comment on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
anoosurf edited a comment on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-748964133


   thanks pissang :) 
   
   its now showing the 3D chart .. but one bug .. it seems to be not showing the name on the axis
   i tries changing all the settings of namegap etc. but not showing still 
   thanks for your prompt help :)
   ![image](https://user-images.githubusercontent.com/4696146/102780145-753fe880-43bb-11eb-8a28-8749b02cb119.png)
   ```js
   xAxis3D: {
               name: 'test',
               nameGap:0,
               type: 'value'
   
           },
           yAxis3D: {
               name: fldy
           },
           zAxis3D: {
               name: fldz
           },
   ```


----------------------------------------------------------------
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] [incubator-echarts] susiwen8 commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-748591221


   I suppose you had done this:  `import echarts from 'echarts'`
   It should be `import * as echarts from 'echarts'`


----------------------------------------------------------------
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] [incubator-echarts] echarts-bot[bot] commented on issue #13847: webGL does not work with 5.0

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


   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 question.
   
   If you are interested in the project, you may also subscribe our [mailing 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



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


[GitHub] [incubator-echarts] anoosurf commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
anoosurf commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-748964133


   thanks pissang :) 
   
   its now showing the 3D chart .. but one bug .. it seems to be not showing the name on the axis
   i tries changing all the settings of namegap etc. but not showing still 
   thanks for your prompt help :)
   ![image](https://user-images.githubusercontent.com/4696146/102780145-753fe880-43bb-11eb-8a28-8749b02cb119.png)
   
   xAxis3D: {
               name: 'test',
               nameGap:0,
               type: 'value'
   
           },
           yAxis3D: {
               name: fldy
           },
           zAxis3D: {
               name: fldz
           },


----------------------------------------------------------------
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] [incubator-echarts] anoosurf commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
anoosurf commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-749337330


   any temporary quickfix solution to this axis names .. which i could use ? 
   thanks a lot in advance 👍 
   u guys rock !! a world class amazing tool u've created :) 
   hats off!


----------------------------------------------------------------
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] [incubator-echarts] anoosurf commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
anoosurf commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-749355586


   thanks a ton !!! 
   u guys are simply amazing !
   just love the spirit of continuing to keep improving and making a wonderful product better & better 
   best wishes to your entire team :)


----------------------------------------------------------------
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] [incubator-echarts] anoosurf commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
anoosurf commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-749026453


   i also checked on the new 5.0 webGL demos.. same bug of missing axis Names
   
   also the moment we do some filtering of data via visualmap selection.. 
   it gives an error as shown in the pic below in the console.log -->
   
   ![image](https://user-images.githubusercontent.com/4696146/102791952-c527ab00-43cd-11eb-9d7e-a24bd5003545.png)
   


----------------------------------------------------------------
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] [incubator-echarts] pissang commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-749352691


   @anoosurf Thanks! I just published 2.0.0-rc.2 to fix these issues.
   https://www.jsdelivr.com/package/npm/echarts-gl?version=2.0.0-rc.2


----------------------------------------------------------------
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] [incubator-echarts] pissang commented on issue #13847: webGL does not work with 5.0

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #13847:
URL: https://github.com/apache/incubator-echarts/issues/13847#issuecomment-748737982


   @anoosurf ECharts GL 2.0.0-rc.1 works for ECharts 5.0 https://www.jsdelivr.com/package/npm/echarts-gl?version=2.0.0-rc.1


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