選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

tamplate.js 8.4 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. var lrDisplayBoardTamplates = {
  2. one: [
  3. {
  4. F_ModeName: "统计数据",
  5. F_Type: "statistics",
  6. F_TopValue: "0",
  7. F_LeftValue: "0",
  8. F_HightValue: "257",
  9. F_WidthValue: "1",
  10. F_RefreshTime: '',
  11. F_Configuration: ""
  12. },
  13. {
  14. F_Configuration: "",
  15. F_HightValue: "360",
  16. F_LeftValue: "0",
  17. F_ModeName: "柱状图",
  18. F_RefreshTime: null,
  19. F_Type: "barChart",
  20. F_TopValue: "257",
  21. F_WidthValue: "2/3"
  22. },
  23. {
  24. F_Configuration: "",
  25. F_HightValue: "360",
  26. F_LeftValue: "2/3",
  27. F_ModeName: "表格数据",
  28. F_RefreshTime: null,
  29. F_Type: "table",
  30. F_TopValue: "257",
  31. F_WidthValue: "1/3"
  32. },
  33. {
  34. F_Configuration: "",
  35. F_HightValue: "360",
  36. F_LeftValue: "0",
  37. F_ModeName: "折线图",
  38. F_RefreshTime: null,
  39. F_Type: "lineChart",
  40. F_TopValue: "617",
  41. F_WidthValue: "1/2"
  42. },
  43. {
  44. F_Configuration: "",
  45. F_HightValue: "360",
  46. F_LeftValue: "1/2",
  47. F_ModeName: "仪表盘",
  48. F_RefreshTime: null,
  49. F_Type: "gaugeChart",
  50. F_TopValue: "617",
  51. F_WidthValue: "1/2"
  52. }
  53. ]
  54. , two: [
  55. {
  56. F_Configuration: "",
  57. F_HightValue: "257",
  58. F_LeftValue: "0",
  59. F_ModeName: "统计数据",
  60. F_RefreshTime: null,
  61. F_Type: "statistics",
  62. F_TopValue: "0",
  63. F_WidthValue: "2/3"
  64. },
  65. {
  66. F_Configuration: "",
  67. F_HightValue: "360",
  68. F_LeftValue: "0",
  69. F_ModeName: "折线图",
  70. F_RefreshTime: null,
  71. F_Type: "lineChart",
  72. F_TopValue: "257",
  73. F_WidthValue: "2/3"
  74. },
  75. {
  76. F_Configuration: "",
  77. F_HightValue: "463",
  78. F_LeftValue: "0",
  79. F_ModeName: "表格数据",
  80. F_RefreshTime: null,
  81. F_Type: "table",
  82. F_TopValue: "617",
  83. F_WidthValue: "2/3"
  84. },
  85. {
  86. F_Configuration: "",
  87. F_HightValue: "360",
  88. F_LeftValue: "2/3",
  89. F_ModeName: "柱状图",
  90. F_RefreshTime: null,
  91. F_Type: "barChart",
  92. F_TopValue: "0",
  93. F_WidthValue: "1/3"
  94. },
  95. {
  96. F_Configuration: "",
  97. F_HightValue: "360",
  98. F_LeftValue: "2/3",
  99. F_ModeName: "饼图",
  100. F_RefreshTime: null,
  101. F_Type: "pieChart",
  102. F_TopValue: "360",
  103. F_WidthValue: "1/3"
  104. },
  105. {
  106. F_Configuration: "",
  107. F_HightValue: "360",
  108. F_LeftValue: "2/3",
  109. F_ModeName: "仪表盘",
  110. F_RefreshTime: null,
  111. F_Type: "gaugeChart",
  112. F_TopValue: "720",
  113. F_WidthValue: "1/3"
  114. }
  115. ]
  116. , three: [
  117. {
  118. F_Configuration: "",
  119. F_HightValue: "500",
  120. F_LeftValue: "0",
  121. F_ModeName: "表格数据",
  122. F_RefreshTime: null,
  123. F_Type: "table",
  124. F_TopValue: "0",
  125. F_WidthValue: "1/4"
  126. },
  127. {
  128. F_Configuration: "",
  129. F_HightValue: "374",
  130. F_LeftValue: "0",
  131. F_ModeName: "仪表盘",
  132. F_RefreshTime: null,
  133. F_Type: "gaugeChart",
  134. F_TopValue: "500",
  135. F_WidthValue: "1/4"
  136. },
  137. {
  138. F_Configuration: "",
  139. F_HightValue: "360",
  140. F_LeftValue: "1/4",
  141. F_ModeName: "饼图",
  142. F_RefreshTime: null,
  143. F_Type: "pieChart",
  144. F_TopValue: "0",
  145. F_WidthValue: "1/4"
  146. },
  147. {
  148. F_Configuration: "",
  149. F_HightValue: "360",
  150. F_LeftValue: "1/2",
  151. F_ModeName: "折线图",
  152. F_RefreshTime: null,
  153. F_Type: "lineChart",
  154. F_TopValue: "0",
  155. F_WidthValue: "1/2"
  156. },
  157. {
  158. F_Configuration: "",
  159. F_HightValue: "257",
  160. F_LeftValue: "1/4",
  161. F_ModeName: "统计数据",
  162. F_RefreshTime: null,
  163. F_Type: "statistics",
  164. F_SortCode: 1,
  165. F_TopValue: "360",
  166. F_WidthValue: "3/4"
  167. },
  168. {
  169. F_Configuration: "",
  170. F_HightValue: "257",
  171. F_LeftValue: "1/4",
  172. F_ModeName: "柱状图",
  173. F_RefreshTime: null,
  174. F_Type: "barChart",
  175. F_SortCode: 1,
  176. F_TopValue: "617",
  177. F_WidthValue: "3/4"
  178. }
  179. ]
  180. , four: [
  181. {
  182. F_Configuration: "",
  183. F_HightValue: "257",
  184. F_LeftValue: "0",
  185. F_ModeName: "统计数据",
  186. F_RefreshTime: null,
  187. F_Type: "statistics",
  188. F_TopValue: "0",
  189. F_WidthValue: "1"
  190. },
  191. {
  192. F_Configuration: "",
  193. F_HightValue: "360",
  194. F_LeftValue: "0",
  195. F_ModeName: "折线图",
  196. F_RefreshTime: null,
  197. F_Type: "lineChart",
  198. F_TopValue: "257",
  199. F_WidthValue: "2/3"
  200. },
  201. {
  202. F_Configuration: "",
  203. F_HightValue: "360",
  204. F_LeftValue: "2/3",
  205. F_ModeName: "饼图",
  206. F_RefreshTime: null,
  207. F_Type: "pieChart",
  208. F_TopValue: "257",
  209. F_WidthValue: "1/3"
  210. },
  211. {
  212. F_Configuration: "",
  213. F_HightValue: "360",
  214. F_LeftValue: "0",
  215. F_ModeName: "仪表盘",
  216. F_RefreshTime: null,
  217. F_Type: "gaugeChart",
  218. F_TopValue: "617",
  219. F_WidthValue: "1/4"
  220. },
  221. {
  222. F_Configuration: "",
  223. F_HightValue: "360",
  224. F_LeftValue: "1/4",
  225. F_ModeName: "表格数据",
  226. F_RefreshTime: null,
  227. F_Type: "table",
  228. F_TopValue: "617",
  229. F_WidthValue: "1/4"
  230. },
  231. {
  232. F_Configuration: "",
  233. F_HightValue: "360",
  234. F_LeftValue: "1/2",
  235. F_ModeName: "柱状图",
  236. F_RefreshTime: null,
  237. F_Type: "barChart",
  238. F_TopValue: "617",
  239. F_WidthValue: "1/2",
  240. }
  241. ]
  242. , five: [
  243. {
  244. F_Configuration: "",
  245. F_HightValue: "360",
  246. F_LeftValue: "0",
  247. F_ModeName: "饼图",
  248. F_RefreshTime: null,
  249. F_Type: "pieChart",
  250. F_TopValue: "0",
  251. F_WidthValue: "1/3"
  252. },
  253. {
  254. F_Configuration: "",
  255. F_HightValue: "360",
  256. F_LeftValue: "1/3",
  257. F_ModeName: "柱状图",
  258. F_RefreshTime: null,
  259. F_Type: "barChart",
  260. F_TopValue: "0",
  261. F_WidthValue: "1/3",
  262. },
  263. {
  264. F_Configuration: "",
  265. F_HightValue: "360",
  266. F_LeftValue: "2/3",
  267. F_ModeName: "仪表盘",
  268. F_RefreshTime: null,
  269. F_Type: "gaugeChart",
  270. F_TopValue: "0",
  271. F_WidthValue: "1/3"
  272. },
  273. {
  274. F_Configuration: "",
  275. F_HightValue: "257",
  276. F_LeftValue: "0",
  277. F_ModeName: "折线图",
  278. F_RefreshTime: null,
  279. F_Type: "lineChart",
  280. F_TopValue: "360",
  281. F_WidthValue: "3/4"
  282. },
  283. {
  284. F_Configuration: "",
  285. F_HightValue: "257",
  286. F_LeftValue: "0",
  287. F_ModeName: "统计数据",
  288. F_RefreshTime: null,
  289. F_Type: "statistics",
  290. F_TopValue: "617",
  291. F_WidthValue: "3/4",
  292. },
  293. {
  294. F_Configuration: "",
  295. F_HightValue: "514",
  296. F_LeftValue: "3/4",
  297. F_ModeName: "表格数据",
  298. F_RefreshTime: null,
  299. F_Type: "table",
  300. F_TopValue: "360",
  301. F_WidthValue: "1/4"
  302. }
  303. ]
  304. }