mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeseriesPanel: Preserve string fields for data link interpolation (#58424)
* TimeseriesPanel: Preserve string fields for data link interpolation * clean code * Modify tests so that string fields are allowed only when a valid time/number dataframe exists * performance mods * fix wrong length * remove console.log * Check if aligned dataframe has links
This commit is contained in:
@@ -23,4 +23,8 @@ export class SortedVector<T = any> implements Vector<T> {
|
||||
toJSON(): T[] {
|
||||
return vectorToArray(this);
|
||||
}
|
||||
|
||||
getOrderArray(): number[] {
|
||||
return this.order;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user