echarts-bot[bot] commented on issue #18920:
URL: https://github.com/apache/echarts/issues/18920#issuecomment-1645712308

   @starkbtc It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] When the axis ranges of the two charts are inconsistent, the 
position percentage of the axes is linked
   
   **BODY**
   
   ### What problem does this feature solve?
   
   When the axis ranges of the two charts are inconsistent, the linkage is 
achieved by the position percentage of the axis
   
   ### What does the proposed API look like?
   
   Set the group ID for each instance individually
   chart1.group = 'group1';
   chart2.group = 'group1';
   echarts.connect('group1');
   Or you can directly pass in the array of instances that need to be linked
   echarts.connect([chart1, chart2]);
   </details>


-- 
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-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to