KinsleySen

Results 3 comments of KinsleySen

@rigoparis hey, mine works here's my method to get the image getDraw(args) { const pad = this.$refs.DrawingPad.nativeView; pad.getDrawing().then( data => { console.log(data); }, err => { console.log(err); } ); },

hi guys, this might be a workaround not for everyone but i currently using the line chart as a horizontal bar and the result like this ![image](https://github.com/imaNNeo/fl_chart/assets/52267648/9fe57237-7ceb-4593-a960-a620313a1b6a)

apparently, you need to adjust the content to fit in page like the library said https://pub.dev/documentation/pdf/latest/widgets/MultiPage-class.html if you have a dynamic detail just break it in table or column, and...