project_detail.html 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <!-- Meta, title, CSS, favicons, etc. -->
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <title>Gentallela Alela! | </title>
  10. <!-- Bootstrap -->
  11. <link href="../vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
  12. <!-- Font Awesome -->
  13. <link href="../vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  14. <!-- iCheck -->
  15. <link href="../vendors/iCheck/skins/flat/green.css" rel="stylesheet">
  16. <!-- Custom Theme Style -->
  17. <link href="css/custom.css" rel="stylesheet">
  18. </head>
  19. <body class="nav-md">
  20. <div class="container body">
  21. <div class="main_container">
  22. <div class="col-md-3 left_col">
  23. <div class="left_col scroll-view">
  24. <div class="navbar nav_title" style="border: 0;">
  25. <a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentellela Alela!</span></a>
  26. </div>
  27. <div class="clearfix"></div>
  28. <!-- menu profile quick info -->
  29. <div class="profile">
  30. <div class="profile_pic">
  31. <img src="images/img.jpg" alt="..." class="img-circle profile_img">
  32. </div>
  33. <div class="profile_info">
  34. <span>Welcome,</span>
  35. <h2>John Doe</h2>
  36. </div>
  37. </div>
  38. <!-- /menu profile quick info -->
  39. <br />
  40. <!-- sidebar menu -->
  41. <div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
  42. <div class="menu_section">
  43. <h3>General</h3>
  44. <ul class="nav side-menu">
  45. <li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
  46. <ul class="nav child_menu">
  47. <li><a href="index.html">Dashboard</a>
  48. </li>
  49. <li><a href="index2.html">Dashboard2</a>
  50. </li>
  51. <li><a href="index3.html">Dashboard3</a>
  52. </li>
  53. </ul>
  54. </li>
  55. <li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
  56. <ul class="nav child_menu">
  57. <li><a href="form.html">General Form</a>
  58. </li>
  59. <li><a href="form_advanced.html">Advanced Components</a>
  60. </li>
  61. <li><a href="form_validation.html">Form Validation</a>
  62. </li>
  63. <li><a href="form_wizards.html">Form Wizard</a>
  64. </li>
  65. <li><a href="form_upload.html">Form Upload</a>
  66. </li>
  67. <li><a href="form_buttons.html">Form Buttons</a>
  68. </li>
  69. </ul>
  70. </li>
  71. <li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
  72. <ul class="nav child_menu">
  73. <li><a href="general_elements.html">General Elements</a>
  74. </li>
  75. <li><a href="media_gallery.html">Media Gallery</a>
  76. </li>
  77. <li><a href="typography.html">Typography</a>
  78. </li>
  79. <li><a href="icons.html">Icons</a>
  80. </li>
  81. <li><a href="glyphicons.html">Glyphicons</a>
  82. </li>
  83. <li><a href="widgets.html">Widgets</a>
  84. </li>
  85. <li><a href="invoice.html">Invoice</a>
  86. </li>
  87. <li><a href="inbox.html">Inbox</a>
  88. </li>
  89. <li><a href="calendar.html">Calendar</a>
  90. </li>
  91. </ul>
  92. </li>
  93. <li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
  94. <ul class="nav child_menu">
  95. <li><a href="tables.html">Tables</a>
  96. </li>
  97. <li><a href="tables_dynamic.html">Table Dynamic</a>
  98. </li>
  99. </ul>
  100. </li>
  101. <li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
  102. <ul class="nav child_menu">
  103. <li><a href="chartjs.html">Chart JS</a>
  104. </li>
  105. <li><a href="chartjs2.html">Chart JS2</a>
  106. </li>
  107. <li><a href="morisjs.html">Moris JS</a>
  108. </li>
  109. <li><a href="echarts.html">ECharts </a>
  110. </li>
  111. <li><a href="other_charts.html">Other Charts </a>
  112. </li>
  113. </ul>
  114. </li>
  115. <li><a><i class="fa fa-clone"></i>Layouts <span class="fa fa-chevron-down"></span></a>
  116. <ul class="nav child_menu">
  117. <li><a href="fixed_sidebar.html">Fixed Sidebar</a>
  118. </li>
  119. </ul>
  120. </li>
  121. </ul>
  122. </div>
  123. <div class="menu_section">
  124. <h3>Live On</h3>
  125. <ul class="nav side-menu">
  126. <li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
  127. <ul class="nav child_menu">
  128. <li><a href="e_commerce.html">E-commerce</a>
  129. </li>
  130. <li><a href="projects.html">Projects</a>
  131. </li>
  132. <li><a href="project_detail.html">Project Detail</a>
  133. </li>
  134. <li><a href="contacts.html">Contacts</a>
  135. </li>
  136. <li><a href="profile.html">Profile</a>
  137. </li>
  138. </ul>
  139. </li>
  140. <li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
  141. <ul class="nav child_menu">
  142. <li><a href="page_403.html">403 Error</a>
  143. </li>
  144. <li><a href="page_404.html">404 Error</a>
  145. </li>
  146. <li><a href="page_500.html">500 Error</a>
  147. </li>
  148. <li><a href="plain_page.html">Plain Page</a>
  149. </li>
  150. <li><a href="login.html">Login Page</a>
  151. </li>
  152. <li><a href="pricing_tables.html">Pricing Tables</a>
  153. </li>
  154. </ul>
  155. </li>
  156. <li><a><i class="fa fa-sitemap"></i> Multilevel Menu <span class="fa fa-chevron-down"></span></a>
  157. <ul class="nav child_menu">
  158. <li><a href="#level1_1">Level One</a>
  159. <li><a>Level One<span class="fa fa-chevron-down"></span></a>
  160. <ul class="nav child_menu">
  161. <li class="sub_menu"><a href="level2.html">Level Two</a>
  162. </li>
  163. <li><a href="#level2_1">Level Two</a>
  164. </li>
  165. <li><a href="#level2_2">Level Two</a>
  166. </li>
  167. </ul>
  168. </li>
  169. <li><a href="#level1_2">Level One</a>
  170. </li>
  171. </ul>
  172. </li>
  173. <li><a href="javascript:void(0)"><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a>
  174. </li>
  175. </ul>
  176. </div>
  177. </div>
  178. <!-- /sidebar menu -->
  179. <!-- /menu footer buttons -->
  180. <div class="sidebar-footer hidden-small">
  181. <a data-toggle="tooltip" data-placement="top" title="Settings">
  182. <span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
  183. </a>
  184. <a data-toggle="tooltip" data-placement="top" title="FullScreen">
  185. <span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
  186. </a>
  187. <a data-toggle="tooltip" data-placement="top" title="Lock">
  188. <span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
  189. </a>
  190. <a data-toggle="tooltip" data-placement="top" title="Logout">
  191. <span class="glyphicon glyphicon-off" aria-hidden="true"></span>
  192. </a>
  193. </div>
  194. <!-- /menu footer buttons -->
  195. </div>
  196. </div>
  197. <!-- top navigation -->
  198. <div class="top_nav">
  199. <div class="nav_menu">
  200. <nav class="" role="navigation">
  201. <div class="nav toggle">
  202. <a id="menu_toggle"><i class="fa fa-bars"></i></a>
  203. </div>
  204. <ul class="nav navbar-nav navbar-right">
  205. <li class="">
  206. <a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
  207. <img src="images/img.jpg" alt="">John Doe
  208. <span class=" fa fa-angle-down"></span>
  209. </a>
  210. <ul class="dropdown-menu dropdown-usermenu pull-right">
  211. <li><a href="javascript:;"> Profile</a>
  212. </li>
  213. <li>
  214. <a href="javascript:;">
  215. <span class="badge bg-red pull-right">50%</span>
  216. <span>Settings</span>
  217. </a>
  218. </li>
  219. <li>
  220. <a href="javascript:;">Help</a>
  221. </li>
  222. <li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a>
  223. </li>
  224. </ul>
  225. </li>
  226. <li role="presentation" class="dropdown">
  227. <a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
  228. <i class="fa fa-envelope-o"></i>
  229. <span class="badge bg-green">6</span>
  230. </a>
  231. <ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
  232. <li>
  233. <a>
  234. <span class="image">
  235. <img src="images/img.jpg" alt="Profile Image" />
  236. </span>
  237. <span>
  238. <span>John Smith</span>
  239. <span class="time">3 mins ago</span>
  240. </span>
  241. <span class="message">
  242. Film festivals used to be do-or-die moments for movie makers. They were where...
  243. </span>
  244. </a>
  245. </li>
  246. <li>
  247. <a>
  248. <span class="image">
  249. <img src="images/img.jpg" alt="Profile Image" />
  250. </span>
  251. <span>
  252. <span>John Smith</span>
  253. <span class="time">3 mins ago</span>
  254. </span>
  255. <span class="message">
  256. Film festivals used to be do-or-die moments for movie makers. They were where...
  257. </span>
  258. </a>
  259. </li>
  260. <li>
  261. <a>
  262. <span class="image">
  263. <img src="images/img.jpg" alt="Profile Image" />
  264. </span>
  265. <span>
  266. <span>John Smith</span>
  267. <span class="time">3 mins ago</span>
  268. </span>
  269. <span class="message">
  270. Film festivals used to be do-or-die moments for movie makers. They were where...
  271. </span>
  272. </a>
  273. </li>
  274. <li>
  275. <a>
  276. <span class="image">
  277. <img src="images/img.jpg" alt="Profile Image" />
  278. </span>
  279. <span>
  280. <span>John Smith</span>
  281. <span class="time">3 mins ago</span>
  282. </span>
  283. <span class="message">
  284. Film festivals used to be do-or-die moments for movie makers. They were where...
  285. </span>
  286. </a>
  287. </li>
  288. <li>
  289. <div class="text-center">
  290. <a>
  291. <strong>See All Alerts</strong>
  292. <i class="fa fa-angle-right"></i>
  293. </a>
  294. </div>
  295. </li>
  296. </ul>
  297. </li>
  298. </ul>
  299. </nav>
  300. </div>
  301. </div>
  302. <!-- /top navigation -->
  303. <!-- page content -->
  304. <div class="right_col" role="main">
  305. <div class="">
  306. <div class="page-title">
  307. <div class="title_left">
  308. <h3>Project Detail <small> design</small></h3>
  309. </div>
  310. <div class="title_right">
  311. <div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
  312. <div class="input-group">
  313. <input type="text" class="form-control" placeholder="Search for...">
  314. <span class="input-group-btn">
  315. <button class="btn btn-default" type="button">Go!</button>
  316. </span>
  317. </div>
  318. </div>
  319. </div>
  320. </div>
  321. <div class="clearfix"></div>
  322. <div class="row">
  323. <div class="col-md-12">
  324. <div class="x_panel">
  325. <div class="x_title">
  326. <h2>New Partner Contracts Consultancy</h2>
  327. <ul class="nav navbar-right panel_toolbox">
  328. <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
  329. </li>
  330. <li class="dropdown">
  331. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
  332. <ul class="dropdown-menu" role="menu">
  333. <li><a href="#">Settings 1</a>
  334. </li>
  335. <li><a href="#">Settings 2</a>
  336. </li>
  337. </ul>
  338. </li>
  339. <li><a class="close-link"><i class="fa fa-close"></i></a>
  340. </li>
  341. </ul>
  342. <div class="clearfix"></div>
  343. </div>
  344. <div class="x_content">
  345. <div class="col-md-9 col-sm-9 col-xs-12">
  346. <ul class="stats-overview">
  347. <li>
  348. <span class="name"> Estimated budget </span>
  349. <span class="value text-success"> 2300 </span>
  350. </li>
  351. <li>
  352. <span class="name"> Total amount spent </span>
  353. <span class="value text-success"> 2000 </span>
  354. </li>
  355. <li class="hidden-phone">
  356. <span class="name"> Estimated project duration </span>
  357. <span class="value text-success"> 20 </span>
  358. </li>
  359. </ul>
  360. <br />
  361. <div id="mainb" style="height:350px;"></div>
  362. <div>
  363. <h4>Recent Activity</h4>
  364. <!-- end of user messages -->
  365. <ul class="messages">
  366. <li>
  367. <img src="images/img.jpg" class="avatar" alt="Avatar">
  368. <div class="message_date">
  369. <h3 class="date text-info">24</h3>
  370. <p class="month">May</p>
  371. </div>
  372. <div class="message_wrapper">
  373. <h4 class="heading">Desmond Davison</h4>
  374. <blockquote class="message">Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua butcher retro keffiyeh dreamcatcher synth.</blockquote>
  375. <br />
  376. <p class="url">
  377. <span class="fs1 text-info" aria-hidden="true" data-icon=""></span>
  378. <a href="#"><i class="fa fa-paperclip"></i> User Acceptance Test.doc </a>
  379. </p>
  380. </div>
  381. </li>
  382. <li>
  383. <img src="images/img.jpg" class="avatar" alt="Avatar">
  384. <div class="message_date">
  385. <h3 class="date text-error">21</h3>
  386. <p class="month">May</p>
  387. </div>
  388. <div class="message_wrapper">
  389. <h4 class="heading">Brian Michaels</h4>
  390. <blockquote class="message">Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua butcher retro keffiyeh dreamcatcher synth.</blockquote>
  391. <br />
  392. <p class="url">
  393. <span class="fs1" aria-hidden="true" data-icon=""></span>
  394. <a href="#" data-original-title="">Download</a>
  395. </p>
  396. </div>
  397. </li>
  398. <li>
  399. <img src="images/img.jpg" class="avatar" alt="Avatar">
  400. <div class="message_date">
  401. <h3 class="date text-info">24</h3>
  402. <p class="month">May</p>
  403. </div>
  404. <div class="message_wrapper">
  405. <h4 class="heading">Desmond Davison</h4>
  406. <blockquote class="message">Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua butcher retro keffiyeh dreamcatcher synth.</blockquote>
  407. <br />
  408. <p class="url">
  409. <span class="fs1 text-info" aria-hidden="true" data-icon=""></span>
  410. <a href="#"><i class="fa fa-paperclip"></i> User Acceptance Test.doc </a>
  411. </p>
  412. </div>
  413. </li>
  414. </ul>
  415. <!-- end of user messages -->
  416. </div>
  417. </div>
  418. <!-- start project-detail sidebar -->
  419. <div class="col-md-3 col-sm-3 col-xs-12">
  420. <section class="panel">
  421. <div class="x_title">
  422. <h2>Project Description</h2>
  423. <div class="clearfix"></div>
  424. </div>
  425. <div class="panel-body">
  426. <h3 class="green"><i class="fa fa-paint-brush"></i> Gentelella</h3>
  427. <p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terr.</p>
  428. <br />
  429. <div class="project_detail">
  430. <p class="title">Client Company</p>
  431. <p>Deveint Inc</p>
  432. <p class="title">Project Leader</p>
  433. <p>Tony Chicken</p>
  434. </div>
  435. <br />
  436. <h5>Project files</h5>
  437. <ul class="list-unstyled project_files">
  438. <li><a href=""><i class="fa fa-file-word-o"></i> Functional-requirements.docx</a>
  439. </li>
  440. <li><a href=""><i class="fa fa-file-pdf-o"></i> UAT.pdf</a>
  441. </li>
  442. <li><a href=""><i class="fa fa-mail-forward"></i> Email-from-flatbal.mln</a>
  443. </li>
  444. <li><a href=""><i class="fa fa-picture-o"></i> Logo.png</a>
  445. </li>
  446. <li><a href=""><i class="fa fa-file-word-o"></i> Contract-10_12_2014.docx</a>
  447. </li>
  448. </ul>
  449. <br />
  450. <div class="text-center mtop20">
  451. <a href="#" class="btn btn-sm btn-primary">Add files</a>
  452. <a href="#" class="btn btn-sm btn-warning">Report contact</a>
  453. </div>
  454. </div>
  455. </section>
  456. </div>
  457. <!-- end project-detail sidebar -->
  458. </div>
  459. </div>
  460. </div>
  461. </div>
  462. </div>
  463. </div>
  464. <!-- /page content -->
  465. <!-- footer content -->
  466. <footer>
  467. <div class="pull-right">
  468. Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
  469. </div>
  470. <div class="clearfix"></div>
  471. </footer>
  472. <!-- /footer content -->
  473. </div>
  474. </div>
  475. <!-- jQuery -->
  476. <script src="../vendors/jquery/dist/jquery.min.js"></script>
  477. <!-- Bootstrap -->
  478. <script src="../vendors/bootstrap/dist/js/bootstrap.min.js"></script>
  479. <!-- FastClick -->
  480. <script src="../vendors/fastclick/lib/fastclick.js"></script>
  481. <!-- NProgress -->
  482. <script src="../vendors/nprogress/nprogress.js"></script>
  483. <!-- ECharts -->
  484. <script src="../vendors/echarts/dist/echarts.min.js"></script>
  485. <!-- Custom Theme Scripts -->
  486. <script src="js/custom.js"></script>
  487. <!-- ECharts -->
  488. <script>
  489. var theme = {
  490. color: [
  491. '#26B99A', '#34495E', '#BDC3C7', '#3498DB',
  492. '#9B59B6', '#8abb6f', '#759c6a', '#bfd3b7'
  493. ],
  494. title: {
  495. itemGap: 8,
  496. textStyle: {
  497. fontWeight: 'normal',
  498. color: '#408829'
  499. }
  500. },
  501. dataRange: {
  502. color: ['#1f610a', '#97b58d']
  503. },
  504. toolbox: {
  505. color: ['#408829', '#408829', '#408829', '#408829']
  506. },
  507. tooltip: {
  508. backgroundColor: 'rgba(0,0,0,0.5)',
  509. axisPointer: {
  510. type: 'line',
  511. lineStyle: {
  512. color: '#408829',
  513. type: 'dashed'
  514. },
  515. crossStyle: {
  516. color: '#408829'
  517. },
  518. shadowStyle: {
  519. color: 'rgba(200,200,200,0.3)'
  520. }
  521. }
  522. },
  523. dataZoom: {
  524. dataBackgroundColor: '#eee',
  525. fillerColor: 'rgba(64,136,41,0.2)',
  526. handleColor: '#408829'
  527. },
  528. grid: {
  529. borderWidth: 0
  530. },
  531. categoryAxis: {
  532. axisLine: {
  533. lineStyle: {
  534. color: '#408829'
  535. }
  536. },
  537. splitLine: {
  538. lineStyle: {
  539. color: ['#eee']
  540. }
  541. }
  542. },
  543. valueAxis: {
  544. axisLine: {
  545. lineStyle: {
  546. color: '#408829'
  547. }
  548. },
  549. splitArea: {
  550. show: true,
  551. areaStyle: {
  552. color: ['rgba(250,250,250,0.1)', 'rgba(200,200,200,0.1)']
  553. }
  554. },
  555. splitLine: {
  556. lineStyle: {
  557. color: ['#eee']
  558. }
  559. }
  560. },
  561. timeline: {
  562. lineStyle: {
  563. color: '#408829'
  564. },
  565. controlStyle: {
  566. normal: {color: '#408829'},
  567. emphasis: {color: '#408829'}
  568. }
  569. },
  570. k: {
  571. itemStyle: {
  572. normal: {
  573. color: '#68a54a',
  574. color0: '#a9cba2',
  575. lineStyle: {
  576. width: 1,
  577. color: '#408829',
  578. color0: '#86b379'
  579. }
  580. }
  581. }
  582. },
  583. map: {
  584. itemStyle: {
  585. normal: {
  586. areaStyle: {
  587. color: '#ddd'
  588. },
  589. label: {
  590. textStyle: {
  591. color: '#c12e34'
  592. }
  593. }
  594. },
  595. emphasis: {
  596. areaStyle: {
  597. color: '#99d2dd'
  598. },
  599. label: {
  600. textStyle: {
  601. color: '#c12e34'
  602. }
  603. }
  604. }
  605. }
  606. },
  607. force: {
  608. itemStyle: {
  609. normal: {
  610. linkStyle: {
  611. strokeColor: '#408829'
  612. }
  613. }
  614. }
  615. },
  616. chord: {
  617. padding: 4,
  618. itemStyle: {
  619. normal: {
  620. lineStyle: {
  621. width: 1,
  622. color: 'rgba(128, 128, 128, 0.5)'
  623. },
  624. chordStyle: {
  625. lineStyle: {
  626. width: 1,
  627. color: 'rgba(128, 128, 128, 0.5)'
  628. }
  629. }
  630. },
  631. emphasis: {
  632. lineStyle: {
  633. width: 1,
  634. color: 'rgba(128, 128, 128, 0.5)'
  635. },
  636. chordStyle: {
  637. lineStyle: {
  638. width: 1,
  639. color: 'rgba(128, 128, 128, 0.5)'
  640. }
  641. }
  642. }
  643. }
  644. },
  645. gauge: {
  646. startAngle: 225,
  647. endAngle: -45,
  648. axisLine: {
  649. show: true,
  650. lineStyle: {
  651. color: [[0.2, '#86b379'], [0.8, '#68a54a'], [1, '#408829']],
  652. width: 8
  653. }
  654. },
  655. axisTick: {
  656. splitNumber: 10,
  657. length: 12,
  658. lineStyle: {
  659. color: 'auto'
  660. }
  661. },
  662. axisLabel: {
  663. textStyle: {
  664. color: 'auto'
  665. }
  666. },
  667. splitLine: {
  668. length: 18,
  669. lineStyle: {
  670. color: 'auto'
  671. }
  672. },
  673. pointer: {
  674. length: '90%',
  675. color: 'auto'
  676. },
  677. title: {
  678. textStyle: {
  679. color: '#333'
  680. }
  681. },
  682. detail: {
  683. textStyle: {
  684. color: 'auto'
  685. }
  686. }
  687. },
  688. textStyle: {
  689. fontFamily: 'Arial, Verdana, sans-serif'
  690. }
  691. };
  692. var echartBarLine = echarts.init(document.getElementById('mainb'), theme);
  693. echartBarLine.setOption({
  694. title: {
  695. x: 'center',
  696. y: 'top',
  697. padding: [0, 0, 20, 0],
  698. text: 'Project Perfomance :: Revenue vs Input vs Time Spent',
  699. textStyle: {
  700. fontSize: 15,
  701. fontWeight: 'normal'
  702. }
  703. },
  704. tooltip: {
  705. trigger: 'axis'
  706. },
  707. toolbox: {
  708. show: true,
  709. feature: {
  710. dataView: {
  711. show: true,
  712. readOnly: false,
  713. title: "Text View",
  714. lang: [
  715. "Text View",
  716. "Close",
  717. "Refresh",
  718. ],
  719. },
  720. restore: {
  721. show: true,
  722. title: 'Restore'
  723. },
  724. saveAsImage: {
  725. show: true,
  726. title: 'Save'
  727. }
  728. }
  729. },
  730. calculable: true,
  731. legend: {
  732. data: ['Revenue', 'Cash Input', 'Time Spent'],
  733. y: 'bottom'
  734. },
  735. xAxis: [{
  736. type: 'category',
  737. data: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  738. }],
  739. yAxis: [{
  740. type: 'value',
  741. name: 'Amount',
  742. axisLabel: {
  743. formatter: '{value} ml'
  744. }
  745. }, {
  746. type: 'value',
  747. name: 'Hours',
  748. axisLabel: {
  749. formatter: '{value} °C'
  750. }
  751. }],
  752. series: [{
  753. name: 'Revenue',
  754. type: 'bar',
  755. data: [2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6, 20.0, 6.4, 3.3]
  756. }, {
  757. name: 'Cash Input',
  758. type: 'bar',
  759. data: [2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3]
  760. }, {
  761. name: 'Time Spent',
  762. type: 'line',
  763. yAxisIndex: 1,
  764. data: [2.0, 2.2, 3.3, 4.5, 6.3, 10.2, 20.3, 23.4, 23.0, 16.5, 12.0, 6.2]
  765. }]
  766. });
  767. </script>
  768. <!-- /ECharts -->
  769. </body>
  770. </html>