Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
i make a Trellis Chart and i am having problem with the scale , i have a sum(cnt) for each country by date but not all country's have the same SUM(CNT) so the scale is allways 200,000 , for italy its good but for Belgium i dont see the cnt
Try setting the static max of the axes using
=floor(max(aggr(sum(CNT),RECORD_DATE)))
The whole point of the trellis chart is to compare how different distributions look which would imply a common scale. And static min/max is evaluated once for the whole chart so would not give different scales.