Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mure committed Nov 1, 2023
1 parent be8b121 commit 268d2fb
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,14 @@ const getVariableOptions = () => {
};

const tooltips = {
queryType: `Data allows you to visualize the rows of data in a table. Metadata allows you
to visualize the properties associated with a table.`,
queryType: `Specifies whether to visualize the data rows or properties associated with a table.`,

columns: `Specifies the columns to include in the response data.`,

decimation: `Specifies the method used to decimate the data.`,

filterNulls: `Filters out null and NaN values before decimating the data.`,
filterNulls: `Specifies whether to filter out null and NaN values before decimating the data.`,

useTimeRange: `Queries only for data within the dashboard time range if the table index is a
timestamp. Enable when interacting with your data on a graph.`,
useTimeRange: `Specifies whether to query only for data within the dashboard time range if the
table index is a timestamp. Enable when interacting with your data on a graph.`,
};

0 comments on commit 268d2fb

Please sign in to comment.