Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.15 KB | None | 0 0
  1. {
  2.   "props": {
  3.     "children": [
  4.       {
  5.         "props": {
  6.           "children": [
  7.             {
  8.               "props": {
  9.                 "children": {
  10.                   "props": {
  11.                     "children": "aaa",
  12.                     "id": "thw-csv-download",
  13.                     "href": "fff"
  14.                   },
  15.                   "type": "A",
  16.                   "namespace": "dash_html_components"
  17.                 },
  18.                 "className": "col-lg-4"
  19.               },
  20.               "type": "Div",
  21.               "namespace": "dash_html_components"
  22.             },
  23.             {
  24.               "props": {
  25.                 "children": {
  26.                   "props": {
  27.                     "id": "thw-dd-since",
  28.                     "options": [
  29.                       {
  30.                         "label": "365 days, 0:00:00",
  31.                         "value": "365 days, 0:00:00"
  32.                       },
  33.                       {
  34.                         "label": "30 days, 0:00:00",
  35.                         "value": "30 days, 0:00:00"
  36.                       },
  37.                       {
  38.                         "label": "7 days, 0:00:00",
  39.                         "value": "7 days, 0:00:00"
  40.                       },
  41.                       {
  42.                         "label": "1 day, 0:00:00",
  43.                         "value": "1 day, 0:00:00"
  44.                       },
  45.                       {
  46.                         "label": "1:00:00",
  47.                         "value": "1:00:00"
  48.                       },
  49.                       {
  50.                         "label": "0:10:00",
  51.                         "value": "0:10:00"
  52.                       }
  53.                     ],
  54.                     "value": "1:00:00"
  55.                   },
  56.                   "type": "Dropdown",
  57.                   "namespace": "dash_core_components"
  58.                 },
  59.                 "className": "col-lg-4"
  60.               },
  61.               "type": "Div",
  62.               "namespace": "dash_html_components"
  63.             },
  64.             {
  65.               "props": {
  66.                 "children": {
  67.                   "props": {
  68.                     "id": "thw-dd-tool",
  69.                     "options": [
  70.                       {
  71.                         "label": "A",
  72.                         "value": "a"
  73.                       },
  74.                       {
  75.                         "label": "B",
  76.                         "value": "b"
  77.                       },
  78.                       {
  79.                         "label": "C",
  80.                         "value": "c"
  81.                       }
  82.                     ],
  83.                     "value": "th_arb"
  84.                   },
  85.                   "type": "Dropdown",
  86.                   "namespace": "dash_core_components"
  87.                 },
  88.                 "className": "col-lg-4"
  89.               },
  90.               "type": "Div",
  91.               "namespace": "dash_html_components"
  92.             },
  93.             {
  94.               "props": {
  95.                 "children": {
  96.                   "props": {
  97.                     "id": "thw-tbl-th",
  98.                     "rows": [
  99.                       {
  100.                        
  101.                       }
  102.                     ]
  103.                   },
  104.                   "type": "DataTable",
  105.                   "namespace": "dash_table_experiments"
  106.                 },
  107.                 "id": "thw-tbl-cnt",
  108.                 "className": "col-lg-12",
  109.                 "style": {
  110.                   "height": "100vh"
  111.                 }
  112.               },
  113.               "type": "Div",
  114.               "namespace": "dash_html_components"
  115.             }
  116.           ],
  117.           "className": "row",
  118.           "style": {
  119.             "height": "100vh"
  120.           }
  121.         },
  122.         "type": "Div",
  123.         "namespace": "dash_html_components"
  124.       },
  125.       {
  126.         "props": {
  127.           "children": null,
  128.           "id": "hidden",
  129.           "style": {
  130.             "display": "none"
  131.           }
  132.         },
  133.         "type": "Div",
  134.         "namespace": "dash_html_components"
  135.       }
  136.     ],
  137.     "className": "container-fluid",
  138.     "style": {
  139.       "height": "100%"
  140.     }
  141.   },
  142.   "type": "Div",
  143.   "namespace": "dash_html_components"
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement