Skip to content

Commit

Permalink
Update "Encoding Channel Options" part of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavisUCI committed Oct 31, 2021
1 parent 105c924 commit 0a15c5d
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions doc/user_guide/encoding.rst
Expand Up @@ -255,24 +255,32 @@ The :class:`X` and :class:`Y` encodings accept the following options:

The :class:`Color`, :class:`Fill`, and :class:`Stroke` encodings accept the following options:

.. altair-object-table:: altair.StringFieldDefWithCondition
.. altair-object-table:: altair.FieldOrDatumDefWithConditionMarkPropFieldDefGradientstringnull

The :class:`Shape` encoding accepts the following options:

.. altair-object-table:: altair.ShapeFieldDefWithCondition
.. altair-object-table:: altair.FieldOrDatumDefWithConditionMarkPropFieldDefTypeForShapestringnull

The :class:`FillOpacity`, :class:`Opacity`, :class:`Size`, :class:`StrokeOpacity`,
The :class:`Angle`, :class:`FillOpacity`, :class:`Opacity`, :class:`Size`, :class:`StrokeOpacity`,
and :class:`StrokeWidth` encodings accept the following options:

.. altair-object-table:: altair.NumericFieldDefWithCondition
.. altair-object-table:: altair.FieldOrDatumDefWithConditionMarkPropFieldDefnumber

The :class:`Row` and :class:`Column`, and :class:`Facet` encodings accept the following options:

.. altair-object-table:: altair.RowColumnEncodingFieldDef

The :class:`Row`, :class:`Column`, and :class:`Facet` encodings accept the following options:
The :class:`Facet` encoding accepts the following options:

.. altair-object-table:: altair.FacetFieldDef
.. altair-object-table:: altair.FacetEncodingFieldDef

The :class:`Text` and :class:`Tooltip` encodings accept the following options:
The :class:`Text` encoding accepts the following options:

.. altair-object-table:: altair.TextFieldDefWithCondition
.. altair-object-table:: altair.FieldOrDatumDefWithConditionStringFieldDefText

The :class:`Description`, :class:`Href`, :class:`Tooltip`, and :class:`Url` encodings accept the following options:

.. altair-object-table:: altair.StringFieldDefWithCondition

The :class:`Detail` and :class:`Key` encodings accept the following options:

Expand All @@ -282,19 +290,22 @@ The :class:`Latitude` and :class:`Longitude` encodings accept the following opti

.. altair-object-table:: altair.LatLongFieldDef

The :class:`Latitude2`, :class:`Longitude2`, :class:`X2`, :class:`Y2`, :class:`XError`, :class:`YError`,
The :class:`Latitude2`, :class:`Longitude2`, :class:`Radius2`, :class:`Theta2`, :class:`X2`, :class:`Y2`, :class:`XError`, :class:`YError`,
:class:`XError2`, and :class:`YError2` encodings accept the following options:

.. altair-object-table:: altair.SecondaryFieldDef

The :class:`Href` encoding accepts the following options:

.. altair-object-table:: altair.TextFieldDefWithCondition

The :class:`Order` encoding accepts the following options:

.. altair-object-table:: altair.OrderFieldDef

The :class:`Radius` and :class:`Theta` encodings accept the following options:

.. altair-object-table:: altair.PositionFieldDefBase

The :class:`StrokeDash` encoding accepts the following options:

.. altair-object-table:: altair.FieldOrDatumDefWithConditionMarkPropFieldDefnumberArray

.. _encoding-aggregates:

Expand Down

0 comments on commit 0a15c5d

Please sign in to comment.