You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/28 02:56:31 UTC

[GitHub] Ovilia commented on issue #8957: Documentation error: Add "{normal:" to scatter label

Ovilia commented on issue #8957: Documentation error: Add "{normal:" to scatter label
URL: https://github.com/apache/incubator-echarts/issues/8957#issuecomment-416434458
 
 
   `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
           }
       }]
   };
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org