Skip to content

Commit

Permalink
DOC: correct spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
iaindillingham committed Jan 20, 2019
1 parent 3d4c987 commit d5fbd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/interactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ One of the unique features of Altair, inherited from Vega-Lite, is a
declarative grammar of not just visualization, but *interaction*. There are three
core concepts of this grammar:

- the :func:`selection` object which captures interactions from the mouse or through other inputs to effect the chart. Inputs can either be events like moust clicks or drags. Inputs can also be elemnts like a drop-down, radio button or slider. Selections can be used alone but if you want to have change any element of your chart you will need to connect them to a *condition*.
- the :func:`selection` object which captures interactions from the mouse or through other inputs to effect the chart. Inputs can either be events like mouse clicks or drags. Inputs can also be elements like a drop-down, radio button or slider. Selections can be used alone but if you want to change any element of your chart you will need to connect them to a *condition*.
- the :func:`condition` function takes the selection input and changes an element of the chart based on that input.
- the ``bind`` property of a selection which establishes a two-way binding between the selection and an input element of your chart.

Expand Down

0 comments on commit d5fbd55

Please sign in to comment.