This is a know bug/problem with the beta release.
Nick says it has been fixed in the upcoming release.
Here's a copy of the issues that have been reported.
I've just upgraded to NR v1.0.0-beta-2 and found the fill and/or shape attribute doesn't work.
Here's a snippet that used to work fine in the previous release.
Cheers from David
After some testings I found that fill and shape attribute doesn't work after first occurrence. And somehow the debug node can still handle the status with shape correctly.
Works until you once set empty object to status node.status({});
Aside from the syntax error in your code, what is not 'exactly' correct? It says you have to set status to an empty object. That is exactly what node.status({}) does. Why do you say 'it has to be more like...' ... What did you think it meant?
Well, to make the node.status become Clear the line I need to enter is:
node.status({})
Not
node.status{}; As I read it. (But that's me.)
I am still not good enough to add the extra stuff when it says the node.status object empty....
So, (now understood) that is what is put --in-- the node.status() part. Layers. Ooops.
I got it messed up.
(It may be better if I could be not me but then I wouldn't be me. And I think that wouldn't be nice.)