Skip to content

Commit 6add0fd

Browse files
committed
fix paragraph
1 parent fe11446 commit 6add0fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_posts/plotly_js/fundamentals/plotly-js-3-changes/2024-10-09-plotly-js-3-changes.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ var layout = {
5959

6060
### `autotick` Attribute
6161

62-
The `autotick` attribute has been removed.
63-
64-
Use `tickmode: 'auto'` instead of `autotick: true` and `tickmode: 'linear'` instead of `autotick: false`.
62+
The `autotick` attribute has been removed. Use `tickmode: 'auto'` instead of `autotick: true` and `tickmode: 'linear'` instead of `autotick: false`.
6563

6664
### `bardir` Attribute on Bar Charts
6765

0 commit comments

Comments
 (0)