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/08/04 11:03:11 UTC

[GitHub] [incubator-echarts] JinyJose opened a new issue #13077: Connect Functionality is not working for toolbox Options

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


   ### Version
   4.8.0
   
   ### Steps to reproduce
   Use connect function for toolbox Options for two bar / line charts (eg: chart1 and chart2).
   When the toolbox Option 'line' is clicked, the data from chart1 is displayed within chart2 as well and vice versa.
   The same issue is seen when the 'bar' Option is clicked.
   
   ### What is expected?
   The data in the seperate charts are not displayed in the foreign chart.
   
   ### What is actually happening?
   Data from foreign charts are being displayed together when the connect functionality is used.
   
   ---
   Echarts connect functionality was used mainly for dataZoom component, but the individual charts were using the toolbox option as well.
   
   <!-- 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] JinyJose commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   Hello, 
   Please advice the status of this ticket .
   Is it already fixed in the new version?
   
   Thanking you in advance.
   
   Best regards,
   Jiny


----------------------------------------------------------------
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 #13077: Connect Functionality is not working for toolbox Options

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


   @JinyJose Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://gallery.echartsjs.com/editor.html.


----------------------------------------------------------------
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] JinyJose commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   An example is created for this issue in the attached document (connect.html).
   [connect.zip](https://github.com/apache/incubator-echarts/files/5021733/connect.zip)
   
   
   I have taken the code-base from GitHub (https://github.com/apache/incubator-echarts/tree/fd064123626c97b36cbd6da1b5fc73385c280abd/test).


----------------------------------------------------------------
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] JinyJose removed a comment on issue #13077: Connect Functionality is not working for toolbox Options

Posted by GitBox <gi...@apache.org>.
JinyJose removed a comment on issue #13077:
URL: https://github.com/apache/incubator-echarts/issues/13077#issuecomment-668531573


   An example is created for this issue in the attached document (connect.html).
   [connect.zip](https://github.com/apache/incubator-echarts/files/5021715/connect.zip)
   
   I have taken the code-base from GitHub (https://github.com/apache/incubator-echarts/tree/fd064123626c97b36cbd6da1b5fc73385c280abd/test).
   


----------------------------------------------------------------
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] JinyJose commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   An example is created for this issue in the attached document (connect.html).
   [connect.zip](https://github.com/apache/incubator-echarts/files/5021715/connect.zip)
   
   I have taken the code-base from GitHub (https://github.com/apache/incubator-echarts/tree/fd064123626c97b36cbd6da1b5fc73385c280abd/test).
   


----------------------------------------------------------------
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] JinyJose commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   Hello,
   I have created an example in  https://codepen.io/jinyjs/pen/ZEWRRBQ 
   When the toolbox Option from one chart is clicked, the data from this chart is displayed in the other chart as well.
   
   Please advise how to resolve this issue.
   
   Thanking you in advance.
   
   Best regards,
   Jiny


----------------------------------------------------------------
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 #13077: Connect Functionality is not working for toolbox Options

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


   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



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


[GitHub] [incubator-echarts] Ovilia commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   Hi, @JinyJose Can you be more specific on what's wrong here? I didn't understand what is expected.


----------------------------------------------------------------
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] Ovilia commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   Please provide an online demo


----------------------------------------------------------------
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] JinyJose edited a comment on issue #13077: Connect Functionality is not working for toolbox Options

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


   An example is created for this issue in the attached document (connect.html).
   [incubator-echarts-fd064123626c97b36cbd6da1b5fc73385c280abd.zip](https://github.com/apache/incubator-echarts/files/5021754/incubator-echarts-fd064123626c97b36cbd6da1b5fc73385c280abd.zip)
   
   
   
   I have taken the code-base from GitHub (https://github.com/apache/incubator-echarts/blob/fd064123626c97b36cbd6da1b5fc73385c280abd/test/connect.html).


----------------------------------------------------------------
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] JinyJose commented on issue #13077: Connect Functionality is not working for toolbox Options

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


   Hi,
   
   In the example https://codepen.io/jinyjs/pen/ZEWRRBQ , there are two charts (chart1 and chart2) which have the toolbox Options and uses the connect function.
   _echarts.connect([chart1, chart2]);_
   
   Both charts have different data as well.
   
   ![grafik](https://user-images.githubusercontent.com/69197497/94360456-9ab7a180-00ad-11eb-935e-f31ed2a1b9be.png)
   
   
   But if the 'Line' Toolbox Option of the first chart is clicked, then the data from the first chart is being displayed in the second chart as well.
   
   ![grafik](https://user-images.githubusercontent.com/69197497/94360472-bd49ba80-00ad-11eb-9628-ad0a7787eca2.png)
   
   The expected result would be that both charts display line charts with its own dataset.
   
   I hope the issue is clear. Please let me know if I can help further.
   
   Best regards,
   Jiny
   


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