Skip to content

Commit

Permalink
docs: Fix camel case of fillOpacity channel (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtroendle authored Jul 9, 2024
1 parent e994fbd commit 8b9f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/encodings/channels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Channel Altair Class Description Example
angle :class:`Angle` The angle of the mark :ref:`gallery_wind_vector_map`
color :class:`Color` The color of the mark :ref:`gallery_simple_heatmap`
fill :class:`Fill` The fill for the mark :ref:`gallery_ridgeline_plot`
fillopacity :class:`FillOpacity` The opacity of the mark's fill N/A
fillOpacity :class:`FillOpacity` The opacity of the mark's fill N/A
opacity :class:`Opacity` The opacity of the mark :ref:`gallery_horizon_graph`
radius :class:`Radius` The radius or the mark :ref:`gallery_radial_chart`
shape :class:`Shape` The shape of the mark :ref:`gallery_us_incomebrackets_by_state_facet`
Expand Down

0 comments on commit 8b9f697

Please sign in to comment.