Skip to content

Commit

Permalink
include fit-x and fit-y in docs table
Browse files Browse the repository at this point in the history
  • Loading branch information
willium committed Jul 25, 2019
1 parent bea8d41 commit 83d1435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/toplevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export type AutosizeType = 'pad' | 'none' | FitType;

export interface AutoSizeParams {
/**
* The sizing format type. One of `"pad"`, `"fit"` or `"none"`. See the [autosize type](https://vega.github.io/vega-lite/docs/size.html#autosize) documentation for descriptions of each.
* The sizing format type. One of `"pad"`, `"fit"`, `"fit-x"`, `"fit-y"`, or `"none"`. See the [autosize type](https://vega.github.io/vega-lite/docs/size.html#autosize) documentation for descriptions of each.
*
* __Default value__: `"pad"`
*/
Expand Down

0 comments on commit 83d1435

Please sign in to comment.