-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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),
]
},
]
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels