In TreeMap Chart the other component with smaller values are not visible

Posted by: abhatt on 20 April 2020, 6:02 pm EST

  • Posted 20 April 2020, 6:02 pm EST

    During the tree map construction if one of the component have very large value compared to others, then because of that the other components becomes nearly visible. Below are the attached screenshot.

    data array:

    export function getData() {

    var data = [

    {

    type: ‘Music’, items: [

    {

    type: ‘Country’, items: [

    { type: ‘Classic Country’, sales: 1000000 },

    { type: ‘Cowboy Country’, sales: 10000000},

                    ]
                },
                {
                    type: 'Rock', items: [
                        { type: 'Hard Rock', sales: 1},
                        { type: 'Blues Rock', sales: 1 },
                 
                    ]
                },
               
            ]
        },
        {
            type: 'cartoon', items: [
                {
                    type: 'Movie', items: [
                        { type: 'Kid & Family', sales: 100},
                        { type: 'Action & Adventure', sales: 100 },
                   
                    ]
                },
                {
                    type: 'TV', items: [
                        { type: 'Science Fiction', sales: 200 },
                        { type: 'Documentary', sales: 200 },
               
                    ]
                }
            ]
        },
        {
            type: 'Video1', items: [
                {
                    type: 'Movie', items: [
                        { type: 'Kid & Family', sales: 5000 },
                        { type: 'Action & Adventure', sales: 5000},
                        
                    ]
                },
                {
                    type: 'TV', items: [
                        { type: 'Science Fiction', sales: 2000},
                        { type: 'Documentary', sales: 2000 },
                       
                    ]
                }
            ]
        },
       
    ];
    return data;
    

    }

  • Posted 20 April 2020, 6:04 pm EST - Updated 3 October 2022, 4:38 pm EST

  • Posted 21 April 2020, 2:42 am EST

    Hi,

    We have asked the developers to look into this issue. The internal tracking id of the case is 431799. We will update you as soon as we will hear from them.

    Regards,

    Ashwin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels