Anthony Nowell
                                            Anthony Nowell
                                        
                                    Fwiw: I am no longer using or maintaining this crate (nor am I aware of the upstream maintenance or compatibility status of upstream wkhtmltopdf). I'd still do the bare minimum...
I think `global_settings` would only work for the fields defined on the [`PdfGlobal` object in the upstream project](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/5b26acc41d8209d3b4c4018ac7350b8cea64fa73/src/lib/pdfsettings.hh#L83-L147) (also documented as [Pdf Global Settings](https://wkhtmltopdf.org/libwkhtmltox/pagesettings.html#pagePdfGlobal) which includes the `load.*` settings). The...
The error is lousy... errors handling is in the middle of a refactor and should be much better soon... +1 to the feature, with the disclaimer that the CLI would...
I've implemented a fix here: https://github.com/anowell/svelte-chartjs/commit/155042fc4866615014a12414b3b4815223bcb0b3 It's basically a rewrite of [src/util/svelte.ts](https://github.com/anowell/svelte-chartjs/blob/155042fc4866615014a12414b3b4815223bcb0b3/src/utils/svelte.ts) to work directly with the DOM, and then changes to the base Chart component to [setup event listeners...