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
You should be able to set the data_label_filter option to "none" to only show labels set in structured data, but it looks like it isn't working. I'll see if I can fix it.
I try to hide some values from structured data with this configuration (StackedGroupedBarGraph):
'label' => [null, null, will be ignored, the value from pre_r1, pre_r2 is shown.
I add a column called "nix" with NULL as value.
Also the value from 'value' definition is shown.
If I set the value in my sql to '' (empty string) it works. But I think it is a workarround to use an extra column for that behavior?
The text was updated successfully, but these errors were encountered: