mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add comment
This commit is contained in:
parent
eef94b3f08
commit
84fa9be29f
@ -13,6 +13,8 @@ interface Options {
|
||||
nullValueMode: NullValueMode;
|
||||
}
|
||||
|
||||
// NOTE -- this should be refactored into a TableData utility file.
|
||||
// I left it as is so the merge changes are more clear.
|
||||
export function processTimeSeries({ data, xColumn, yColumn, nullValueMode }: Options): TimeSeriesVMs {
|
||||
const vmSeries = data.map((item, index) => {
|
||||
if (!isNumber(xColumn)) {
|
||||
|
Loading…
Reference in New Issue
Block a user