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
When configuring a line chart in the Visualization Editor, I am getting a console error when changing chart configuration under the following circumstances:
preview chart is < 600px (e.g. with devtools open in right column)
legend is enabled (disabling legend makes error go away)
Well, using the following query, the grouped line chart doesn't even render. However, there isn't an error in the browser console.
select case
when Author_Username in ('arikfr', 'ranbena', 'kravets-levko', 'rauchy', 'gabrieldutra', 'kocsmy') then 'Redash'
when Author_Username in ('jezdez', 'emtwo', 'washort', 'kyoshidajp', 'ariarijp', 'deecay', 'denisov-vlad') then 'Maintainer'
else 'Contributor'
end as author_group, count(0),
"Date"
from query_105
group by 1
order by 2 desc
Issue Summary
When configuring a line chart in the Visualization Editor, I am getting a console error when changing chart configuration under the following circumstances:
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: