修改密码

请输入密码
请输入密码 请输入8-64长度密码 和 email 地址不相同 至少包括数字、大写字母、小写字母、半角符号中的 3 个
请输入密码
提交

修改昵称

当前昵称:
提交

申请证书

证书详情

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

服务器的MAC地址

Please complete this required field.

Please complete this required field.

取消
申请
ID
产品
状态
核数
申请天数
审批时间
过期时间
MAC地址
申请理由
审核信息
关闭
基础信息
  • 用户昵称:
  • 手机号:
  • 公司名称:
  • 公司邮箱:
  • 地区:
  • 语言:
修改密码
申请证书

当前未申请证书.

申请证书
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File

No Invoice

在 Manager 里调节点边样式失败

回答此问题
解决
wanyisun2022-04-18

我的语句是 n().e()[:5].n() as paths return paths limit 10

我想把 name == ll 的点调成绿颜色:


但是不成功

1 个回答

  • 4 点赞

    你好 我在使用的也遇到了 类似的问题,将查询语句改为 这样:n().e()[:5].n() as paths return paths{*} limit 10 然后你再试一试 看看有没有解决这个问题。

    carter 2022-04-18
    • 这样写就可以显示颜色了,为什么多写一个{*}就能成功呢?

      wanyisun2022-04-18

    • 返回 paths{*} 时,path 中的点、边携带了所有属性,因此 Manager 可以依据点的 name 值进行样式显示。 如果返回的是 paths,此时 path 中的点、边仅携带系统属性和 schema 信息,未携带用户定义的普通属性,因此 Manager 无法进行样式判断。 这是使用 Manager 进行样式调整是最常见的失败原因。

      Ultipa Admin2022-04-19

    添加评论...

    取消
    提交

你的回答:

提交
取消