remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
273 lines (272 loc) • 5.66 kB
text/typescript
export default [
{
'id': 'japan',
'color': 'hsl(30, 70%, 50%)',
'data': [
{
'x': 'plane',
'y': 10,
},
{
'x': 'helicopter',
'y': 16,
},
{
'x': 'boat',
'y': 282,
},
{
'x': 'train',
'y': 179,
},
{
'x': 'subway',
'y': 96,
},
{
'x': 'bus',
'y': 177,
},
{
'x': 'car',
'y': 140,
},
{
'x': 'moto',
'y': 217,
},
{
'x': 'bicycle',
'y': 22,
},
{
'x': 'horse',
'y': 247,
},
{
'x': 'skateboard',
'y': 120,
},
{
'x': 'others',
'y': 68,
},
],
},
{
'id': 'france',
'color': 'hsl(36, 70%, 50%)',
'data': [
{
'x': 'plane',
'y': 277,
},
{
'x': 'helicopter',
'y': 57,
},
{
'x': 'boat',
'y': 272,
},
{
'x': 'train',
'y': 40,
},
{
'x': 'subway',
'y': 225,
},
{
'x': 'bus',
'y': 131,
},
{
'x': 'car',
'y': 228,
},
{
'x': 'moto',
'y': 220,
},
{
'x': 'bicycle',
'y': 9,
},
{
'x': 'horse',
'y': 36,
},
{
'x': 'skateboard',
'y': 26,
},
{
'x': 'others',
'y': 184,
},
],
},
{
'id': 'us',
'color': 'hsl(159, 70%, 50%)',
'data': [
{
'x': 'plane',
'y': 120,
},
{
'x': 'helicopter',
'y': 151,
},
{
'x': 'boat',
'y': 251,
},
{
'x': 'train',
'y': 25,
},
{
'x': 'subway',
'y': 259,
},
{
'x': 'bus',
'y': 272,
},
{
'x': 'car',
'y': 145,
},
{
'x': 'moto',
'y': 279,
},
{
'x': 'bicycle',
'y': 268,
},
{
'x': 'horse',
'y': 259,
},
{
'x': 'skateboard',
'y': 138,
},
{
'x': 'others',
'y': 172,
},
],
},
{
'id': 'germany',
'color': 'hsl(223, 70%, 50%)',
'data': [
{
'x': 'plane',
'y': 275,
},
{
'x': 'helicopter',
'y': 180,
},
{
'x': 'boat',
'y': 155,
},
{
'x': 'train',
'y': 269,
},
{
'x': 'subway',
'y': 141,
},
{
'x': 'bus',
'y': 136,
},
{
'x': 'car',
'y': 217,
},
{
'x': 'moto',
'y': 235,
},
{
'x': 'bicycle',
'y': 144,
},
{
'x': 'horse',
'y': 56,
},
{
'x': 'skateboard',
'y': 141,
},
{
'x': 'others',
'y': 206,
},
],
},
{
'id': 'norway',
'color': 'hsl(192, 70%, 50%)',
'data': [
{
'x': 'plane',
'y': 80,
},
{
'x': 'helicopter',
'y': 108,
},
{
'x': 'boat',
'y': 125,
},
{
'x': 'train',
'y': 235,
},
{
'x': 'subway',
'y': 10,
},
{
'x': 'bus',
'y': 266,
},
{
'x': 'car',
'y': 143,
},
{
'x': 'moto',
'y': 255,
},
{
'x': 'bicycle',
'y': 146,
},
{
'x': 'horse',
'y': 39,
},
{
'x': 'skateboard',
'y': 94,
},
{
'x': 'others',
'y': 99,
},
],
},
];