Advertisement
binjuhor

Og Chart Sample Data

Mar 1st, 2021
1,453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.74 KB | None | 0 0
  1. {
  2.     'id': '1',
  3.     'name': 'Họ và tên',
  4.     'title': 'Super Admin',
  5.     'level' :'level0',
  6.     'children': [
  7.         {
  8.             'id': '2',
  9.             'name': 'Họ và tên',
  10.             'title': 'Admin Chi nhánh Bình Minh 1',
  11.             'avatar' :'https://placehold.it/100x100',
  12.             'level' : 'level1',
  13.             'children': [
  14.                 {
  15.                     'id': '4',
  16.                     'name': 'Họ và tên',
  17.                     'title': 'Giám Đốc TT',
  18.                     'avatar' :'https://placehold.it/100x100',
  19.                     'level' : 'level2',
  20.  
  21.                     'children': [
  22.                         {
  23.                             'id': '6',
  24.                             'name': 'Họ và tên',
  25.                             'title': 'Trưởng bộ môn',
  26.                             'avatar' :'https://placehold.it/100x100',
  27.                             'level' : 'level3',
  28.                             'children': [
  29.                                 {
  30.                                     'id': '7',
  31.                                     'name': 'Họ và tên',
  32.                                     'title': 'GV bộ môn',
  33.                                     'avatar' :'https://placehold.it/100x100',
  34.                                     'level' : 'level4',
  35.                                     'children': [
  36.                                         {
  37.                                             'id': '8',
  38.                                             'name': 'Họ và tên',
  39.                                             'title': 'Trợ Giảng',
  40.                                             'avatar' :'https://placehold.it/100x100',
  41.                                             'level' : 'level5',
  42.                                         }
  43.                                     ]
  44.                                 },
  45.                                 {
  46.                                     'id': '9',
  47.                                     'name': 'Họ và tên',
  48.                                     'title': 'GV bộ môn',
  49.                                     'avatar' :'https://placehold.it/100x100',
  50.                                     'level' : 'level4',
  51.                                 }
  52.                             ]
  53.                         },
  54.                         {
  55.                             'id': '10',
  56.                             'name': 'Họ và tên',
  57.                             'title': 'Thu Ngân',
  58.                             'avatar' :'https://placehold.it/100x100',
  59.                             'level' : 'level3',
  60.                         },
  61.                         {
  62.                             'id': '11',
  63.                             'title': 'Back Office',
  64.                             'avatar' :'https://placehold.it/100x100',
  65.                             'level' : 'level3',
  66.                         },
  67.                     ]
  68.                 }
  69.             ]
  70.         },
  71.         {
  72.             'id': '3',
  73.             'name': 'Họ và tên',
  74.             'title': 'Admin Chi nhánh Bình Minh 1',
  75.             'avatar' :'https://placehold.it/100x100',
  76.             'level' : 'level1',
  77.             'children': [
  78.                 {
  79.                     'id': '5',
  80.                     'name': 'Họ và tên',
  81.                     'title': 'Giám Đốc TT',
  82.                     'avatar' :'https://placehold.it/100x100',
  83.                     'level' : 'level2',
  84.                     'children': [
  85.                         {
  86.                             'id': '12',
  87.                             'name': 'Họ và tên',
  88.                             'title': 'Trưởng bộ môn',
  89.                             'avatar' :'https://placehold.it/100x100',
  90.                             'level' : 'level3',
  91.                             'children': [
  92.                                 {
  93.                                     'id': '13',
  94.                                     'name': 'Họ và tên',
  95.                                     'title': 'GV bộ môn',
  96.                                     'avatar' :'https://placehold.it/100x100',
  97.                                     'level' : 'level4',
  98.                                     'children': [
  99.                                         {
  100.                                             'id': '14',
  101.                                             'name': 'Họ và tên',
  102.                                             'title': 'Trợ Giảng',
  103.                                             'avatar' :'https://placehold.it/100x100',
  104.                                             'level' : 'level5',
  105.                                         }
  106.                                     ]
  107.                                 },
  108.                                 {
  109.                                     'id': '15',
  110.                                     'name': 'Họ và tên',
  111.                                     'title': 'GV bộ môn',
  112.                                     'avatar' :'https://placehold.it/100x100',
  113.                                     'level' : 'level4',
  114.                                 }
  115.                             ]
  116.                         },
  117.                         {
  118.                             'id': '16',
  119.                             'name': 'Họ và tên',
  120.                             'title': 'Thu Ngân',
  121.                             'avatar' :'https://placehold.it/100x100',
  122.                             'level' : 'level3',
  123.                         },
  124.                         {
  125.                             'id': '17',
  126.                             'title': 'Back Office',
  127.                             'avatar' :'https://placehold.it/100x100',
  128.                             'level' : 'level3',
  129.                         },
  130.                     ]
  131.                 }
  132.             ]
  133.         }
  134.     ]
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement