You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now switch to the heatmap and attempt to select _value_x and _value_y columns in the visualization options. This yields the following crash:
Uncaught TypeError: Cannot read property '0' of undefined
at qi (heatmap.ts:102)
at Wi (heatmap.ts:19)
at memoize-one.esm.js:30
at t.getTable (PlotEnv.ts:247)
at PlotEnv.ts:364
at Array.reduce (<anonymous>)
at t.getColumnTypeForAesthetics (PlotEnv.ts:362)
at t.get [as yTicks] (PlotEnv.ts:107)
at t.get [as margins] (PlotEnv.ts:58)
at Ao (SizedPlot.tsx:31)
Use the following Flux query:
With the graph, heatmap, and scatterplot visualization types, you should be able to select
x
ory
from the "Y Column" dropdown. Currently you cannot:There is a related bug. Add the following to the end of the query:
Now switch to the heatmap and attempt to select
_value_x
and_value_y
columns in the visualization options. This yields the following crash:Thanks to @sanderson for reporting.
The text was updated successfully, but these errors were encountered: