Searched refs:dimFields (Results 1 – 5 of 5) sorted by relevance
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/GraphNG/ |
H A D | hooks.ts | 8 dimFields: XYFieldMatchers; property 20 …const { data, dimFields, mapSeriesIndexToDataFrameFieldIndex } = useContext<GraphNGContextType>(Gr… 23 const xFieldMatcher = dimFields.x; 34 }, [data, dimFields]); 37 dimFields,
|
H A D | utils.ts | 33 export function preparePlotFrame(frames: DataFrame[], dimFields: XYFieldMatchers) { 36 joinBy: dimFields.x, 37 keep: dimFields.y,
|
H A D | GraphNG.tsx | 54 preparePlotFrame?: (frames: DataFrame[], dimFields: XYFieldMatchers) => DataFrame;
|
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/state-timeline/ |
H A D | utils.ts | 51 export function preparePlotFrame(data: DataFrame[], dimFields: XYFieldMatchers) { 54 joinBy: dimFields.x, 55 keep: dimFields.y,
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 7095.0e38943fa459e872fe93.js.map | 1 …dimFields: XYFieldMatchers) => DataFrame;\n renderLegend: (config: UPlotConfigBuilder) => React.R…
|