Chart.js/types
Josh Kelley dc00ed08cb
Update docs on printing (#8149)
From what I can tell from testing locally, Chrome doesn't reliably trigger resize events for the final print layout, so using `.resize()` with no parameters doesn't generally work.

I'm not sure if there are circumstances in which the original docs' suggestion of using `.resize()` with no parameters can work; if the original text should be deleted, I can do so.

I also noticed that the TypeScript type definitions for `.resize()` mark the parameters as required, even though the implementation and docs don't require them.
2020-12-10 16:25:00 +02:00
..
controllers Improved types for defaults (#8025) 2020-11-08 09:52:41 -05:00
core Update docs on printing (#8149) 2020-12-10 16:25:00 +02:00
elements Remove I prefix from TS types (#8017) 2020-11-07 08:35:19 -05:00
helpers Remove I prefix from TS types (#8017) 2020-11-07 08:35:19 -05:00
platform Remove I prefix from TS types (#8017) 2020-11-07 08:35:19 -05:00
plugins Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
scales Remove I prefix from TS types (#8017) 2020-11-07 08:35:19 -05:00
index.esm.d.ts WIP: TypeScript types (#7668) 2020-08-04 16:52:57 -04:00
interfaces.d.ts Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00