cms/app-client/mirage/fixtures/geostats.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 26 Sep 2016 19:01:35 +0200
changeset 294 f3dae62a0d8a
parent 284 12448de16a63
child 309 6ab16926b675
permissions -rw-r--r--
Add folder icon to treemap

export default [{
    'id': "world",
    areas: [
        { 'id': "north_america", 'count': 851 },
        { 'id': "asia", 'count': 403 },
        { 'id': "europe", 'count': 344 },
        { 'id': "australia", 'count': 93 },
        { 'id': "africa", 'count': 77 }
    ]
}, {
    'id': "europe",
    areas: [
        { 'id': "FR", 'count': 77 },
        { 'id': "GB", 'count': 50 }
    ]
}, {
    'id' : "FR",
    areas: [
        { 'id': "FR-A", 'count': 75 },
        { 'id': "FR-B", 'count': 60 },
        { 'id': "FR-C", 'count': 45 },
        { 'id': "FR-K", 'count': 15 },
        { 'id': "FR-L", 'count': 13 },
        { 'id': "FR-M", 'count': 12 }
    ]
}];