{"version":3,"file":"nodeGraph.cjs","sources":["../../../src/utils/nodeGraph.ts"],"sourcesContent":["export enum NodeGraphDataFrameFieldNames {\n  // Unique identifier [required] [nodes + edges]\n  id = 'id',\n  // Text to show under the node [nodes]\n  title = 'title',\n  // Text to show under the node as second line [nodes]\n  subTitle = 'subtitle',\n  // Main value to be shown inside the node [nodes]\n  mainStat = 'mainstat',\n  // Second value to be shown inside the node under the mainStat [nodes]\n  secondaryStat = 'secondarystat',\n  // Prefix for fields which value will represent part of the color circle around the node, values should add up to 1 [nodes]\n  arc = 'arc__',\n  // Will show a named icon inside the node circle if defined. Can be used only with icons already available in\n  // grafana/ui [nodes]\n  icon = 'icon',\n  // Defines a single color if string (hex or html named value) or color mode config can be used as threshold or\n  // gradient. arc__ fields must not be defined if used [nodes + edges]\n  color = 'color',\n\n  // Id of the source node [required] [edges]\n  source = 'source',\n  // Id of the target node [required] [edges]\n  target = 'target',\n\n  // Prefix for fields which will be shown in a context menu [nodes + edges]\n  detail = 'detail__',\n\n  // Radius of the node [nodes]\n  nodeRadius = 'noderadius',\n\n  // Thickness of the edge [edges]\n  thickness = 'thickness',\n\n  // Whether the node or edge should be highlighted (e.g., shown in red) in the UI [nodes + edges]\n  // @deprecated -- for edges use color instead\n  highlighted = 'highlighted',\n\n  // Defines the stroke dash array for the edge [edges]. See SVG strokeDasharray definition for syntax.\n  strokeDasharray = 'strokedasharray',\n\n  // Supplies a fixed X position for the node to have in the finished graph.\n  fixedX = 'fixedx',\n\n  // Supplies a fixed Y position for the node to have in the finished graph.\n  fixedY = 'fixedy',\n\n  // Whether the node is instrumented or not\n  isInstrumented = 'isinstrumented',\n}\n"],"names":["NodeGraphDataFrameFieldNames"],"mappings":";;;;;AAAO,IAAK,4BAAA,qBAAAA,6BAAAA,KAAL;AAEL,EAAAA,8BAAA,IAAA,CAAA,GAAK,IAAA;AAEL,EAAAA,8BAAA,OAAA,CAAA,GAAQ,OAAA;AAER,EAAAA,8BAAA,UAAA,CAAA,GAAW,UAAA;AAEX,EAAAA,8BAAA,UAAA,CAAA,GAAW,UAAA;AAEX,EAAAA,8BAAA,eAAA,CAAA,GAAgB,eAAA;AAEhB,EAAAA,8BAAA,KAAA,CAAA,GAAM,OAAA;AAGN,EAAAA,8BAAA,MAAA,CAAA,GAAO,MAAA;AAGP,EAAAA,8BAAA,OAAA,CAAA,GAAQ,OAAA;AAGR,EAAAA,8BAAA,QAAA,CAAA,GAAS,QAAA;AAET,EAAAA,8BAAA,QAAA,CAAA,GAAS,QAAA;AAGT,EAAAA,8BAAA,QAAA,CAAA,GAAS,UAAA;AAGT,EAAAA,8BAAA,YAAA,CAAA,GAAa,YAAA;AAGb,EAAAA,8BAAA,WAAA,CAAA,GAAY,WAAA;AAIZ,EAAAA,8BAAA,aAAA,CAAA,GAAc,aAAA;AAGd,EAAAA,8BAAA,iBAAA,CAAA,GAAkB,iBAAA;AAGlB,EAAAA,8BAAA,QAAA,CAAA,GAAS,QAAA;AAGT,EAAAA,8BAAA,QAAA,CAAA,GAAS,QAAA;AAGT,EAAAA,8BAAA,gBAAA,CAAA,GAAiB,gBAAA;AAhDP,EAAA,OAAAA,6BAAAA;AAAA,CAAA,EAAA,4BAAA,IAAA,EAAA;;;;"}