buhbuhtig opened a new pull request, #18303:
URL: https://github.com/apache/echarts/pull/18303

   <!-- 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
   - [ ] others
   
   
   
   ### What does this PR do?
   
   Changes the colour of the candle to the correct colour: rise - green, fall - 
red (original bug - colours mixed up).
   
   
   
   ### Fixed issues
   
   The colours have been swapped. 
   
   
   ## Details
   
   ### Before: What was the problem?
   
   A positive candle (itemStyle: color) was marked in red, a falling candle in 
green (itemStyle:color0).
   
   
![image](https://user-images.githubusercontent.com/28907659/220855441-9b2da27f-597b-4159-81c3-7044abe572d1.png)
   
   
   
   ### After: How does it behave after the fixing?
   
   The right way: up is green, down is red.
   
![image](https://user-images.githubusercontent.com/28907659/220856132-5e16528a-a0e4-46e4-b4c2-f82c5b536274.png)
   
   
   
   
   ## Document Info
   
   One of the following should be checked.
   
   - [ ] This PR doesn't relate to document changes
   - [ ] The document should be updated later
   - [ ] The document changes have been made in apache/echarts-doc#xxx
   
   
   
   ## Misc
   
   ### ZRender Changes
   
   - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx).
   
   ### Related test cases or examples to use the new APIs
   
   N.A.
   
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merging.
   
   ### 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to