Home
last modified time | relevance | path

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 Dhooks.ts8 dimFields: XYFieldMatchers; property
20 …const { data, dimFields, mapSeriesIndexToDataFrameFieldIndex } = useContext<GraphNGContextType>(Gr…
23 const xFieldMatcher = dimFields.x;
34 }, [data, dimFields]);
37 dimFields,
H A Dutils.ts33 export function preparePlotFrame(frames: DataFrame[], dimFields: XYFieldMatchers) {
36 joinBy: dimFields.x,
37 keep: dimFields.y,
H A DGraphNG.tsx54 preparePlotFrame?: (frames: DataFrame[], dimFields: XYFieldMatchers) => DataFrame;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/state-timeline/
H A Dutils.ts51 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 D7095.0e38943fa459e872fe93.js.map1dimFields: XYFieldMatchers) => DataFrame;\n renderLegend: (config: UPlotConfigBuilder) => React.R…