You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/05/30 12:28:28 UTC

[GitHub] [incubator-echarts] JasonKeirstead opened a new issue #10589: Incorrect URL path breaking demo page

JasonKeirstead opened a new issue #10589: Incorrect URL path breaking demo page
URL: https://github.com/apache/incubator-echarts/issues/10589
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   [http://echarts.apache.org/examples/en/index.html#chart-type-graph](http://echarts.apache.org/examples/en/index.html#chart-type-graph)
   
   ### Steps to reproduce
   Click on any of the demo charts in the "Graph" section. None load.
   
   ### What is expected?
   The demo should load
   
   ### What is actually happening?
   The demo does not load because the relative paths in the demos are incorrect, and thus returning 404 errors.
   
   An example incorrect path:
   
   $.get('data/asset/data/les-miserables.gexf', function (xml) {
   
   The correct path:
   
   $.get('../data/asset/data/les-miserables.gexf', function (xml) {
   
   <!-- 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


With regards,
Apache Git Services

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