UNPKG

@grafana/ui

Version:
22 lines (18 loc) 919 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; 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