We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dbbc4 commit b3e25acCopy full SHA for b3e25ac
src/plots/plots.js
@@ -124,8 +124,8 @@ plots.getSubplotIds = function getSubplotIds(layout, type) {
124
* Get the data trace(s) associated with a given subplot.
125
*
126
* @param {array} data plotly full data array.
127
- * @param {object} layout plotly full layout object.
128
- * @param {string} subplotId subplot ids to look for.
+ * @param {string} type subplot type to look for.
+ * @param {string} subplotId subplot id to look for.
129
130
* @return {array} list of trace objects.
131
0 commit comments