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/21 09:20:49 UTC

[GitHub] [echarts] liuhaosheng opened a new issue, #17414: [Bug] radar.axisName.width Setting is invalid

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

   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   configure:
   option = {
     title: {
       text: 'Basic Radar Chart'
     },
     legend: {
       data: ['Allocated Budget', 'Actual Spending']
     },
     radar: {
       // shape: 'circle',
       indicator: [
         { name: 'Administration', max: 6500 },
         { name: 'Administration', max: 16000 },
         { name: 'Information Technology', max: 30000 },
         { name: 'Customer Support', max: 38000 },
         { name: 'Development', max: 52000 },
         { name: 'Marketing', max: 25000 }
       ],
         axisName: {
               color: "red",
               width: 10,
               overflow: "truncate",
   
             },
     },
     series: [
       {
         name: 'Budget vs spending',
         type: 'radar',
         data: [
           {
             value: [4200, 3000, 20000, 35000, 50000, 18000],
             name: 'Allocated Budget'
           },
           {
             value: [5000, 14000, 28000, 26000, 42000, 21000],
             name: 'Actual Spending'
           }
         ]
       }
     ]
   };
   
   ### Current Behavior
   
   axisName 设置   width: 10, 和  overflow: "truncate",  完全不起作用
   
   ### Expected Behavior
   
   axisName  设置   width: 10, 和  overflow: "truncate",  应该超出部分默认显示 ... 
   
   ### Environment
   
   ```markdown
   - OS: intel i7
   - Browser: 103.0.5060.114
   - Framework: vue@2
   ```
   
   
   ### 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


[GitHub] [echarts] easonyes commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
easonyes commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1218927613

   +1


-- 
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] lzpone7 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

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

   +1


-- 
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] JohnnyZhang0628 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
JohnnyZhang0628 commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1218981031

   +1


-- 
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] liuyy2019 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

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

   +1


-- 
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] DiegoBurgos1999 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
DiegoBurgos1999 commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1321265565

   Any have a alternative?


-- 
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] JinLC1998 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
JinLC1998 commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1255906746

   +1


-- 
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] chaotan88 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
chaotan88 commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1221440125

   +1


-- 
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] kkai24 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
kkai24 commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1381356318

   +10086,  i have a this probleam.


-- 
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] liuxin2533 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

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

   +1,the same probleam in v5.4.3


-- 
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] Mingeax commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

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

   +Number.MAX_VALUE


-- 
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] DiegoBurgos1999 commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

Posted by GitBox <gi...@apache.org>.
DiegoBurgos1999 commented on issue #17414:
URL: https://github.com/apache/echarts/issues/17414#issuecomment-1321265451

   +2


-- 
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] Emmanuel-Nativel commented on issue #17414: [Bug] radar.axisName.width Setting is invalid

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

   +1


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