I would like to ask why the modification of the options part of the echarts-for-react property does not take effect? For example, nameGap of xAxis

problem description

official example: https://echarts.baidu.com/exa...
adds the following attributes to the xAxis attribute on the above example. None of them will take effect. It is not valid in the project either.

nameGap: 100,
nameTextStyle: {
    color: "-sharpf9b041"
}

does echarts-for-react not support echarts"s options?

official NPM introduction:
clipboard.png

thank you!

Jul.03,2022
Menu