MCPcopy
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

renameAxesFunction · 0.80
makeAxesNameFunction · 0.80
_deserializeVersion4Method · 0.80
buildTreeFunction · 0.80
onAxesSelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected