Skip to content

Commit

Permalink
Fix markdown formatting. (uber#982)
Browse files Browse the repository at this point in the history
The markdown text was incorrectly formatted, and caused text to appear inside a code block.
  • Loading branch information
ayarcohaila committed Sep 24, 2018
1 parent 0a904bd commit c08db57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ function LineChart({data, index, handleMouseOver}) {
stroke="white" />
}
</XYPlot>);
}```
}
```
More often than not, you want to be able to handle an action that happened in one of the charts and reflect it in different parts of your app, i.e. outside the chart.
Expand Down

0 comments on commit c08db57

Please sign in to comment.