`normal` can be ignored since ECharts 4.0, but it also works if there is
`normal` to compat ECharts 3. Here's an example, `fontSize` works with or
without `normal`.
```js
option = {
xAxis: {},
yAxis: {},
series: [{
symbolSize: 20,
data: [
[10.0, 8.04],
[8.0, 6.95]
],
type: 'scatter',
label: {
show: true,
fontSize: 30
}
}]
};
```[ Full content available at: https://github.com/apache/incubator-echarts/issues/8957 ] This message was relayed via gitbox.apache.org for [email protected]
