@grafana/ui
Version:
Grafana Components Library
22 lines (18 loc) • 919 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
;
var NodeGraphDataFrameFieldNames = /* @__PURE__ */ ((NodeGraphDataFrameFieldNames2) => {
NodeGraphDataFrameFieldNames2["id"] = "id";
NodeGraphDataFrameFieldNames2["title"] = "title";
NodeGraphDataFrameFieldNames2["subTitle"] = "subTitle";
NodeGraphDataFrameFieldNames2["mainStat"] = "mainStat";
NodeGraphDataFrameFieldNames2["secondaryStat"] = "secondaryStat";
NodeGraphDataFrameFieldNames2["source"] = "source";
NodeGraphDataFrameFieldNames2["target"] = "target";
NodeGraphDataFrameFieldNames2["detail"] = "detail__";
NodeGraphDataFrameFieldNames2["arc"] = "arc__";
NodeGraphDataFrameFieldNames2["color"] = "color";
return NodeGraphDataFrameFieldNames2;
})(NodeGraphDataFrameFieldNames || {});
exports.NodeGraphDataFrameFieldNames = NodeGraphDataFrameFieldNames;
//# sourceMappingURL=nodeGraph.cjs.map