luissmg commented on issue #8047: Calendar scatter with problems in some months URL: https://github.com/apache/incubator-echarts/issues/8047#issuecomment-378563291 So, I was exploring the library and got news. The problem with the positioning of the day (31) going on top is with (I think) the line 356 in [Calendar.js](https://github.com/apache/incubator-echarts/blob/master/src/coord/calendar/Calendar.js). I tried some stuff and it actually solved the problem, but only for this month. My solution was then adding bugs in other months. Besides that, my solution was only fixing the position of the day. The lines were still wrong, so I think there is a problem with the function `_renderLines` (or any other callend inside) in [CalendarView.js](https://github.com/apache/incubator-echarts/blob/master/src/component/calendar/CalendarView.js). Can someone look into this?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
