You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "rmes-pavan (via GitHub)" <gi...@apache.org> on 2023/05/25 13:05:44 UTC

[GitHub] [echarts] rmes-pavan opened a new issue, #18671: When there is a single point on the chart then the tooltip is not working [Bug]

rmes-pavan opened a new issue, #18671:
URL: https://github.com/apache/echarts/issues/18671

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/en/editor.html?c=scatter3D-dataset&gl=1&version=5.2.2
   
   ### Steps to Reproduce
   
   I added the link to play scattered 3d chart.
   Then After I am attaching the file which option data, you can set this option data and get the chart expected, 
   [github echart bug log.txt](https://github.com/apache/echarts/files/11565090/github.echart.bug.log.txt)
   then hove the point on the graph but is not showing any tool tip, 
   
   but if you add any other point in the
    chart like [1,'2023-02-01 01:01:01',3]
    then it start showing the tool tip.
   
   
   
   ### Current Behavior
   
   It is not showing the tooltipe for single point
   
   ### Expected Behavior
   
   It should show the tool tip even there is a single point.
   
   ### Environment
   
   ```markdown
   - OS:window 10 , ubuntu 20.04.02 LTS
   - Browser: Chrome
   - Framework:Angular js
   ```
   
   
   ### Any additional comments?
   
   {
       "title": {
           "text": "Cable Tx Google 2023-2-21  -  2023-3-2",
           "left": 10
       },
       "tooltip": {
           "show": true,
           "position": "right"
       },
       "toolbox": {
           "right": "2%",
           "feature": {
               "restore": {
                   "title": ""
               },
               "saveAsImage": {
                   "title": ""
               }
           }
       },
       "grid3D": {
           "boxWidth": 250,
           "boxDepth": 250,
           "boxHeight": 100,
           "height": "90%",
           "width": "100%",
           "top": "top",
           "viewControl": {
               "distance": 300,
               "alpha": 0
           },
           "splitArea": {
               "show": true
           }
       },
       "xAxis3D": {
           "type": "value",
           "name": "Length(m)",
           "nameGap": 40
       },
       "yAxis3D": {
           "type": "category",
           "name": "Date",
           "nameGap": 40
       },
       "zAxis3D": {
           "type": "value",
           "name": "Amp(pC)",
           "nameGap": 40,
           "axisLable": {
               "margin": 25
           }
       },
       "dataset": {
           "dimensions": [
               "Length(m)",
               {
                   "name": "Date",
                   "type": "time"
               },
               "Charge(pC)"
           ],
           "source": [
               [
                   0,
                   "2023-03-1 09:48:22",
                   0
               ]
           ]
       },
       "series": [
           {
               "type": "scatter3D",
               "symbolSize": 2.5,
               "encode": {
                   "x": "Length(m)",
                   "y": "Date",
                   "z": "Charge(pC)",
                   "tooltip": [
                       0,
                       1,
                       2
                   ]
               }
           }
       ]
   }
   
   This is my option value if there is no file attached


-- 
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] anauwal commented on issue #18671: [Bug] When there is a single point on the chart then the tooltip is not working

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

   up, please fix this


-- 
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] helgasoft commented on issue #18671: [Bug] When there is a single point on the chart then the tooltip is not working

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

   duplicate of https://github.com/ecomfe/echarts-gl/issues/342


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