Skip to content

Commit b1e02d0

Browse files
committed
[fix] link
1 parent 27ee28f commit b1e02d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chart/api/export/chart_pdf_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export.pdf(config?: object): void;
3131
- `right?: string | number` - (optional) defines a right margin, accepts values labeled with units
3232
- `top?: string | number` - (optional) defines a top margin, accepts values labeled with units
3333
- `bottom?: string | number` - (optional) defines a bottom margin, accepts values labeled with units
34-
- `format?: string` - (optional) defines a paper format. If defined, takes priority over **width** or **height** options. The ***'Letter'*** is set by default. Read more about formatting [here](https://github.com/puppeteer/puppeteer/blob/v16.0.0/docs/api/puppeteer.paperformat.md)
34+
- `format?: string` - (optional) defines a paper format. If defined, takes priority over **width** or **height** options. The ***'Letter'*** is set by default. Read more about formatting <a href="https://github.com/puppeteer/puppeteer/blob/v16.0.0/docs/api/puppeteer.paperformat.md">here</a>
3535

3636
### Example
3737

0 commit comments

Comments
 (0)