How do I hide control options or change their order?
Hide control options
@controls {
top {
filter {
target: element;
by: "Sector";
// Restrict our filter options from many sectors down to just two:
only: "Finance", "Agriculture";
}
}
}Change the order of control options
PreviousHow do I change the length or strength of connections?NextHow do I change the position of my element labels?
Last updated
Was this helpful?