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 there's only one value (and therefore only one bar) on a rowchart and this value is negative, the chart does not fill the color of the bar and just displays it empty. The same thing does not happen when the value is positive.
When there's only one value (and therefore only one bar) on a rowchart and this value is negative, the chart does not fill the color of the bar and just displays it empty. The same thing does not happen when the value is positive.
Here's my setup:
chart .height(height) .width(width) .elasticX(true) .othersGrouper(false) .measureLabelsOn(true) .dimension(dim) .group(g) .autoScroll(true) .cap(150);
The same thing happens in Immerse as well - see attached image.
The text was updated successfully, but these errors were encountered: