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 2021/08/03 22:57:26 UTC

[GitHub] [echarts] helgasoft commented on issue #15439: 雷达图类型定义问题

helgasoft commented on issue #15439:
URL: https://github.com/apache/echarts/issues/15439#issuecomment-892219180


   Your code is working. Parameters _formatter_ and _textStyle_ are not documented for [radar name](https://echarts.apache.org/en/option.html#series-radar.name). However, if you use [this example](https://echarts.apache.org/examples/en/editor.html?c=radar-custom) and replace _name_ with your code or the code below, result is correct.
   ```js
        name: {
            formatter: 'v= {value}',
            textStyle: { color: 'red' },
        },
   ```


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