Trying to use the linear mapper style. This particular property seems to be ignored; I can't get the visualization to respond.
node {
any-property: mapData(priority, 1, 3, 0, 1);
}
I have verified in the Firefox interactive console that the nodes have the relevant priority
property (with cy.$("#some-node").data()
). Everything else in my stylesheet is working as expected. I'm pretty stumped.