@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
19 lines • 728 B
JavaScript
var EThemeDefaultJaJpShapeChartLine = /** @class */ (function () {
function EThemeDefaultJaJpShapeChartLine() {
}
EThemeDefaultJaJpShapeChartLine.prototype.getName = function () {
return "ラインチャート";
};
EThemeDefaultJaJpShapeChartLine.prototype.newPlotAreaLabel = function () {
return "タイトル";
};
EThemeDefaultJaJpShapeChartLine.prototype.newXAxisLabel = function () {
return "X軸";
};
EThemeDefaultJaJpShapeChartLine.prototype.newYAxisLabel = function () {
return "Y軸";
};
return EThemeDefaultJaJpShapeChartLine;
}());
export { EThemeDefaultJaJpShapeChartLine };
//# sourceMappingURL=e-theme-default-ja-jp-shape-chart-line.js.map