You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/04/04 11:07:00 UTC

[GitHub] luissmg commented on issue #8047: Calendar scatter with problems in some months

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org