We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410fccb commit 8fb2c08Copy full SHA for 8fb2c08
src/features/log/queryResponseBuilder.ts
@@ -58,7 +58,7 @@ export const getGraphDataFrame = (
58
}
59
60
for (let i = 0; i < fields.length; i++) {
61
- if (isTimeField(fields[i],timestampColumn)) {
+ if (isTimeField(fields[i], timestampColumn)) {
62
graphData.addField({
63
config: {
64
filterable: true,
0 commit comments