We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d901f1 commit 59bd031Copy full SHA for 59bd031
modules/AppearanceAPI/src/main/java/org/gephi/appearance/AttributePartitionImpl.java
@@ -111,7 +111,7 @@ public Class getValueType() {
111
public boolean isValid(Graph graph) {
112
Column col = column.get();
113
if (col != null && col.getIndex() != -1) {
114
- return !col.isNumber() || getIndex(graph.getModel().getGraph()).countValues(col) > 1;
+ return true;
115
}
116
return false;
117
0 commit comments