Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
node.weightedValue always returns 0
posted
Hi,
I am implementing the treemapView method myself. 
All seems ok other than the "node.weightedValue" property which always return 0. Any idea?
Is that a known issue?

Thank you.
Parents
No Data
Reply
  • 26458
    Offline posted

    Hi Aviv,

    Looks like this property isn't being properly calculated. I've logged this issue in our system with a reference number 159746. We'll have it fixed in the next service release.
    If you do need to use the weighted value, you can loop through the parent node's children, sum up the node values and then divide the value of each node by the sum to get the weighted value. 

    I apologize for the inconvenience.

Children
No Data