deqingli commented on issue #9614: Themeriver: some properties of label don't 
take effect in themeriver
URL: 
https://github.com/apache/incubator-echarts/issues/9614#issuecomment-546186906
 
 
   Follow is my idea:
   1. We can show the label of each stream in the blank area of the diagram 
just like D3, though I am confused about how to determine the position of the 
blank area.
   
   
![image](https://user-images.githubusercontent.com/13548221/67540853-935b7b80-f719-11e9-942a-a91af88b46f8.png)
   
   2. We can place the label in the largest height of each stream.
   
   <img width="567" alt="themeRiver_label" 
src="https://user-images.githubusercontent.com/13548221/67541038-1b418580-f71a-11e9-9485-a54b4401de3c.png";>
   
   For the above two scenarios, we can design our setting like this:
   ```js
   label: {
       // inside represent place the label in the largest height of each stream
       // outside represent place the label in the blank area
       position: 'inside' or 'outside'
   }
   ```
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to