foliojs / pdfkit

A JavaScript PDF generation library for Node and the browser
http://pdfkit.org/
MIT License
9.9k stars 1.15k forks source link

Support Charts on the fly (with Vector Graphics) #1473

Open Ahmadre opened 1 year ago

Ahmadre commented 1 year ago

Feature Request

If we can have vector graphics -> we can also have charts 😎

Feature description

This would work like any other chart library and we would start with most basic charts (Line, Bar,...).

I try to create a MR when I got some time.

jeff-r-koyaltech commented 10 months ago

@Ahmadre did you see the SVG path parser in the documentation? Go to https://pdfkit.org/ And search for "svg"

We used this for watermarking some images in a PDF.

Ahmadre commented 9 months ago

@Ahmadre did you see the SVG path parser in the documentation?

Go to https://pdfkit.org/

And search for "svg"

We used this for watermarking some images in a PDF.

No yet, good hint! Thx! I will investigate into this when I got time :)