You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add 'decimal' and 'thousands' formats for Brazilian Portuguese locale file [[#6866](https://github.com/plotly/plotly.js/pull/6866)], with thanks to @pazuza for the contribution!
description: ['Accessibility options: which library to use; whether to enable and the options to pass to the library.',
485
+
description: ['Accessibility options: which library to use; whether to enable, options to pass to the library, info to pass to the library, closedCaptions to control how plotly renders the closed-captions element.',
484
486
'chart2music is supported and options here include Options and Info from https://www.chart2music.com/docs/API/Config. '
Copy file name to clipboardExpand all lines: test/plot-schema.json
+15
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,21 @@
104
104
}
105
105
},
106
106
"config": {
107
+
"accessibility": {
108
+
"description": "Accessibility options: which library to use; whether to enable, options to pass to the library, info to pass to the library, closedCaptions to control how plotly renders the closed-captions element. chart2music is supported and options here include Options and Info from https://www.chart2music.com/docs/API/Config. ",
109
+
"dflt": {
110
+
"closedCaptions": {
111
+
"elClassname": "c2m-plotly-closed_captions",
112
+
"elId": "c2m-plotly-cc",
113
+
"generate": false
114
+
},
115
+
"enabled": true,
116
+
"info": {},
117
+
"library": "chart2music",
118
+
"options": {}
119
+
},
120
+
"valType": "any"
121
+
},
107
122
"autosizable": {
108
123
"description": "Determines whether the graphs are plotted with respect to layout.autosize:true and infer its container size.",
0 commit comments