From da283e60496f9bae1c75c9d3ffcb6d731f9dcdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Tr=C3=B6ndle?= Date: Tue, 9 Jul 2024 14:40:52 +0200 Subject: [PATCH] docs: Fix camel case of fillOpacity channel --- doc/user_guide/encodings/channels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/encodings/channels.rst b/doc/user_guide/encodings/channels.rst index e0e00cb29..7feb9136e 100644 --- a/doc/user_guide/encodings/channels.rst +++ b/doc/user_guide/encodings/channels.rst @@ -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`