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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
