dart_pdf
dart_pdf copied to clipboard
use annotation in chart
pw.SquareAnnotation( child: chart, color: PdfColors.blue, author: "user", subject: "datetime", content: "display time"),
I want to annotate all points showing in graph.I use like this.But it is not working. help me to solve this
pw.Annotation( child: chart1, builder: pw.AnnotationSquare( author: "user", subject: "datetime", content: "display time"))
i tried this also
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Closing this stale issue because it has no activity.