I am charting two fields. One is a global mathematical field that uses replacement patterns from other fields. When those dependency fields are excluded from display, the chart does not show up. This works in all other display types except DataViz. If I leave the visibility on on all fields, the chart will show the mathematical field properly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | exclude_display-1955668-1.patch | 651 bytes | annikaC |
Comments
Comment #1
annikaC commentedI had this issue. This is because while the fields are checked for exclusion, the header still includes all field labels. This causes a mismatch so the chart doesn't render.
Here's a patch!