When a chart add-on display is present in a View, but marked as disabled, the get_children_chart_displays() function still attempts to load it, but as it is disabled, zero results are returned. This is one of the scenarios that would result in the error "All series on a given axis must be of the same data type" appearing (see #2052429 for others).

The attached patch fixes this issue.

CommentFileSizeAuthor
charts_disabled_displays_rendering.patch1018 bytesstella

Comments

quicksketch’s picture

Status: Needs review » Fixed

Thanks @stella! Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.