You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "LBJDJW (via GitHub)" <gi...@apache.org> on 2023/06/12 04:08:31 UTC

[GitHub] [echarts] LBJDJW opened a new issue, #18751: echarts可以拖动标题和图例嘛?除了自己获取节点操作dom[Feature]

LBJDJW opened a new issue, #18751:
URL: https://github.com/apache/echarts/issues/18751

   ### What problem does this feature solve?
   
   option = {
     title: {
       text: '标题文本',
       draggable: true
     },
    legend: {
       data: ['图例1', '图例2'],
       draggable: true
     },
   };
   
   ### What does the proposed API look like?
   
   option = {
     title: {
       text: '标题文本',
       draggable: true
     },
    legend: {
       data: ['图例1', '图例2'],
       draggable: true
     },
   };


-- 
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.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] Ovilia closed issue #18751: [Feature] echarts可以拖动标题和图例嘛?除了自己获取节点操作dom

Posted by "Ovilia (via GitHub)" <gi...@apache.org>.
Ovilia closed issue #18751: [Feature] echarts可以拖动标题和图例嘛?除了自己获取节点操作dom
URL: https://github.com/apache/echarts/issues/18751


-- 
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] Ovilia commented on issue #18751: [Feature] echarts可以拖动标题和图例嘛?除了自己获取节点操作dom

Posted by "Ovilia (via GitHub)" <gi...@apache.org>.
Ovilia commented on issue #18751:
URL: https://github.com/apache/echarts/issues/18751#issuecomment-1589102794

   Hi. This is not supported and please implement the title and legend by yourself instead of using ECharts if you want to implement the dragging interaction.


-- 
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] echarts-bot[bot] commented on issue #18751: [Feature] echarts可以拖动标题和图例嘛?除了自己获取节点操作dom

Posted by "echarts-bot[bot] (via GitHub)" <gi...@apache.org>.
echarts-bot[bot] commented on issue #18751:
URL: https://github.com/apache/echarts/issues/18751#issuecomment-1586545156

   @LBJDJW 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] Can echarts drag the title and legend? In addition to getting the node operation DOM yourself
   
   **BODY**
   
   ### What problem does this feature solve?
   
   option = {
     title: {
       text: 'title text',
       draggable: true
     },
    legend: {
       data: ['Legend 1', 'Legend 2'],
       draggable: true
     },
   };
   
   ### What does the proposed API look like?
   
   option = {
     title: {
       text: 'title text',
       draggable: true
     },
    legend: {
       data: ['Legend 1', 'Legend 2'],
       draggable: true
     },
   };
   </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-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