Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Plotly.js 3 removes the following features that were deprecated in previous vers

`annotation.ref` has been removed. Use `annotation.xref` and `annotation.yref` instead.

Here's an example using `annotation.ref`, followed by teh same example rewritte to use `annotation.xref` and `annotation.yref`:
Here's an example using `annotation.ref`, followed by the same example rewritten to use `annotation.xref` and `annotation.yref`:

```js
...
Expand Down