Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. {
  2. "chart": {
  3. renderTo:"container",
  4. "backgroundColor": "#FFFFFF"
  5. },
  6. "colorAxis": {
  7. "labels": {
  8. "enabled": false
  9. },
  10. "tickLength": 0,
  11. "gridLineWidth": 0,
  12. "min": 0,
  13. "max": 20,
  14. "stops": [
  15. [
  16. -0.001,
  17. "#ffffff"
  18. ],
  19. [
  20. 0.5,
  21. "#7cb5ec"
  22. ],
  23. [
  24. 0.501,
  25. "#7cb5ec"
  26. ],
  27. [
  28. 0.499,
  29. "#ffffff"
  30. ],
  31. [
  32. 1,
  33. "#434348"
  34. ],
  35. [
  36. 1.001,
  37. "#434348"
  38. ]
  39. ]
  40. },
  41. "legend": {
  42. "enabled": true,
  43. "itemStyle": {
  44. "color": "#FFF"
  45. }
  46. },
  47. "tooltip": {},
  48. "series": [
  49. {
  50. "drillUpButton": {
  51. "position": {
  52. "align": "center",
  53. "verticalAlign": "bottom"
  54. },
  55. "theme": {
  56. "fill": "white",
  57. "stroke-width": 1,
  58. "stroke": "silver",
  59. "r": 2,
  60. "style": {
  61. "fontSize": "12px"
  62. },
  63. "states": {
  64. "hover": {}
  65. }
  66. }
  67. },
  68. "type": "treemap",
  69. "layoutAlgorithm": "squarified",
  70. "allowDrillToNode": true,
  71. "dataLabels": {
  72. "enabled": false
  73. },
  74. "levelIsConstant": false,
  75. "levels": [
  76. {
  77. "level": 1,
  78. "dataLabels": {
  79. "enabled": true
  80. },
  81. "borderWidth": 6,
  82. "borderColor": "#FFFFFF"
  83. }
  84. ],
  85. "data": [
  86. {
  87. "id": "id_0",
  88. "name": "Squadra1",
  89. "parentName": "Squadra1"
  90. },
  91. {
  92. "id": "id_0_0",
  93. "name": "ACC",
  94. "parent": "id_0",
  95. "parentName": "Squadra1",
  96. "scale": 0,
  97. "value": 1,
  98. "colorValue": 1.8117836848479765
  99. },
  100. {
  101. "id": "id_0_1",
  102. "name": "FEB",
  103. "parent": "id_0",
  104. "parentName": "Squadra1",
  105. "scale": 0,
  106. "value": 0,
  107. "colorValue": 5.48633338681632
  108. },
  109. {
  110. "id": "id_0_2",
  111. "name": "MAG",
  112. "parent": "id_0",
  113. "parentName": "Squadra1",
  114. "scale": 0,
  115. "value": 8,
  116. "colorValue": 3.4398769612396007
  117. },
  118. {
  119. "id": "id_0_3",
  120. "name": "PAM",
  121. "parent": "id_0",
  122. "parentName": "Squadra1",
  123. "scale": 0,
  124. "value": 7,
  125. "colorValue": 2.775814171372472
  126. },
  127. {
  128. "id": "id_1",
  129. "name": "Squadra2",
  130. "parentName": "Squadra2"
  131. },
  132. {
  133. "id": "id_1_0",
  134. "name": "ACC",
  135. "parent": "id_1",
  136. "parentName": "Squadra2",
  137. "scale": 10,
  138. "value": 13778,
  139. "colorValue": 13.595706940649173
  140. }
  141. ],
  142. "events": {},
  143. "_colorIndex": 0
  144. }
  145. ],
  146. "subtitle": {
  147. "text": "",
  148. "align": "",
  149. "style": {
  150. "color": "",
  151. "fontSize": "",
  152. "fontFamily": "",
  153. "fontStyle": "none",
  154. "textDecoration": "none",
  155. "fontWeight": "none"
  156. }
  157. },
  158. "title": {
  159. "text": "",
  160. "align": "",
  161. "style": {
  162. "color": "",
  163. "fontWeight": "none",
  164. "fontSize": "",
  165. "fontFamily": "",
  166. "fontStyle": "none",
  167. "textDecoration": "none"
  168. }
  169. },
  170. "lang": {
  171. "noData": ""
  172. },
  173. "noData": {
  174. "style": {
  175. "color": "",
  176. "fontSize": "",
  177. "fontFamily": "",
  178. "fontStyle": "none",
  179. "textDecoration": "none",
  180. "fontWeight": "none"
  181. },
  182. "position": {
  183. "align": "",
  184. "verticalAlign": "middle"
  185. }
  186. },
  187. "credits": {
  188. "enabled": false
  189. },
  190. "plotOptions": {
  191. "series": {
  192. "turboThreshold": 5000,
  193. "colorByPoint": false
  194. }
  195. }
  196. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement