Nutchaphon Rewik

Results 9 comments of Nutchaphon Rewik

You can create PR for this.

Now, there's only an example pdf. Creating real world example and template would be a good idea.

Not sure If I understand that. But exporting views can be done by capturing the screenshot of that view and then add that to pdf as an image.

Yes. It's quite simple to implement that feature. And PR is welcome :+1: .

We've encountered the same issue. Would anyone happen to have a workaround for this problem?

I set the line chart in these two functions. ``` objc - (void)setupLineChartView { // Disable all interactions self.lineChartView.dragEnabled = NO; self.lineChartView.pinchZoomEnabled = NO; [self.lineChartView setScaleEnabled:NO]; self.lineChartView.highlightPerTapEnabled = NO; self.lineChartView.highlightPerDragEnabled...

Now there is no way to fix right ?

Have you guys fix this? I still have this issue in `v3.0.0`

Yeah. I still can reproduce. ![screen shot 2016-11-15 at 3 09 42 pm](https://cloud.githubusercontent.com/assets/6581089/20297957/e126a3d0-ab45-11e6-8339-4d1d0885ba18.png) I changed the code in `LineChart1ViewController` a little bit. 1) change y value to show. ``` objc...