Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/automeris-io/WebPlotDigitizer
/ getAxesNames
Method
getAxesNames
app/javascript/core/plotData.js:62–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
getAxesNames() {
63
let
names = [];
64
this._axesColl.forEach((ax) => {
65
names.push(ax.name);
66
});
67
return
names;
68
}
69
70
deleteAxes(ax) {
71
let
axIdx = this._axesColl.indexOf(ax);
Callers
6
renameAxes
Function · 0.80
makeAxesName
Function · 0.80
_deserializeVersion4
Method · 0.80
buildTree
Function · 0.80
renderDatasetAxesSelection
Function · 0.80
onAxesSelection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected