charts.html 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version v1.0.0-alpha
  5. * @link https://github.com/tabler/tabler
  6. * Copyright 2018-2019 The Tabler Authors
  7. * Copyright 2018-2019 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://tabler.io/license)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <meta http-equiv="Content-Language" content="en"/>
  16. <meta name="msapplication-TileColor" content="#206bc4"/>
  17. <meta name="theme-color" content="#206bc4"/>
  18. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  19. <meta name="apple-mobile-web-app-capable" content="yes"/>
  20. <meta name="mobile-web-app-capable" content="yes"/>
  21. <meta name="HandheldFriendly" content="True"/>
  22. <meta name="MobileOptimized" content="320"/>
  23. <meta name="robots" content="noindex,nofollow,noarchive"/>
  24. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  25. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  26. <title>Charts - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  27. <!-- Libs CSS -->
  28. <link href="./dist/libs/jqvmap/dist/jqvmap.min.css?1578237242" rel="stylesheet"/>
  29. <link href="./dist/libs/selectize/dist/css/selectize.css?1578237242" rel="stylesheet"/>
  30. <link href="./dist/libs/fullcalendar/core/main.min.css?1578237242" rel="stylesheet"/>
  31. <link href="./dist/libs/fullcalendar/daygrid/main.min.css?1578237242" rel="stylesheet"/>
  32. <link href="./dist/libs/fullcalendar/timegrid/main.min.css?1578237242" rel="stylesheet"/>
  33. <link href="./dist/libs/fullcalendar/list/main.min.css?1578237242" rel="stylesheet"/>
  34. <!-- Tabler Core -->
  35. <link href="./dist/css/tabler.min.css?1578237242" rel="stylesheet"/>
  36. <!-- Tabler Plugins -->
  37. <link href="./dist/css/tabler-flags.min.css?1578237242" rel="stylesheet"/>
  38. <link href="./dist/css/tabler-payments.min.css?1578237242" rel="stylesheet" />
  39. </head>
  40. <body class="antialiased">
  41. <div class="wrapper">
  42. <aside class="sidebar sidebar-dark">
  43. <!-- Sidebar logo -->
  44. <a href="." class="sidebar-brand">
  45. <img src="./static/logo.svg" alt="Tabler" class="sidebar-brand-logo sidebar-brand-logo-lg">
  46. <img src="./static/logo-small.svg" alt="Tabler" class="sidebar-brand-logo sidebar-brand-logo-sm">
  47. </a>
  48. <div class="sidebar-content">
  49. <div>
  50. <!-- Sidebar menu -->
  51. <ul class="sidebar-nav">
  52. <li class="sidebar-nav-title">Navigation</li>
  53. <li class="sidebar-nav-item">
  54. <a href="./index.html" class="sidebar-nav-link" >
  55. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
  56. <span class="nav-text">Dashboard</span>
  57. <span class="badge bg-blue"></span>
  58. </a>
  59. </li>
  60. <li class="sidebar-nav-item">
  61. <a href="./form-elements.html" class="sidebar-nav-link" >
  62. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>
  63. <span class="nav-text">Form elements</span>
  64. <span class="badge bg-red">New</span>
  65. </a>
  66. </li>
  67. <li class="sidebar-nav-item">
  68. <a class="sidebar-nav-link" data-toggle="collapse" data-target="#sidebar-menu-error">
  69. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line></svg>
  70. <span class="nav-text">Error pages</span>
  71. <span class="sidebar-nav-arrow"></span>
  72. </a>
  73. <ul class="sidebar-subnav collapse" id="sidebar-menu-error">
  74. <li class="sidebar-nav-item">
  75. <a href="./400.html" class="sidebar-nav-link" >
  76. <span>400 page</span>
  77. </a>
  78. </li>
  79. <li class="sidebar-nav-item">
  80. <a href="./401.html" class="sidebar-nav-link" >
  81. <span>401 page</span>
  82. </a>
  83. </li>
  84. <li class="sidebar-nav-item">
  85. <a href="./403.html" class="sidebar-nav-link" >
  86. <span>403 page</span>
  87. </a>
  88. </li>
  89. <li class="sidebar-nav-item">
  90. <a href="./404.html" class="sidebar-nav-link" >
  91. <span>404 page</span>
  92. </a>
  93. </li>
  94. <li class="sidebar-nav-item">
  95. <a href="./500.html" class="sidebar-nav-link" >
  96. <span>500 page</span>
  97. </a>
  98. </li>
  99. <li class="sidebar-nav-item">
  100. <a href="./503.html" class="sidebar-nav-link" >
  101. <span>503 page</span>
  102. </a>
  103. </li>
  104. <li class="sidebar-nav-item">
  105. <a href="./maintenance.html" class="sidebar-nav-link" >
  106. <span>Maintenance page</span>
  107. </a>
  108. </li>
  109. </ul>
  110. </li>
  111. <li class="sidebar-nav-item">
  112. <a class="sidebar-nav-link" data-toggle="collapse" data-target="#sidebar-menu-base">
  113. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>
  114. <span class="nav-text">Base</span>
  115. <span class="sidebar-nav-arrow"></span>
  116. </a>
  117. <ul class="sidebar-subnav collapse" id="sidebar-menu-base">
  118. <li class="sidebar-nav-item">
  119. <a href="./blank.html" class="sidebar-nav-link" >
  120. <span>Starter page</span>
  121. </a>
  122. </li>
  123. <li class="sidebar-nav-item">
  124. <a href="./buttons.html" class="sidebar-nav-link" >
  125. <span>Buttons</span>
  126. <span class="badge bg-green">New</span>
  127. </a>
  128. </li>
  129. <li class="sidebar-nav-item">
  130. <a href="./cards.html" class="sidebar-nav-link" >
  131. <span>Cards</span>
  132. </a>
  133. </li>
  134. <li class="sidebar-nav-item">
  135. <a href="./datatables.html" class="sidebar-nav-link" >
  136. <span>Data Tables</span>
  137. </a>
  138. </li>
  139. <li class="sidebar-nav-item">
  140. <a href="./calendar.html" class="sidebar-nav-link" >
  141. <span>Calendar</span>
  142. </a>
  143. </li>
  144. <li class="sidebar-nav-item">
  145. <a href="./carousel.html" class="sidebar-nav-link" >
  146. <span>Carousel</span>
  147. </a>
  148. </li>
  149. <li class="sidebar-nav-item">
  150. <a href="./users.html" class="sidebar-nav-link" >
  151. <span>Users</span>
  152. </a>
  153. </li>
  154. <li class="sidebar-nav-item">
  155. <a href="./gallery.html" class="sidebar-nav-link" >
  156. <span>Gallery</span>
  157. </a>
  158. </li>
  159. <li class="sidebar-nav-item">
  160. <a href="./profile.html" class="sidebar-nav-link" >
  161. <span>Profile</span>
  162. </a>
  163. </li>
  164. <li class="sidebar-nav-item">
  165. <a href="./music.html" class="sidebar-nav-link" >
  166. <span>Music</span>
  167. </a>
  168. </li>
  169. </ul>
  170. </li>
  171. <li class="sidebar-nav-item">
  172. <a href="./charts.html" class="sidebar-nav-link active" >
  173. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path></svg>
  174. <span class="nav-text">Charts</span>
  175. </a>
  176. </li>
  177. <li class="sidebar-nav-item">
  178. <a class="sidebar-nav-link" data-toggle="collapse" data-target="#sidebar-menu-a">
  179. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
  180. <span class="nav-text">A</span>
  181. <span class="sidebar-nav-arrow"></span>
  182. </a>
  183. <ul class="sidebar-subnav collapse" id="sidebar-menu-a">
  184. <li class="sidebar-nav-item">
  185. <a class="sidebar-nav-link" data-toggle="collapse" data-target="#sidebar-menu-b">
  186. <span>B</span>
  187. <span class="sidebar-nav-arrow"></span>
  188. </a>
  189. <ul class="sidebar-subnav collapse" id="sidebar-menu-b">
  190. <li class="sidebar-nav-item">
  191. <a href="./tmp.html" class="sidebar-nav-link">
  192. <span>C</span>
  193. </a>
  194. </li>
  195. </ul>
  196. </li>
  197. </ul>
  198. </li>
  199. <li class="sidebar-nav-item">
  200. <a href="./layouts.html" class="sidebar-nav-link" >
  201. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line></svg>
  202. <span class="nav-text">Layouts</span>
  203. </a>
  204. </li>
  205. <li class="sidebar-nav-item">
  206. <a class="sidebar-nav-link" data-toggle="collapse" data-target="#sidebar-menu-extra">
  207. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
  208. <span class="nav-text">Extra</span>
  209. <span class="sidebar-nav-arrow"></span>
  210. </a>
  211. <ul class="sidebar-subnav collapse" id="sidebar-menu-extra">
  212. <li class="sidebar-nav-item">
  213. <a href="./invoice.html" class="sidebar-nav-link" >
  214. <span>Invoice</span>
  215. </a>
  216. </li>
  217. <li class="sidebar-nav-item">
  218. <a href="./blog.html" class="sidebar-nav-link" >
  219. <span>Blog cards</span>
  220. </a>
  221. </li>
  222. </ul>
  223. </li>
  224. <li class="sidebar-nav-item">
  225. <a class="sidebar-nav-link" data-toggle="collapse" data-target="#sidebar-menu-docs">
  226. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon nav-icon"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
  227. <span class="nav-text">Documentation</span>
  228. <span class="sidebar-nav-arrow"></span>
  229. </a>
  230. <ul class="sidebar-subnav collapse" id="sidebar-menu-docs">
  231. <li class="sidebar-nav-item">
  232. <a href="./docs/index.html" class="sidebar-nav-link" >
  233. <span>Introduction</span>
  234. </a>
  235. </li>
  236. <li class="sidebar-nav-item">
  237. <a href="./docs/alerts.html" class="sidebar-nav-link" >
  238. <span>Alerts</span>
  239. </a>
  240. </li>
  241. <li class="sidebar-nav-item">
  242. <a href="./docs/autosize.html" class="sidebar-nav-link" >
  243. <span>Autosize</span>
  244. </a>
  245. </li>
  246. <li class="sidebar-nav-item">
  247. <a href="./docs/avatars.html" class="sidebar-nav-link" >
  248. <span>Avatars</span>
  249. </a>
  250. </li>
  251. <li class="sidebar-nav-item">
  252. <a href="./docs/badges.html" class="sidebar-nav-link" >
  253. <span>Badges</span>
  254. </a>
  255. </li>
  256. <li class="sidebar-nav-item">
  257. <a href="./docs/breadcrumb.html" class="sidebar-nav-link" >
  258. <span>Breadcrumb</span>
  259. </a>
  260. </li>
  261. <li class="sidebar-nav-item">
  262. <a href="./docs/buttons.html" class="sidebar-nav-link" >
  263. <span>Buttons</span>
  264. </a>
  265. </li>
  266. <li class="sidebar-nav-item">
  267. <a href="./docs/cards.html" class="sidebar-nav-link" >
  268. <span>Cards</span>
  269. </a>
  270. </li>
  271. <li class="sidebar-nav-item">
  272. <a href="./docs/carousel.html" class="sidebar-nav-link" >
  273. <span>Carousel</span>
  274. </a>
  275. </li>
  276. <li class="sidebar-nav-item">
  277. <a href="./docs/colors.html" class="sidebar-nav-link" >
  278. <span>Colors</span>
  279. </a>
  280. </li>
  281. <li class="sidebar-nav-item">
  282. <a href="./docs/countup.html" class="sidebar-nav-link" >
  283. <span>Countup</span>
  284. </a>
  285. </li>
  286. <li class="sidebar-nav-item">
  287. <a href="./docs/cursors.html" class="sidebar-nav-link" >
  288. <span>Cursors</span>
  289. </a>
  290. </li>
  291. <li class="sidebar-nav-item">
  292. <a href="./docs/charts.html" class="sidebar-nav-link" >
  293. <span>Charts</span>
  294. </a>
  295. </li>
  296. <li class="sidebar-nav-item">
  297. <a href="./docs/divider.html" class="sidebar-nav-link" >
  298. <span>Divider</span>
  299. </a>
  300. </li>
  301. <li class="sidebar-nav-item">
  302. <a href="./docs/empty.html" class="sidebar-nav-link" >
  303. <span>Empty states</span>
  304. </a>
  305. </li>
  306. <li class="sidebar-nav-item">
  307. <a href="./docs/flags.html" class="sidebar-nav-link" >
  308. <span>Flags</span>
  309. </a>
  310. </li>
  311. <li class="sidebar-nav-item">
  312. <a href="./docs/form-elements.html" class="sidebar-nav-link" >
  313. <span>Form elements</span>
  314. </a>
  315. </li>
  316. <li class="sidebar-nav-item">
  317. <a href="./docs/form-helpers.html" class="sidebar-nav-link" >
  318. <span>Form helpers</span>
  319. </a>
  320. </li>
  321. <li class="sidebar-nav-item">
  322. <a href="./docs/input-mask.html" class="sidebar-nav-link" >
  323. <span>Form input mask</span>
  324. </a>
  325. </li>
  326. <li class="sidebar-nav-item">
  327. <a href="./docs/progress.html" class="sidebar-nav-link" >
  328. <span>Progress</span>
  329. </a>
  330. </li>
  331. <li class="sidebar-nav-item">
  332. <a href="./docs/ribbons.html" class="sidebar-nav-link" >
  333. <span>Ribbons</span>
  334. <span class="badge bg-green">New</span>
  335. </a>
  336. </li>
  337. <li class="sidebar-nav-item">
  338. <a href="./docs/spinners.html" class="sidebar-nav-link" >
  339. <span>Spinners</span>
  340. </a>
  341. </li>
  342. <li class="sidebar-nav-item">
  343. <a href="./docs/steps.html" class="sidebar-nav-link" >
  344. <span>Steps</span>
  345. </a>
  346. </li>
  347. <li class="sidebar-nav-item">
  348. <a href="./docs/tables.html" class="sidebar-nav-link" >
  349. <span>Tables</span>
  350. </a>
  351. </li>
  352. <li class="sidebar-nav-item">
  353. <a href="./docs/tabs.html" class="sidebar-nav-link" >
  354. <span>Tabs</span>
  355. </a>
  356. </li>
  357. <li class="sidebar-nav-item">
  358. <a href="./docs/timelines.html" class="sidebar-nav-link" >
  359. <span>Timelines</span>
  360. </a>
  361. </li>
  362. <li class="sidebar-nav-item">
  363. <a href="./docs/toasts.html" class="sidebar-nav-link" >
  364. <span>Toasts</span>
  365. </a>
  366. </li>
  367. <li class="sidebar-nav-item">
  368. <a href="./docs/tooltips.html" class="sidebar-nav-link" >
  369. <span>Tooltips</span>
  370. </a>
  371. </li>
  372. <li class="sidebar-nav-item">
  373. <a href="./docs/typography.html" class="sidebar-nav-link" >
  374. <span>Typography</span>
  375. </a>
  376. </li>
  377. </ul>
  378. </li>
  379. </ul>
  380. </div>
  381. <div class="mt-auto">
  382. <a href="#" class="btn btn-primary btn-block">
  383. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg>
  384. Logout
  385. </a>
  386. </div>
  387. </div>
  388. </aside>
  389. <div class="content">
  390. <header class="topnav topbar">
  391. <div class="container">
  392. <div class="navbar navbar-expand-lg navbar-light">
  393. <div class="navbar-search d-none d-xl-block">
  394. <form action="." method="get">
  395. <div class="input-icon">
  396. <span class="input-icon-addon">
  397. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
  398. </span>
  399. <input type="text" class="form-control" placeholder="Search&hellip;">
  400. </div>
  401. </form>
  402. </div>
  403. <ul class="nav navbar-menu align-items-center ml-auto">
  404. <li class="nav-item d-none d-lg-flex mr-3">
  405. <a href="https://github.com/tabler/tabler" class="btn btn-sm btn-success" target="_blank">Source code</a>
  406. </li>
  407. <li class="nav-item dropdown">
  408. <a href="#" data-toggle="dropdown"
  409. class="nav-link d-flex align-items-center py-0 px-lg-0 px-2 text-reset ml-2">
  410. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/004f.jpg)"></span>
  411. <span class="ml-2 d-none d-lg-block lh-1">
  412. Leesa Beaty
  413. <span class="text-muted d-block mt-1 text-h6">Administrator</span>
  414. </span>
  415. </a>
  416. <div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
  417. <a class="dropdown-item" href="#">
  418. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-icon"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
  419. Profile
  420. </a>
  421. <a class="dropdown-item" href="#">
  422. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-icon"><circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path></svg>
  423. Settings
  424. </a>
  425. <a class="dropdown-item" href="#">
  426. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-icon"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
  427. Inbox
  428. <span class="badge bg-primary ml-auto">6</span>
  429. </a>
  430. <a class="dropdown-item" href="#">
  431. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-icon"><line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon></svg>
  432. Message
  433. </a>
  434. <div class="dropdown-divider"></div>
  435. <a class="dropdown-item" href="#">
  436. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-icon"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12" y2="17"></line></svg>
  437. Need help?
  438. </a>
  439. <a class="dropdown-item" href="#">
  440. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon dropdown-icon"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg>
  441. Sign out
  442. </a>
  443. </div>
  444. </li>
  445. </ul>
  446. </div>
  447. </div>
  448. </header>
  449. <div class="content-page">
  450. <main class="container my-4 flex-fill">
  451. <!-- Page title -->
  452. <div class="page-title-box">
  453. <div class="row align-items-center">
  454. <div class="col-auto">
  455. <h2 class="page-title">
  456. Charts
  457. </h2>
  458. </div>
  459. </div>
  460. </div>
  461. <div class="row">
  462. <div class="col-lg-6 col-xl-4">
  463. <div class="card">
  464. <div class="card-body">
  465. <div id="chart-completion-tasks" ></div>
  466. </div>
  467. </div>
  468. </div>
  469. <div class="col-lg-6 col-xl-4">
  470. <div class="card">
  471. <div class="card-body">
  472. <div id="chart-completion-tasks2" ></div>
  473. </div>
  474. </div>
  475. </div>
  476. <div class="col-lg-6 col-xl-4">
  477. <div class="card">
  478. <div class="card-body">
  479. <div id="chart-completion-tasks3" ></div>
  480. </div>
  481. </div>
  482. </div>
  483. <div class="col-lg-6 col-xl-4">
  484. <div class="card">
  485. <div class="card-body">
  486. <div id="chart-completion-tasks4" ></div>
  487. </div>
  488. </div>
  489. </div>
  490. <div class="col-lg-6 col-xl-4">
  491. <div class="card">
  492. <div class="card-body">
  493. <div id="chart-completion-tasks5" ></div>
  494. </div>
  495. </div>
  496. </div>
  497. <div class="col-lg-6 col-xl-4">
  498. <div class="card">
  499. <div class="card-body">
  500. <div id="chart-completion-tasks6" ></div>
  501. </div>
  502. </div>
  503. </div>
  504. <div class="col-lg-6 col-xl-4">
  505. <div class="card">
  506. <div class="card-body">
  507. <div id="chart-completion-tasks7" ></div>
  508. </div>
  509. </div>
  510. </div>
  511. <div class="col-lg-6 col-xl-4">
  512. <div class="card">
  513. <div class="card-body">
  514. <div id="chart-completion-tasks8" ></div>
  515. </div>
  516. </div>
  517. </div>
  518. <div class="col-lg-6 col-xl-4">
  519. <div class="card">
  520. <div class="card-body">
  521. <div id="chart-completion-tasks9" ></div>
  522. </div>
  523. </div>
  524. </div>
  525. <div class="col-lg-6 col-xl-4">
  526. <div class="card">
  527. <div class="card-body">
  528. <div id="chart-completion-tasks10" ></div>
  529. </div>
  530. </div>
  531. </div>
  532. <div class="col-lg-6 col-xl-4">
  533. <div class="card">
  534. <div class="card-body">
  535. <div id="chart-completion-tasks11" ></div>
  536. </div>
  537. </div>
  538. </div>
  539. <div class="col-lg-6 col-xl-4">
  540. <div class="card">
  541. <div class="card-body">
  542. <div id="chart-total-sales" ></div>
  543. </div>
  544. </div>
  545. </div>
  546. <div class="col-lg-6 col-xl-4">
  547. <div class="card">
  548. <div class="card-body">
  549. <div id="chart-tasks" ></div>
  550. </div>
  551. </div>
  552. </div>
  553. <div class="col-lg-6 col-xl-4">
  554. <div class="card">
  555. <div class="card-body">
  556. <div id="chart-line-stroke" ></div>
  557. </div>
  558. </div>
  559. </div>
  560. <div class="col-lg-6 col-xl-4">
  561. <div class="card">
  562. <div class="card-body">
  563. <div id="chart-stepline" ></div>
  564. </div>
  565. </div>
  566. </div>
  567. <div class="col-lg-6 col-xl-4">
  568. <div class="card">
  569. <div class="card-body">
  570. <div id="chart-temperature" ></div>
  571. </div>
  572. </div>
  573. </div>
  574. <div class="col-lg-6 col-xl-4">
  575. <div class="card">
  576. <div class="card-body">
  577. <div id="chart-area" ></div>
  578. </div>
  579. </div>
  580. </div>
  581. <div class="col-lg-6 col-xl-4">
  582. <div class="card">
  583. <div class="card-body">
  584. <div id="chart-area-spline" ></div>
  585. </div>
  586. </div>
  587. </div>
  588. <div class="col-lg-6 col-xl-4">
  589. <div class="card">
  590. <div class="card-body">
  591. <div id="chart-area-spline-stacked" ></div>
  592. </div>
  593. </div>
  594. </div>
  595. <div class="col-lg-6 col-xl-4">
  596. <div class="card">
  597. <div class="card-body">
  598. <div id="chart-spline" ></div>
  599. </div>
  600. </div>
  601. </div>
  602. <div class="col-lg-6 col-xl-4">
  603. <div class="card">
  604. <div class="card-body">
  605. <div id="chart-scatter" ></div>
  606. </div>
  607. </div>
  608. </div>
  609. <div class="col-lg-6 col-xl-4">
  610. <div class="card">
  611. <div class="card-body">
  612. <div id="chart-combination" ></div>
  613. </div>
  614. </div>
  615. </div>
  616. </div>
  617. </main>
  618. </div>
  619. </div>
  620. </div>
  621. <!-- Libs JS -->
  622. <script src="./dist/libs/jquery/dist/jquery.slim.min.js?1578237242"></script>
  623. <script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js?1578237242"></script>
  624. <script src="./dist/libs/apexcharts/dist/apexcharts.min.js?1578237242"></script>
  625. <!-- Tabler Core -->
  626. <script src="./dist/js/tabler.min.js?1578237242"></script>
  627. <script>
  628. // @formatter:off
  629. document.addEventListener("DOMContentLoaded", function () {
  630. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks'), {
  631. chart: {
  632. type: "bar",
  633. fontFamily: 'inherit',
  634. height: 240,
  635. parentHeightOffset: 0,
  636. toolbar: {
  637. show: false,
  638. },
  639. animations: {
  640. enabled: false
  641. },
  642. },
  643. fill: {
  644. opacity: 1,
  645. },
  646. series: [{
  647. name: "Tasks completion",
  648. data: [155, 65, 465, 265, 225, 325, 80]
  649. }],
  650. xaxis: {
  651. type: 'datetime',
  652. },
  653. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  654. colors: ["#206bc4"],
  655. legend: {
  656. show: false,
  657. },
  658. })).render();
  659. });
  660. // @formatter:on
  661. </script>
  662. <script>
  663. // @formatter:off
  664. document.addEventListener("DOMContentLoaded", function () {
  665. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks2'), {
  666. chart: {
  667. type: "line",
  668. fontFamily: 'inherit',
  669. height: 240,
  670. parentHeightOffset: 0,
  671. toolbar: {
  672. show: false,
  673. },
  674. animations: {
  675. enabled: false
  676. },
  677. },
  678. fill: {
  679. opacity: 1,
  680. },
  681. stroke: {
  682. width: 2,
  683. lineCap: "round",
  684. curve: "smooth",
  685. },
  686. series: [{
  687. name: "Tasks completion",
  688. data: [155, 65, 465, 265, 225, 325, 80]
  689. }],
  690. xaxis: {
  691. type: 'datetime',
  692. },
  693. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  694. colors: ["#206bc4"],
  695. legend: {
  696. show: false,
  697. },
  698. })).render();
  699. });
  700. // @formatter:on
  701. </script>
  702. <script>
  703. // @formatter:off
  704. document.addEventListener("DOMContentLoaded", function () {
  705. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks3'), {
  706. chart: {
  707. type: "area",
  708. fontFamily: 'inherit',
  709. height: 240,
  710. parentHeightOffset: 0,
  711. toolbar: {
  712. show: false,
  713. },
  714. animations: {
  715. enabled: false
  716. },
  717. },
  718. fill: {
  719. opacity: .16,
  720. type: 'solid'
  721. },
  722. stroke: {
  723. width: 2,
  724. lineCap: "round",
  725. curve: "smooth",
  726. },
  727. series: [{
  728. name: "Tasks completion",
  729. data: [155, 65, 465, 265, 225, 325, 80]
  730. }],
  731. xaxis: {
  732. type: 'datetime',
  733. },
  734. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  735. colors: ["#206bc4"],
  736. legend: {
  737. show: false,
  738. },
  739. })).render();
  740. });
  741. // @formatter:on
  742. </script>
  743. <script>
  744. // @formatter:off
  745. document.addEventListener("DOMContentLoaded", function () {
  746. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks4'), {
  747. chart: {
  748. type: "line",
  749. fontFamily: 'inherit',
  750. height: 240,
  751. parentHeightOffset: 0,
  752. toolbar: {
  753. show: false,
  754. },
  755. animations: {
  756. enabled: false
  757. },
  758. },
  759. fill: {
  760. opacity: 1,
  761. },
  762. stroke: {
  763. width: 2,
  764. lineCap: "round",
  765. curve: "straight",
  766. },
  767. series: [{
  768. name: "Tasks completion",
  769. data: [155, 65, 465, 265, 225, 325, 80]
  770. }],
  771. xaxis: {
  772. type: 'datetime',
  773. },
  774. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  775. colors: ["#206bc4"],
  776. legend: {
  777. show: false,
  778. },
  779. })).render();
  780. });
  781. // @formatter:on
  782. </script>
  783. <script>
  784. // @formatter:off
  785. document.addEventListener("DOMContentLoaded", function () {
  786. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks5'), {
  787. chart: {
  788. type: "line",
  789. fontFamily: 'inherit',
  790. height: 240,
  791. parentHeightOffset: 0,
  792. toolbar: {
  793. show: false,
  794. },
  795. animations: {
  796. enabled: false
  797. },
  798. },
  799. fill: {
  800. opacity: 1,
  801. },
  802. stroke: {
  803. width: 2,
  804. lineCap: "round",
  805. curve: "stepline",
  806. },
  807. series: [{
  808. name: "Tasks completion",
  809. data: [155, 65, 465, 265, 225, 325, 80]
  810. }],
  811. xaxis: {
  812. type: 'datetime',
  813. },
  814. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  815. colors: ["#206bc4"],
  816. legend: {
  817. show: false,
  818. },
  819. })).render();
  820. });
  821. // @formatter:on
  822. </script>
  823. <script>
  824. // @formatter:off
  825. document.addEventListener("DOMContentLoaded", function () {
  826. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks6'), {
  827. chart: {
  828. type: "bar",
  829. fontFamily: 'inherit',
  830. height: 240,
  831. parentHeightOffset: 0,
  832. toolbar: {
  833. show: false,
  834. },
  835. animations: {
  836. enabled: false
  837. },
  838. },
  839. plotOptions: {
  840. bar: {
  841. horizontal: true,
  842. }
  843. },
  844. fill: {
  845. opacity: 1,
  846. },
  847. series: [{
  848. name: "Tasks completion",
  849. data: [155, 65, 465, 265, 225, 325, 80]
  850. }],
  851. xaxis: {
  852. type: 'datetime',
  853. },
  854. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  855. colors: ["#206bc4"],
  856. legend: {
  857. show: false,
  858. },
  859. })).render();
  860. });
  861. // @formatter:on
  862. </script>
  863. <script>
  864. // @formatter:off
  865. document.addEventListener("DOMContentLoaded", function () {
  866. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks7'), {
  867. chart: {
  868. type: "line",
  869. fontFamily: 'inherit',
  870. height: 240,
  871. parentHeightOffset: 0,
  872. toolbar: {
  873. show: false,
  874. },
  875. animations: {
  876. enabled: false
  877. },
  878. },
  879. dataLabels: {
  880. enabled: true,
  881. },
  882. fill: {
  883. opacity: 1,
  884. },
  885. stroke: {
  886. width: 2,
  887. lineCap: "round",
  888. curve: "smooth",
  889. },
  890. series: [{
  891. name: "Tasks completion",
  892. data: [155, 65, 465, 265, 225, 325, 80]
  893. }],
  894. xaxis: {
  895. type: 'datetime',
  896. },
  897. labels: [...Array(7).keys()].map(n => '2019-09-' + (n + 1)),
  898. colors: ["#206bc4"],
  899. legend: {
  900. show: false,
  901. },
  902. })).render();
  903. });
  904. // @formatter:on
  905. </script>
  906. <script>
  907. // @formatter:off
  908. document.addEventListener("DOMContentLoaded", function () {
  909. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks8'), {
  910. chart: {
  911. type: "bar",
  912. fontFamily: 'inherit',
  913. height: 240,
  914. parentHeightOffset: 0,
  915. toolbar: {
  916. show: false,
  917. },
  918. animations: {
  919. enabled: false
  920. },
  921. },
  922. fill: {
  923. opacity: 1,
  924. },
  925. series: [{
  926. name: "",
  927. data: [155, 65, 465, 265, 225, 325, 80]
  928. },{
  929. name: "",
  930. data: [113, 42, 65, 54, 76, 65, 35]
  931. }],
  932. colors: ["#206bc4", "#fa4654"],
  933. legend: {
  934. show: false,
  935. },
  936. })).render();
  937. });
  938. // @formatter:on
  939. </script>
  940. <script>
  941. // @formatter:off
  942. document.addEventListener("DOMContentLoaded", function () {
  943. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks9'), {
  944. chart: {
  945. type: "bar",
  946. fontFamily: 'inherit',
  947. height: 240,
  948. parentHeightOffset: 0,
  949. toolbar: {
  950. show: false,
  951. },
  952. animations: {
  953. enabled: false
  954. },
  955. stacked: true,
  956. },
  957. fill: {
  958. opacity: 1,
  959. },
  960. series: [{
  961. name: "",
  962. data: [155, 65, 465, 265, 225, 325, 80]
  963. },{
  964. name: "",
  965. data: [113, 42, 65, 54, 76, 65, 35]
  966. }],
  967. colors: ["#206bc4", "#fa4654"],
  968. legend: {
  969. show: false,
  970. },
  971. })).render();
  972. });
  973. // @formatter:on
  974. </script>
  975. <script>
  976. // @formatter:off
  977. document.addEventListener("DOMContentLoaded", function () {
  978. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks10'), {
  979. chart: {
  980. type: "area",
  981. fontFamily: 'inherit',
  982. height: 240,
  983. parentHeightOffset: 0,
  984. toolbar: {
  985. show: false,
  986. },
  987. animations: {
  988. enabled: false
  989. },
  990. },
  991. fill: {
  992. opacity: .16,
  993. type: 'solid'
  994. },
  995. stroke: {
  996. width: 2,
  997. lineCap: "round",
  998. curve: "smooth",
  999. },
  1000. series: [{
  1001. name: "",
  1002. data: [155, 65, 465, 265, 225, 325, 80]
  1003. },{
  1004. name: "",
  1005. data: [113, 42, 65, 54, 76, 65, 35]
  1006. }],
  1007. colors: ["#206bc4", "#fa4654"],
  1008. legend: {
  1009. show: false,
  1010. },
  1011. })).render();
  1012. });
  1013. // @formatter:on
  1014. </script>
  1015. <script>
  1016. // @formatter:off
  1017. document.addEventListener("DOMContentLoaded", function () {
  1018. window.ApexCharts && (new ApexCharts(document.getElementById('chart-completion-tasks11'), {
  1019. chart: {
  1020. type: "area",
  1021. fontFamily: 'inherit',
  1022. height: 240,
  1023. parentHeightOffset: 0,
  1024. toolbar: {
  1025. show: false,
  1026. },
  1027. animations: {
  1028. enabled: false
  1029. },
  1030. stacked: true,
  1031. },
  1032. fill: {
  1033. opacity: .16,
  1034. type: 'solid'
  1035. },
  1036. stroke: {
  1037. width: 2,
  1038. lineCap: "round",
  1039. curve: "smooth",
  1040. },
  1041. series: [{
  1042. name: "",
  1043. data: [155, 65, 465, 265, 225, 325, 80]
  1044. },{
  1045. name: "",
  1046. data: [113, 42, 65, 54, 76, 65, 35]
  1047. }],
  1048. colors: ["#206bc4", "#fa4654"],
  1049. legend: {
  1050. show: false,
  1051. },
  1052. })).render();
  1053. });
  1054. // @formatter:on
  1055. </script>
  1056. <script>
  1057. // @formatter:off
  1058. document.addEventListener("DOMContentLoaded", function () {
  1059. window.ApexCharts && (new ApexCharts(document.getElementById('chart-total-sales'), {
  1060. chart: {
  1061. type: "donut",
  1062. fontFamily: 'inherit',
  1063. height: 240,
  1064. sparkline: {
  1065. enabled: true
  1066. },
  1067. animations: {
  1068. enabled: false
  1069. },
  1070. },
  1071. fill: {
  1072. opacity: 1,
  1073. },
  1074. series: [44, 55, 35, 12],
  1075. labels: ["Direct", "Affilliate", "Sponsored", "E-mail"],
  1076. colors: ["#206bc4", "#5eba00", "#fa4654", "#fab005"],
  1077. legend: {
  1078. show: false,
  1079. },
  1080. })).render();
  1081. });
  1082. // @formatter:on
  1083. </script>
  1084. <script>
  1085. // @formatter:off
  1086. document.addEventListener("DOMContentLoaded", function () {
  1087. window.ApexCharts && (new ApexCharts(document.getElementById('chart-tasks'), {
  1088. chart: {
  1089. type: "line",
  1090. fontFamily: 'inherit',
  1091. height: 240,
  1092. parentHeightOffset: 0,
  1093. toolbar: {
  1094. show: false,
  1095. },
  1096. animations: {
  1097. enabled: false
  1098. },
  1099. },
  1100. fill: {
  1101. opacity: 1,
  1102. },
  1103. stroke: {
  1104. width: 2,
  1105. lineCap: "round",
  1106. curve: "smooth",
  1107. },
  1108. series: [{
  1109. name: "New",
  1110. data: [0, 0, 1, 2, 21, 9, 12, 10, 31, 13, 65, 10, 12, 6, 4, 3, 0]
  1111. },{
  1112. name: "Completed",
  1113. data: [0, 0, 1, 2, 7, 5, 6, 8, 24, 7, 12, 5, 6, 3, 2, 2, 0]
  1114. },{
  1115. name: "Closed",
  1116. data: [0, 0, 1, 0, 2, 0, 1, 0, 2, 3, 0, 2, 3, 2, 1, 0, 0]
  1117. }],
  1118. xaxis: {
  1119. categories: ["M", "T", "W", "T", "F", "S", "S", "M", "T", "W", "T", "F", "S", "S", "M", "T", "W"],
  1120. },
  1121. colors: ["#206bc4", "#7bd235", "#ff922b"],
  1122. legend: {
  1123. show: false,
  1124. },
  1125. tooltip: {
  1126. enabled: false
  1127. },
  1128. point: {
  1129. show: false
  1130. },
  1131. })).render();
  1132. });
  1133. // @formatter:on
  1134. </script>
  1135. <script>
  1136. // @formatter:off
  1137. document.addEventListener("DOMContentLoaded", function () {
  1138. window.ApexCharts && (new ApexCharts(document.getElementById('chart-line-stroke'), {
  1139. chart: {
  1140. type: "line",
  1141. fontFamily: 'inherit',
  1142. height: 240,
  1143. parentHeightOffset: 0,
  1144. toolbar: {
  1145. show: false,
  1146. },
  1147. animations: {
  1148. enabled: false
  1149. },
  1150. },
  1151. fill: {
  1152. opacity: 1,
  1153. },
  1154. stroke: {
  1155. width: 2,
  1156. lineCap: "round",
  1157. curve: "straight",
  1158. },
  1159. series: [{
  1160. name: "Development",
  1161. data: [8, 10, 11, 12, 20, 27, 30]
  1162. },{
  1163. name: "Marketing",
  1164. data: [3, 16, 17, 19, 20, 30, 30]
  1165. },{
  1166. name: "Sales",
  1167. data: [7, 10, 11, 18, 18, 18, 24]
  1168. }],
  1169. xaxis: {
  1170. categories: ["2013", "2014", "2015", "2016", "2017", "2018", "2019"],
  1171. },
  1172. colors: ["#ff922b", "#206bc4", "#5eba00"],
  1173. legend: {
  1174. show: false,
  1175. },
  1176. })).render();
  1177. });
  1178. // @formatter:on
  1179. </script>
  1180. <script>
  1181. // @formatter:off
  1182. document.addEventListener("DOMContentLoaded", function () {
  1183. window.ApexCharts && (new ApexCharts(document.getElementById('chart-stepline'), {
  1184. chart: {
  1185. type: "line",
  1186. fontFamily: 'inherit',
  1187. height: 240,
  1188. parentHeightOffset: 0,
  1189. toolbar: {
  1190. show: false,
  1191. },
  1192. animations: {
  1193. enabled: false
  1194. },
  1195. },
  1196. fill: {
  1197. opacity: 1,
  1198. },
  1199. stroke: {
  1200. width: 2,
  1201. lineCap: "round",
  1202. curve: "stepline",
  1203. },
  1204. series: [{
  1205. name: "Development",
  1206. data: [34, 44, 54, 21, 12, 43, 33, 23, 66, 66, 58]
  1207. }],
  1208. colors: ["#ff922b"],
  1209. legend: {
  1210. show: false,
  1211. },
  1212. })).render();
  1213. });
  1214. // @formatter:on
  1215. </script>
  1216. <script>
  1217. // @formatter:off
  1218. document.addEventListener("DOMContentLoaded", function () {
  1219. window.ApexCharts && (new ApexCharts(document.getElementById('chart-temperature'), {
  1220. chart: {
  1221. type: "line",
  1222. fontFamily: 'inherit',
  1223. height: 240,
  1224. parentHeightOffset: 0,
  1225. toolbar: {
  1226. show: false,
  1227. },
  1228. animations: {
  1229. enabled: false
  1230. },
  1231. },
  1232. fill: {
  1233. opacity: 1,
  1234. },
  1235. stroke: {
  1236. width: 2,
  1237. lineCap: "round",
  1238. curve: "smooth",
  1239. },
  1240. series: [{
  1241. name: "Tokyo",
  1242. data: [7.0, 6.9, 9.5, 14.5, 18.4, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]
  1243. },{
  1244. name: "London",
  1245. data: [3.9, 4.2, 5.7, 8.5, 11.9, 15.2, 17.0, 16.6, 14.2, 10.3, 6.6, 4.8]
  1246. }],
  1247. dataLabels: {
  1248. enabled: true,
  1249. },
  1250. xaxis: {
  1251. categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
  1252. },
  1253. colors: ["#206bc4", "#5eba00"],
  1254. legend: {
  1255. show: false,
  1256. },
  1257. markers: {
  1258. size: 2
  1259. },
  1260. })).render();
  1261. });
  1262. // @formatter:on
  1263. </script>
  1264. <script>
  1265. // @formatter:off
  1266. document.addEventListener("DOMContentLoaded", function () {
  1267. window.ApexCharts && (new ApexCharts(document.getElementById('chart-area'), {
  1268. chart: {
  1269. type: "area",
  1270. fontFamily: 'inherit',
  1271. height: 240,
  1272. parentHeightOffset: 0,
  1273. toolbar: {
  1274. show: false,
  1275. },
  1276. animations: {
  1277. enabled: false
  1278. },
  1279. },
  1280. fill: {
  1281. opacity: .16,
  1282. type: 'solid'
  1283. },
  1284. stroke: {
  1285. width: 2,
  1286. lineCap: "round",
  1287. curve: "smooth",
  1288. },
  1289. series: [{
  1290. name: "Maximum",
  1291. data: [11, 8, 15, 18, 19, 17]
  1292. },{
  1293. name: "Minimum",
  1294. data: [7, 7, 5, 7, 9, 12]
  1295. }],
  1296. xaxis: {
  1297. categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"],
  1298. },
  1299. colors: ["#206bc4", "#f66d9b"],
  1300. legend: {
  1301. show: false,
  1302. },
  1303. })).render();
  1304. });
  1305. // @formatter:on
  1306. </script>
  1307. <script>
  1308. // @formatter:off
  1309. document.addEventListener("DOMContentLoaded", function () {
  1310. window.ApexCharts && (new ApexCharts(document.getElementById('chart-area-spline'), {
  1311. chart: {
  1312. type: "area",
  1313. fontFamily: 'inherit',
  1314. height: 240,
  1315. parentHeightOffset: 0,
  1316. toolbar: {
  1317. show: false,
  1318. },
  1319. animations: {
  1320. enabled: false
  1321. },
  1322. },
  1323. fill: {
  1324. opacity: .16,
  1325. type: 'solid'
  1326. },
  1327. stroke: {
  1328. width: 2,
  1329. lineCap: "round",
  1330. curve: "smooth",
  1331. },
  1332. series: [{
  1333. name: "Maximum",
  1334. data: [11, 8, 15, 18, 19, 17]
  1335. },{
  1336. name: "Minimum",
  1337. data: [7, 7, 5, 7, 9, 12]
  1338. }],
  1339. xaxis: {
  1340. categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"],
  1341. },
  1342. colors: ["#206bc4", "#f66d9b"],
  1343. legend: {
  1344. show: false,
  1345. },
  1346. })).render();
  1347. });
  1348. // @formatter:on
  1349. </script>
  1350. <script>
  1351. // @formatter:off
  1352. document.addEventListener("DOMContentLoaded", function () {
  1353. window.ApexCharts && (new ApexCharts(document.getElementById('chart-area-spline-stacked'), {
  1354. chart: {
  1355. type: "area",
  1356. fontFamily: 'inherit',
  1357. height: 240,
  1358. parentHeightOffset: 0,
  1359. toolbar: {
  1360. show: false,
  1361. },
  1362. animations: {
  1363. enabled: false
  1364. },
  1365. stacked: true,
  1366. },
  1367. fill: {
  1368. opacity: .16,
  1369. type: 'solid'
  1370. },
  1371. stroke: {
  1372. width: 2,
  1373. lineCap: "round",
  1374. curve: "smooth",
  1375. },
  1376. series: [{
  1377. name: "Maximum",
  1378. data: [11, 8, 15, 18, 19, 17]
  1379. },{
  1380. name: "Minimum",
  1381. data: [7, 7, 5, 7, 9, 12]
  1382. }],
  1383. xaxis: {
  1384. categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"],
  1385. },
  1386. colors: ["#206bc4", "#f66d9b"],
  1387. legend: {
  1388. show: false,
  1389. },
  1390. })).render();
  1391. });
  1392. // @formatter:on
  1393. </script>
  1394. <script>
  1395. // @formatter:off
  1396. document.addEventListener("DOMContentLoaded", function () {
  1397. window.ApexCharts && (new ApexCharts(document.getElementById('chart-spline'), {
  1398. chart: {
  1399. type: "line",
  1400. fontFamily: 'inherit',
  1401. height: 240,
  1402. parentHeightOffset: 0,
  1403. toolbar: {
  1404. show: false,
  1405. },
  1406. animations: {
  1407. enabled: false
  1408. },
  1409. },
  1410. fill: {
  1411. opacity: 1,
  1412. },
  1413. stroke: {
  1414. width: 2,
  1415. lineCap: "round",
  1416. curve: "smooth",
  1417. },
  1418. series: [{
  1419. name: "Hestavollane",
  1420. data: [0.2, 0.8, 0.8, 0.8, 1, 1.3, 1.5, 2.9, 1.9, 2.6, 1.6, 3, 4, 3.6, 4.5, 4.2, 4.5, 4.5, 4, 3.1, 2.7, 4, 2.7, 2.3, 2.3, 4.1, 7.7, 7.1, 5.6, 6.1, 5.8, 8.6, 7.2, 9, 10.9, 11.5, 11.6, 11.1, 12, 12.3, 10.7, 9.4, 9.8, 9.6, 9.8, 9.5, 8.5, 7.4, 7.6]
  1421. },{
  1422. name: "Vik",
  1423. data: [0, 0, 0.6, 0.9, 0.8, 0.2, 0, 0, 0, 0.1, 0.6, 0.7, 0.8, 0.6, 0.2, 0, 0.1, 0.3, 0.3, 0, 0.1, 0, 0, 0, 0.2, 0.1, 0, 0.3, 0, 0.1, 0.2, 0.1, 0.3, 0.3, 0, 3.1, 3.1, 2.5, 1.5, 1.9, 2.1, 1, 2.3, 1.9, 1.2, 0.7, 1.3, 0.4, 0.3]
  1424. }],
  1425. xaxis: {
  1426. categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"],
  1427. },
  1428. colors: ["#206bc4", "#5eba00"],
  1429. legend: {
  1430. show: false,
  1431. },
  1432. })).render();
  1433. });
  1434. // @formatter:on
  1435. </script>
  1436. <script>
  1437. // @formatter:off
  1438. document.addEventListener("DOMContentLoaded", function () {
  1439. window.ApexCharts && (new ApexCharts(document.getElementById('chart-scatter'), {
  1440. chart: {
  1441. type: "scatter",
  1442. fontFamily: 'inherit',
  1443. height: 240,
  1444. parentHeightOffset: 0,
  1445. toolbar: {
  1446. show: false,
  1447. },
  1448. animations: {
  1449. enabled: false
  1450. },
  1451. },
  1452. fill: {
  1453. opacity: 1,
  1454. },
  1455. series: [{
  1456. name: "Maximum",
  1457. data: [11, 8, 15, 18, 19, 17]
  1458. },{
  1459. name: "Minimum",
  1460. data: [7, 7, 5, 7, 9, 12]
  1461. }],
  1462. xaxis: {
  1463. categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun"],
  1464. },
  1465. colors: ["#206bc4", "#f66d9b"],
  1466. legend: {
  1467. show: false,
  1468. },
  1469. })).render();
  1470. });
  1471. // @formatter:on
  1472. </script>
  1473. <script>
  1474. // @formatter:off
  1475. document.addEventListener("DOMContentLoaded", function () {
  1476. window.ApexCharts && (new ApexCharts(document.getElementById('chart-combination'), {
  1477. chart: {
  1478. type: "bar",
  1479. fontFamily: 'inherit',
  1480. height: 240,
  1481. parentHeightOffset: 0,
  1482. toolbar: {
  1483. show: false,
  1484. },
  1485. animations: {
  1486. enabled: false
  1487. },
  1488. },
  1489. fill: {
  1490. opacity: 1,
  1491. },
  1492. series: [{
  1493. name: "Development",
  1494. data: [30, 20, 50, 40, 60, 50]
  1495. },{
  1496. name: "Marketing",
  1497. data: [200, 130, 90, 240, 130, 220]
  1498. },{
  1499. name: "Sales",
  1500. data: [300, 200, 160, 400, 250, 250]
  1501. },{
  1502. name: "Sales",
  1503. data: [200, 130, 90, 240, 130, 220]
  1504. }],
  1505. xaxis: {
  1506. categories: ["2013", "2014", "2015", "2016", "2017", "2018"],
  1507. },
  1508. colors: ["#5eba00", "#f66d9b", "#5eba00", "#206bc4"],
  1509. legend: {
  1510. show: false,
  1511. },
  1512. })).render();
  1513. });
  1514. // @formatter:on
  1515. </script>
  1516. </body>
  1517. </html>