@grafana/ui
Version:
Grafana Components Library
18 lines (16 loc) • 812 B
JavaScript
;
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 || {});
export { NodeGraphDataFrameFieldNames };
//# sourceMappingURL=nodeGraph.mjs.map