Skip to content

Commit 06560e7

Browse files
committed
Add new in mention
1 parent 8e8a296 commit 06560e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_posts/plotly_js/fundamentals/axes/2025-06-29-zeroline.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
sitemap: false
77
arrangement: horizontal
88
markdown_content: |
9+
*New in 3.1*
10+
911
By default, zero lines are displayed below traces. Set `zerolinelayer="above traces"` on an axis to display its zero line above traces.
1012
---
1113
var trace1 = {

_posts/plotly_js/fundamentals/hover/2025-07-29-unified-hover-template.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
sitemap: false
77
arrangement: horizontal
88
markdown_content: |
9+
*New in 3.1*
10+
911
Customize the title shown in unified hovermode by specifying `unifiedhovertitle.text`. The unified hover title is a template string that supports using variables from the data. Numbers are formatted using d3-format's syntax `%{variable:d3-format}`, for example `"Price: %{y:$.2f}"`. Dates are formatted using d3-time-format's syntax `%{variable|d3-time-format}`, for example `"Day: %{x|%A}"`.
1012
---
1113
var data = [

0 commit comments

Comments
 (0)