6566676869707172737475
layout.label().add(PV.Label).textAngle(-Math.PI / 2) .visible(new JsBooleanFunction() { public boolean f(JsArgs args) { PVPartitionNode d = args.getObject(); return d.dx() > 6; } }); }