Skip to content

Cannot put a radar item in more than one sector. #1

@jzabroski

Description

@jzabroski

I have some radar items that fall under more than one sector.

Example code:

radar('#radar',
    // radar data
    {
        horizons: [ 'discover', 'assess', 'learn', 'use'],
        quadrants: [ 'languages', 'client frameworks', 'big data', 'statistics', 'reporting'],
        width: 850,
        height: 850,
        data: [
            {
                name: 'Kx',
                description: 'The high-performance database that sets the standard for time-series analytics.',
                links: ['https://kx.com/'],
                history: [
                    entry(new Date(2006,1,1), null, 'statistics', 0.1, 0.5, 0.1, 0.5),
                    entry(new Date(2006,1,1), null, 'big data', 0.1, 0.5, 0.1, 0.5),
                ]
            },
            {
                name: 'Kx',
                description: 'The high-performance database that sets the standard for time-series analytics.',
                links: ['https://kx.com/'],
                history: [
                    entry(new Date(2006,1,1), null, 'big data', 0.1, 0.5, 0.1, 0.5),
                ]
            },
        ]
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions