PPRAMANIK62 commented on code in PR #21325:
URL: https://github.com/apache/echarts/pull/21325#discussion_r2456789997


##########
src/chart/candlestick/CandlestickView.ts:
##########
@@ -110,6 +110,9 @@ class CandlestickView extends ChartView {
             .add(function (newIdx) {
                 if (data.hasValue(newIdx)) {
                     const itemLayout = data.getItemLayout(newIdx) as 
CandlestickItemLayout;
+                    if (!itemLayout) {

Review Comment:
   Sounds good, will remove those checks.



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