Skip to content

Commit b3e25ac

Browse files
committed
fix jsdoc for Plots.getSubplotData
1 parent 74dbbc4 commit b3e25ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/plots.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ plots.getSubplotIds = function getSubplotIds(layout, type) {
124124
* Get the data trace(s) associated with a given subplot.
125125
*
126126
* @param {array} data plotly full data array.
127-
* @param {object} layout plotly full layout object.
128-
* @param {string} subplotId subplot ids to look for.
127+
* @param {string} type subplot type to look for.
128+
* @param {string} subplotId subplot id to look for.
129129
*
130130
* @return {array} list of trace objects.
131131
*

0 commit comments

Comments
 (0)