mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 21:22:12 +08:00
GraphNG: uPlot 1.6.2 (#30521)
This commit is contained in:
@ -118,7 +118,7 @@ export function alignDataFrames(frames: DataFrame[], fields?: XYFieldMatchers):
|
||||
}
|
||||
|
||||
// do the actual alignment (outerJoin on the first arrays)
|
||||
let { data: alignedData, isGap } = uPlot.join(valuesFromFrames, nullModes);
|
||||
let alignedData = uPlot.join(valuesFromFrames, nullModes);
|
||||
|
||||
if (alignedData!.length !== sourceFields.length) {
|
||||
throw new Error('outerJoinValues lost a field?');
|
||||
@ -144,7 +144,6 @@ export function alignDataFrames(frames: DataFrame[], fields?: XYFieldMatchers):
|
||||
};
|
||||
}),
|
||||
},
|
||||
isGap,
|
||||
getDataFrameFieldIndex: (alignedFieldIndex: number) => {
|
||||
const index = sourceFieldsRefs[alignedFieldIndex];
|
||||
if (!index) {
|
||||
|
Reference in New Issue
Block a user