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 2022/07/11 08:29:16 UTC

[GitHub] [echarts] lwjhn opened a new issue, #17345: [Bug] gauge with dataset: unable to use encode configuration

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

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   ```js
   option = {
     tooltip: {
       formatter: '{a} <br/>{b} : {c}%'
     },
     dataset: {
       source: [
         {
           month: '7月',
           evaporation: 135.6,
           precipitation: 175.6
         }
       ]
     },
     series: [
       {
         name: 'Pressure',
         type: 'gauge',
         detail: {
           formatter: '{value}'
         },
         encode: {
           itemName: 'month',
           value: 'evaporation'
         }
       }
     ]
   };
   ```
   
   ### Current Behavior
   
   itemName及value映射错误
   
   ### Expected Behavior
   
   encode配置应该可以正常映射
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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


Re: [I] [Bug] gauge with dataset: unable to use encode configuration [echarts]

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

   Any news here?


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