颜色值错误修复

topo_dev
DESKTOP-DDTUS3E\yaxin 3 months ago
parent 506ca763e9
commit 725a21a534

@ -21,7 +21,7 @@ public class Neo4jUtils {
public static final String NODE_RETURN = " RETURN id(n) as id, n.name as name, n.nodeType as nodeType, n.recordId as recordId, n.caseId as caseId, n.picType as picType";
public static final String REL_RETURN = " RETURN id(rel) as id, a.name as source, id(a) as sourceId, type(rel) as name, b.name as target, id(b) as targetId";
private static final String[][] COLORS = {
{"#0083C7", "#7FCOE2"},
{"#0083C7", "#7FC0E2"},
{"#09C6C0", "#83E2DF"},
{"#2BCCFF", "#94E5FF"},
{"#3763FF", "#9BB1FF"},

Loading…
Cancel
Save