// String path = xAxisHierarchy.getProperty("filterPaths");
updateLocalFilter(axisHierarchy, visibleElements);
if (filterPaths != null) {
axisHierarchy.addProperty(new Property<String>("filterPaths", filterPaths));
} else {
axisHierarchy.removeProperty(new Property<String>("filterPaths", ""));
}
}
if (axisHierarchy.getLocalFilter() == null) {
updateLocalFilter(axisHierarchy, initialLocalFilter);
return false;