When you are trying to include filter with condition Variance>0, then it is checking overall Variance value i.e. 5.89, which is greater than 0. that's why it is displaying result as 5.89 in chart.
Just try to modify your condition by including one more dimension in filter or You can make one more variable, which will only take positive values and display that variable in chart.