MCPcopy Create free account

hub / github.com/andymchugh/andrewbmchugh-flow-panel / functions

Functions114 in github.com/andymchugh/andrewbmchugh-flow-panel

↓ 32 callersFunctiongetFlowAnimationState
(config: PanelConfigCellFlowAnimation, cellValue: number | string | null)
src/components/SvgUpdater.tsx:386
↓ 29 callersFunctioncolorStringToRgb
(theme: GrafanaTheme2, colorStr: string)
src/components/Utils.tsx:210
↓ 22 callersFunctionflowDebug
()
src/components/Utils.tsx:23
↓ 22 callersFunctionpos
(driveCurr: boolean, xBase: number, yBase: number, xd: string | number, yd: string | number)
src/components/FillLevel.tsx:76
↓ 18 callersFunctioncheckTimeIndex
(tsd: TimeSeriesData, ts: TimeSeries, timeSliderVal: number, expectedTimeIndex: number | null)
src/test/TimeSeries.test.tsx:8
↓ 17 callersFunctionsvgPathBounds
(el: HTMLElement)
src/components/FillLevel.tsx:62
↓ 13 callersFunctioncolorLookup
(color: string, highlight: HighlightState, highlightFactors: HighlightFactors)
src/components/Utils.tsx:244
↓ 12 callersFunctionisUrl
(str: string)
src/components/Utils.tsx:71
↓ 11 callersFunctionvalueMapping
(valueMappings: FlowValueMapping[], value: number | string | null)
src/components/SvgUpdater.tsx:354
↓ 10 callersFunctionmoreData
(i: number)
src/components/FillLevel.tsx:93
↓ 9 callersFunctioncolorGradient
(color1: string, color2: string, scalar: number, highlight: HighlightState, highlightFactors: HighlightFactors
src/components/Utils.tsx:253
↓ 8 callersFunctionregExpMatch
(pattern: string, text: string | undefined)
src/components/Utils.tsx:154
↓ 6 callersFunctioninitCache
(thresholds: ThresholdNumber[] | ThresholdPattern[] | undefined)
src/components/Utils.tsx:185
↓ 5 callersFunctionappendUrlParams
(url: string, params: string)
src/components/Utils.tsx:55
↓ 4 callersFunctionclipSize
(boundsMin: number, boundsMax: number, value: number)
src/components/FillLevel.tsx:284
↓ 4 callersFunctiongetCellValue
(drive: DataRefDrive | undefined, tsData: TimeSeriesData, cellBespokeData: any)
src/components/SvgUpdater.tsx:329
↓ 4 callersFunctiongetThresholdColor
(sdb: SvgDriveBase, cellValueSeed: string | number | null, configCellColor: PanelConfigCellColor | undefin
src/components/SvgUpdater.tsx:479
↓ 4 callersFunctionsubSourceDataUrlTokens
(str: string)
src/components/Utils.tsx:62
↓ 4 callersFunctiontestThresholds
(cellValues: Map<string, any>, variableThresholdScalars: any, variableValues: any)
src/test/Utils.test.tsx:211
↓ 4 callersFunctionvariableThresholdScalarsInit
( variableValues: Map<string, string>, cells: Map<string, SvgCell>, variableThresholdScalars: Map<string
src/components/Utils.tsx:271
↓ 3 callersFunctioncellIdFactory
(base: string)
src/components/Utils.tsx:44
↓ 3 callersFunctioncolorBlend
(cell: PanelConfigCell, colorStr: ColorDrives, colorCompound: PanelConfigCellColorCompound | undefined)
src/components/Config.tsx:334
↓ 3 callersFunctiongetInstrumenter
(timer: boolean)
src/components/Utils.tsx:393
↓ 3 callersFunctiongetThresholdColorCompound
(sdb: SvgDriveBase, cellValueSeed: string | number | null, configCellColorCompound: PanelConfigCellColorCo
src/components/SvgUpdater.tsx:488
↓ 3 callersFunctionsliderTime
(tsData: any, sliderScalar: number)
src/components/TimeSlider.tsx:38
↓ 3 callersFunctionthresholdSeed
(sdb: SvgDriveBase, paramData: PanelConfigCellColor | PanelConfigCellFillLevel | PanelConfigCellFlowAnimatio
src/components/SvgUpdater.tsx:466
↓ 3 callersFunctionvariableThresholdScaleValue
(variableValues: Map<string, string>, cellData: SvgCell, value: number | string | null)
src/components/Utils.tsx:306
↓ 2 callersFunctionapplyNamespace
(name: string)
src/components/TimeSeries.tsx:103
↓ 2 callersFunctioncolorDeref
(cell: PanelConfigCell, color: PanelConfigCellColor | undefined)
src/components/Config.tsx:307
↓ 2 callersFunctiondriveHighlighter
(selection: string | undefined)
src/components/FlowPanel.tsx:195
↓ 2 callersFunctionextractInterpolations
(interpolations: VariableInterpolation[])
src/components/Loader.tsx:7
↓ 2 callersFunctionhandleOnChange
(props: TimeSliderProps, state: TimeSliderState, event: any)
src/components/TimeSlider.tsx:43
↓ 2 callersFunctionhighlightState
(highlighterSelection: string | undefined, tags: Set<string> | undefined)
src/components/Highlighter.tsx:37
↓ 2 callersFunctionloadYaml
(source: (Object | string), fn: (yaml: Object) => void, fnVars: (svgStr: string) => void)
src/components/Loader.tsx:46
↓ 2 callersFunctionresolveColor
(color: string)
src/components/Config.tsx:300
↓ 2 callersFunctionrgbToString
(rgb: number[], highlight: HighlightState, highlightFactors: HighlightFactors)
src/components/Utils.tsx:172
↓ 2 callersFunctionsetAttributes
(el: HTMLElement)
src/components/SvgUpdater.tsx:149
↓ 2 callersFunctionsetFillAttribute
(el: HTMLElement, color: string | null | undefined, elAttribs: SvgElementAttribs | undefined)
src/components/SvgUpdater.tsx:433
↓ 2 callersFunctionsubstituteReservedTokens
(str: string, attribs: SvgElementAttribs)
src/components/Utils.tsx:103
↓ 2 callersFunctionsubstituteTokens
(str: string, substitutions: Map<string, string>)
src/components/Utils.tsx:95
↓ 2 callersFunctiontokenStr
(key: string)
src/components/Utils.tsx:91
↓ 2 callersFunctionvalSubst
(val: string)
src/components/Utils.tsx:112
↓ 1 callersFunctionHighlighterFactory
(props: HighlighterProps)
src/components/Highlighter.tsx:42
↓ 1 callersFunctionTimeSliderFactory
(props: TimeSliderProps)
src/components/TimeSlider.tsx:117
↓ 1 callersFunctionaddCell
(cells: any, cellId: string)
src/test/Utils.test.tsx:184
↓ 1 callersFunctionattribDriverManager
(cbh: CellBespokeHandler[], tsData: TimeSeriesData, highlighterSelection: string | undefined)
src/components/bespokeDriver.tsx:182
↓ 1 callersFunctionattributeName
(element: HTMLElement, name: string)
src/components/bespokeDriver.tsx:53
↓ 1 callersFunctionbespokeDriveHandlerFactory
(level: number, cellId: string, cellProps: PanelConfigCell, element: HTMLElement, bespokeStateHolder: BespokeS
src/components/bespokeDriver.tsx:70
↓ 1 callersFunctionbespokeStateFactory
(namespace: string)
src/components/bespokeDriver.tsx:60
↓ 1 callersFunctionclickHandlerFactory
(elementAttribs: Map<string, SvgElementAttribs>, linkVariables: Map<string, string>, driveHighlighter: (select
src/components/FlowPanel.tsx:80
↓ 1 callersFunctionclientExposedUtils
(highlighterSelection: string)
src/components/bespokeDriver.tsx:173
↓ 1 callersFunctionconfigInit
(siteConfig: SiteConfig, panelConfig: PanelConfig, isDark: boolean)
src/components/Config.tsx:443
↓ 1 callersFunctionconstructGrafanaVariables
(grafanaVariables: Object, attribs: SvgElementAttribs, templateSrv: TemplateSrv)
src/components/Utils.tsx:111
↓ 1 callersFunctionconstructUrl
(link: Link, attribs: SvgElementAttribs, linkVariables: Map<string, string>, templateSrv: TemplateSrv)
src/components/Utils.tsx:124
↓ 1 callersFunctioncreate
(datapoints: number, scalar: number, fn: (inp: number) => number, asString: boolean)
src/components/TimeSeries.tsx:26
↓ 1 callersFunctioncreateUrl
(url: string)
src/components/Utils.tsx:80
↓ 1 callersFunctiondimensionCoherence
(doc: Document)
src/components/SvgUpdater.tsx:100
↓ 1 callersFunctiondisplayColors
(context: any, onChange: any)
src/components/DebuggingEditor.tsx:73
↓ 1 callersFunctiondisplayColorsInner
(colors: any)
src/components/DebuggingEditor.tsx:79
↓ 1 callersFunctiondisplayData
(context: any, onChange: any)
src/components/DebuggingEditor.tsx:20
↓ 1 callersFunctiondisplayDataInner
(rawSeries: any, tsData: TimeSeriesData)
src/components/DebuggingEditor.tsx:26
↓ 1 callersFunctiondisplayDocs
()
src/components/DebuggingEditor.tsx:10
↓ 1 callersFunctiondisplayMappings
(context: any, onChange: any)
src/components/DebuggingEditor.tsx:31
↓ 1 callersFunctiondisplayMappingsInner
(panelConfig: PanelConfig, svgHolder: SvgHolder)
src/components/DebuggingEditor.tsx:37
↓ 1 callersFunctiondisplaySvg
(context: any, onChange: any)
src/components/DebuggingEditor.tsx:83
↓ 1 callersFunctiondisplaySvgInner
(svgStr: string)
src/components/DebuggingEditor.tsx:89
↓ 1 callersFunctiondisplayTimings
(context: any, onChange: any)
src/components/DebuggingEditor.tsx:67
↓ 1 callersFunctiondisplayUnits
()
src/components/DebuggingEditor.tsx:14
↓ 1 callersFunctionexternalDriver
(props: TimeSliderProps, state: TimeSliderState, payload: any)
src/components/TimeSlider.tsx:83
↓ 1 callersFunctionexternalDriverPosition
(props: TimeSliderProps, state: TimeSliderState, payload: any)
src/components/TimeSlider.tsx:64
↓ 1 callersFunctionexternalDriverTime
(props: TimeSliderProps, state: TimeSliderState, payload: any)
src/components/TimeSlider.tsx:51
↓ 1 callersFunctionformatCellValue
(cellLabelData: PanelConfigCellLabel, value: number)
src/components/SvgUpdater.tsx:374
↓ 1 callersFunctiongenerateLabelPreamble
(label: string | null, separator: LabelSeparator | null)
src/components/SvgUpdater.tsx:76
↓ 1 callersFunctiongetBespokeData
(cellId: string, cellProps: PanelConfigCell, namespacedData: Map<string, NamespacedData>)
src/components/bespokeDriver.tsx:161
↓ 1 callersFunctiongetClipper
(config: PanelConfigCellFillLevel, cellIdMaker: CellIdMaker, el: HTMLElement)
src/components/FillLevel.tsx:266
↓ 1 callersFunctiongetColor
(cellColorData: PanelConfigCellColor, value: number | string, highlight: HighlightState, highlightFactors: Hig
src/components/Utils.tsx:367
↓ 1 callersFunctiongetColorFromNumber
(gradientMode: ColorGradientMode | undefined, thresholds: ThresholdNumber[], value: number, highlight: Highlig
src/components/Utils.tsx:337
↓ 1 callersFunctiongetColorFromPattern
(thresholds: ThresholdPattern[], value: string, highlight: HighlightState, highlightFactors: HighlightFactors)
src/components/Utils.tsx:324
↓ 1 callersFunctiongetHoverEvent
(props: TimeSliderProps, state: TimeSliderState, time: number, sliderScalar: number)
src/components/TimeSlider.tsx:95
↓ 1 callersFunctionhighlighterState
(selection: string | undefined, config: PanelConfigHighlighter)
src/components/Highlighter.tsx:21
↓ 1 callersFunctioninnerMostDiv
(el: HTMLElement)
src/components/SvgUpdater.tsx:120
↓ 1 callersFunctionisFillColorElement
(filters: PanelConfigElementFilter[] | undefined, elementName: string, elementPosition: number)
src/components/SvgUpdater.tsx:135
↓ 1 callersFunctionisFillLevelElement
(el: HTMLElement)
src/components/FillLevel.tsx:20
↓ 1 callersFunctionisShapeElement
(el: HTMLElement)
src/components/Utils.tsx:35
↓ 1 callersFunctionlegendItems
(config: PanelConfigHighlighter, selection: string | undefined)
src/components/Highlighter.tsx:26
↓ 1 callersFunctionloadSvg
(source: string, fn: (svgStr: string) => void, fnVars: (svgStr: string) => void)
src/components/Loader.tsx:19
↓ 1 callersFunctionpanelConfigDereference
(siteConfig: SiteConfig, panelConfig: PanelConfig, isDark: boolean)
src/components/Config.tsx:296
↓ 1 callersFunctionpanelConfigFactory
(config: any)
src/components/Config.tsx:224
↓ 1 callersFunctionprimeColorCache
(theme: GrafanaTheme2, svgAttribs: SvgAttribs, background: Background)
src/components/Utils.tsx:184
↓ 1 callersFunctionrecurseElements
(level: number, el: HTMLElement, cellData: SvgCell, cellIdMaker: CellIdMaker, additions: HTMLElement[], bespok
src/components/SvgUpdater.tsx:148
↓ 1 callersFunctionsanitizeSvgStr
(svgStr: string)
src/components/FlowPanel.tsx:47
↓ 1 callersFunctionseriesInterpolate
(tsData: TimeSeriesData, timeSliderScalar: number)
src/components/TimeSeries.tsx:155
↓ 1 callersFunctionsetFlowAnimationAttributes
(el: HTMLElement, state: FlowAnimationState)
src/components/SvgUpdater.tsx:450
↓ 1 callersFunctionsetStrokeAttribute
(el: HTMLElement, color: string | null | undefined, elAttribs: SvgElementAttribs | undefined)
src/components/SvgUpdater.tsx:416
↓ 1 callersFunctionsiteConfigFactory
(config: any)
src/components/Config.tsx:277
↓ 1 callersFunctionsplitPath
(d: string)
src/components/FillLevel.tsx:27
↓ 1 callersFunctionsvgInit
(doc: Document, grafanaTheme: GrafanaTheme2, panelConfig: PanelConfig, siteConfig: SiteConfig)
src/components/SvgUpdater.tsx:236
↓ 1 callersFunctionsvgShapeBounds
(el: HTMLElement)
src/components/FillLevel.tsx:227
↓ 1 callersFunctiontransformTabular
(frame: any, keyColumnName: string, applyNamespace: (name: string) => string, tsNamed: Record<string, any>)
src/components/TimeSeries.tsx:69
FunctionDebuggingEditor
({context, onChange}: StandardEditorProps<number>)
src/components/DebuggingEditor.tsx:93
next →1–100 of 114, ranked by callers