RomuloVHSYS

Results 10 comments of RomuloVHSYS

Following these steps to use the online version don't solve my problem, and brings another: The charts only render if exist connection to internet. So, the problem is directly on...

Setting contentHeight does not change anything

Maybe it can change the contentHeight to a greater value(but my chartView isn't scrollable), but not to a smaller value, because even if i set `aaChartView.contentHeight = 10` or any...

Doesn't work on iOS 9.3, only on more recently iOS. I'm already using the latest version. I thinking.. is it possible that the cause is some interpretation of JS to...

Unfortunately, no. This bug occurs only on a physic device. Thats makes me thinking even more, that this are an JS bug related to the safari version of the device,...

Your suggestion doesn't work, but help me to find a solution. Workin on others attributes of the highcharts docs, and testing multiple of then, i'd realize that none of then...

Thanks a lot for you attention and for help me. If you want to mark this issue to helpful, add these changes that i make and mark the the commit...

Same issue here. The path is nil. I think that happens because of 'Bundle.main' gets the bundle of the project itself, not the pod bundle.

Here is my implementation, I'm using YearView, MonthView, and WeekView with a dailyView made by myself. For transitions i'm using [HeroTransitions/Hero](https://github.com/HeroTransitions/Hero), and some native animations. [![image](https://user-images.githubusercontent.com/44377984/60987126-578dd900-a317-11e9-9e18-4a55aea489e8.png)](https://drive.google.com/file/d/1Q9HZuWkrgFJuxYDOu6BGn2iaIQ9kycj7/view) _Click on the image...

With workaround without having an official method, i have implemented my own way to scroll to a specific Date: ``` func scroll(toDate date: Date, at: UICollectionView.ScrollPosition = .centeredVertically, animated: Bool...