Skip to content

Commit

Permalink
fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaLingWeng committed Nov 9, 2023
1 parent 1ecf15a commit b0ac6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,9 @@ class Chart(
An object describing the data source
mark : AnyMark
A string describing the mark type
(either one of `"bar"`, `"circle"`, `"square"`, `"tick"`,`"line"`, `"area"`, `"point"`, `"rule"`, `"geoshape"`, `"text"`, `"arc"`, `"image"`, `"rect"`, `"trail"`, `"boxplot"`, `"errorband"`, `"errorbar"`) or a MarkDef object or a CompositeMarkDef objest.
(either one of ``"bar"``, ``"circle"``, ``"square"``, ``"tick"``,``"line"``, ``"area"``, ``"point"``,
``"rule"``, ``"geoshape"``, ``"text"``, ``"arc"``, ``"image"``, ``"rect"``, ``"trail"``, ``"boxplot"``,
``"errorband"``, ``"errorbar"``) or a MarkDef object or a CompositeMarkDef object.
encoding : FacetedEncoding
A key-value mapping between encoding channels and definition of fields.
autosize : anyOf(AutosizeType, AutoSizeParams)
Expand Down

0 comments on commit b0ac6f8

Please sign in to comment.