Hansz00 opened a new pull request #13047:
URL: https://github.com/apache/incubator-echarts/pull/13047


   <!-- Please fill in the following information to help us review your PR more 
efficiently. -->
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [ ] new feature
   - [x] others
   
   
   
   ### What does this PR do?
   
   Changed the separator of generating description of the chart.
   
   
   ### Fixed issues
   
   <!--
   - #xxxx: ...
   -->
   
   
   ## Details
   
   ### Before: What was the problem?
   
   There are no space after comma in the description of the chart (only in 
english version).
   
   
   
   ### After: How is it fixed in this PR?
   
   Change
   
   ```
   separator: {
                   middle: ',',
                   end: '.'
               }
   ```
   to
   ```
   separator: {
                   middle: ', ',
                   end: '.'
               }
   ```
   
   ### Are there any API changes?
   
   No.
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merge.
   
   ### Other information
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to