that is the dimension with Null value. so the chart is calculating the expression for Null valued dimension also. check Suppress null values option to avoid this null values in the charts.
else if you want to give a name for that then take calculated dimension and then write if condition.
If(Dimension=NULL() or Dimension=' ', 'NullValues',Dimension)