project_detail.html 23.6 KB
Newer Older
A
Anthony Mutisya 已提交
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
A
Aigars Silkalns 已提交
5 6 7 8 9
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <!-- Meta, title, CSS, favicons, etc. -->
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
A
Anthony Mutisya 已提交
10

A
Aigars Silkalns 已提交
11
  <title>Gentallela Alela! | </title>
A
Anthony Mutisya 已提交
12

A
Aigars Silkalns 已提交
13
  <!-- Bootstrap core CSS -->
A
Anthony Mutisya 已提交
14

A
Aigars Silkalns 已提交
15
  <link href="css/bootstrap.min.css" rel="stylesheet">
A
Anthony Mutisya 已提交
16

A
Aigars Silkalns 已提交
17 18
  <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
  <link href="css/animate.min.css" rel="stylesheet">
A
Anthony Mutisya 已提交
19

A
Aigars Silkalns 已提交
20 21 22
  <!-- Custom styling plus plugins -->
  <link href="css/custom.css" rel="stylesheet">
  <link href="css/icheck/flat/green.css" rel="stylesheet">
A
Anthony Mutisya 已提交
23 24


A
Aigars Silkalns 已提交
25
  <script src="js/jquery.min.js"></script>
A
Anthony Mutisya 已提交
26

A
Aigars Silkalns 已提交
27
  <!--[if lt IE 9]>
A
Anthony Mutisya 已提交
28 29 30
        <script src="../assets/js/ie8-responsive-file-warning.js"></script>
        <![endif]-->

A
Aigars Silkalns 已提交
31 32
  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  <!--[if lt IE 9]>
A
Anthony Mutisya 已提交
33 34 35 36 37 38 39 40 41
          <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->

</head>


<body class="nav-md">

A
Aigars Silkalns 已提交
42
  <div class="container body">
A
Anthony Mutisya 已提交
43 44


A
Aigars Silkalns 已提交
45
    <div class="main_container">
A
Anthony Mutisya 已提交
46

A
Aigars Silkalns 已提交
47 48
      <div class="col-md-3 left_col">
        <div class="left_col scroll-view">
A
Anthony Mutisya 已提交
49

A
Aigars Silkalns 已提交
50 51 52 53
          <div class="navbar nav_title" style="border: 0;">
            <a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentellela Alela!</span></a>
          </div>
          <div class="clearfix"></div>
A
Anthony Mutisya 已提交
54

A
Aigars Silkalns 已提交
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
          <!-- menu prile quick info -->
          <div class="profile">
            <div class="profile_pic">
              <img src="images/img.jpg" alt="..." class="img-circle profile_img">
            </div>
            <div class="profile_info">
              <span>Welcome,</span>
              <h2>John Doe</h2>
            </div>
          </div>
          <!-- /menu prile quick info -->

          <br />

          <!-- sidebar menu -->
          <div id="sidebar-menu" class="main_menu_side hidden-print main_menu">

            <div class="menu_section">
              <h3>General</h3>
              <ul class="nav side-menu">
                <li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="index.html">Dashboard</a>
                    </li>
                    <li><a href="index2.html">Dashboard2</a>
                    </li>
                    <li><a href="index3.html">Dashboard3</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="form.html">General Form</a>
                    </li>
                    <li><a href="form_advanced.html">Advanced Components</a>
                    </li>
                    <li><a href="form_validation.html">Form Validation</a>
                    </li>
                    <li><a href="form_wizards.html">Form Wizard</a>
                    </li>
                    <li><a href="form_upload.html">Form Upload</a>
                    </li>
                    <li><a href="form_buttons.html">Form Buttons</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="general_elements.html">General Elements</a>
                    </li>
                    <li><a href="media_gallery.html">Media Gallery</a>
                    </li>
                    <li><a href="typography.html">Typography</a>
                    </li>
                    <li><a href="icons.html">Icons</a>
                    </li>
                    <li><a href="glyphicons.html">Glyphicons</a>
                    </li>
                    <li><a href="widgets.html">Widgets</a>
                    </li>
                    <li><a href="invoice.html">Invoice</a>
                    </li>
                    <li><a href="inbox.html">Inbox</a>
                    </li>
C
christianesperar 已提交
119
                    <li><a href="calendar.html">Calendar</a>
A
Aigars Silkalns 已提交
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="tables.html">Tables</a>
                    </li>
                    <li><a href="tables_dynamic.html">Table Dynamic</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="chartjs.html">Chart JS</a>
                    </li>
                    <li><a href="chartjs2.html">Chart JS2</a>
                    </li>
                    <li><a href="morisjs.html">Moris JS</a>
                    </li>
                    <li><a href="echarts.html">ECharts </a>
                    </li>
                    <li><a href="other_charts.html">Other Charts </a>
                    </li>
                  </ul>
                </li>
              </ul>
            </div>
            <div class="menu_section">
              <h3>Live On</h3>
              <ul class="nav side-menu">
                <li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="e_commerce.html">E-commerce</a>
                    </li>
                    <li><a href="projects.html">Projects</a>
                    </li>
                    <li><a href="project_detail.html">Project Detail</a>
                    </li>
                    <li><a href="contacts.html">Contacts</a>
                    </li>
                    <li><a href="profile.html">Profile</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="page_404.html">404 Error</a>
                    </li>
                    <li><a href="page_500.html">500 Error</a>
                    </li>
                    <li><a href="plain_page.html">Plain Page</a>
                    </li>
                    <li><a href="login.html">Login Page</a>
                    </li>
                    <li><a href="pricing_tables.html">Pricing Tables</a>
                    </li>

                  </ul>
                </li>
                <li><a><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a>
                </li>
              </ul>
            </div>
A
Anthony Mutisya 已提交
183

A
Aigars Silkalns 已提交
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
          </div>
          <!-- /sidebar menu -->

          <!-- /menu footer buttons -->
          <div class="sidebar-footer hidden-small">
            <a data-toggle="tooltip" data-placement="top" title="Settings">
              <span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
            </a>
            <a data-toggle="tooltip" data-placement="top" title="FullScreen">
              <span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
            </a>
            <a data-toggle="tooltip" data-placement="top" title="Lock">
              <span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
            </a>
            <a data-toggle="tooltip" data-placement="top" title="Logout">
              <span class="glyphicon glyphicon-off" aria-hidden="true"></span>
            </a>
          </div>
          <!-- /menu footer buttons -->
        </div>
      </div>
A
Anthony Mutisya 已提交
205

A
Aigars Silkalns 已提交
206 207
      <!-- top navigation -->
      <div class="top_nav">
A
Anthony Mutisya 已提交
208

A
Aigars Silkalns 已提交
209 210 211 212
        <div class="nav_menu">
          <nav class="" role="navigation">
            <div class="nav toggle">
              <a id="menu_toggle"><i class="fa fa-bars"></i></a>
A
Anthony Mutisya 已提交
213 214
            </div>

A
Aigars Silkalns 已提交
215 216 217 218 219 220
            <ul class="nav navbar-nav navbar-right">
              <li class="">
                <a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
                  <img src="images/img.jpg" alt="">John Doe
                  <span class=" fa fa-angle-down"></span>
                </a>
C
christianesperar 已提交
221
                <ul class="dropdown-menu dropdown-usermenu pull-right">
A
Aigars Silkalns 已提交
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242
                  <li><a href="javascript:;">  Profile</a>
                  </li>
                  <li>
                    <a href="javascript:;">
                      <span class="badge bg-red pull-right">50%</span>
                      <span>Settings</span>
                    </a>
                  </li>
                  <li>
                    <a href="javascript:;">Help</a>
                  </li>
                  <li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a>
                  </li>
                </ul>
              </li>

              <li role="presentation" class="dropdown">
                <a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
                  <i class="fa fa-envelope-o"></i>
                  <span class="badge bg-green">6</span>
                </a>
C
christianesperar 已提交
243
                <ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
A
Aigars Silkalns 已提交
244 245 246
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
247 248
                                        <img src="images/img.jpg" alt="Profile Image" />
                                    </span>
A
Aigars Silkalns 已提交
249
                      <span>
A
Anthony Mutisya 已提交
250
                                        <span>John Smith</span>
A
Aigars Silkalns 已提交
251 252 253 254
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
                                        Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
255
                                    </span>
A
Aigars Silkalns 已提交
256 257 258 259 260
                    </a>
                  </li>
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
261 262
                                        <img src="images/img.jpg" alt="Profile Image" />
                                    </span>
A
Aigars Silkalns 已提交
263
                      <span>
A
Anthony Mutisya 已提交
264
                                        <span>John Smith</span>
A
Aigars Silkalns 已提交
265 266 267 268
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
                                        Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
269
                                    </span>
A
Aigars Silkalns 已提交
270 271 272 273 274
                    </a>
                  </li>
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
275 276
                                        <img src="images/img.jpg" alt="Profile Image" />
                                    </span>
A
Aigars Silkalns 已提交
277
                      <span>
A
Anthony Mutisya 已提交
278
                                        <span>John Smith</span>
A
Aigars Silkalns 已提交
279 280 281 282
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
                                        Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
283
                                    </span>
A
Aigars Silkalns 已提交
284 285 286 287 288
                    </a>
                  </li>
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
289 290
                                        <img src="images/img.jpg" alt="Profile Image" />
                                    </span>
A
Aigars Silkalns 已提交
291
                      <span>
A
Anthony Mutisya 已提交
292
                                        <span>John Smith</span>
A
Aigars Silkalns 已提交
293 294 295 296
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
                                        Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
297
                                    </span>
A
Aigars Silkalns 已提交
298 299 300 301 302 303 304 305 306 307 308 309
                    </a>
                  </li>
                  <li>
                    <div class="text-center">
                      <a>
                        <strong>See All Alerts</strong>
                        <i class="fa fa-angle-right"></i>
                      </a>
                    </div>
                  </li>
                </ul>
              </li>
A
Anthony Mutisya 已提交
310

A
Aigars Silkalns 已提交
311 312 313
            </ul>
          </nav>
        </div>
A
Anthony Mutisya 已提交
314

A
Aigars Silkalns 已提交
315 316
      </div>
      <!-- /top navigation -->
A
Anthony Mutisya 已提交
317

A
Aigars Silkalns 已提交
318 319
      <!-- page content -->
      <div class="right_col" role="main">
A
Anthony Mutisya 已提交
320

A
Aigars Silkalns 已提交
321 322 323 324 325
        <div class="">
          <div class="page-title">
            <div class="title_left">
              <h3>Project Detail <small> design</small></h3>
            </div>
A
Anthony Mutisya 已提交
326

A
Aigars Silkalns 已提交
327 328 329 330 331
            <div class="title_right">
              <div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
                <div class="input-group">
                  <input type="text" class="form-control" placeholder="Search for...">
                  <span class="input-group-btn">
A
Anthony Mutisya 已提交
332 333 334
                            <button class="btn btn-default" type="button">Go!</button>
                        </span>
                </div>
A
Aigars Silkalns 已提交
335 336 337 338 339 340 341 342 343 344 345
              </div>
            </div>
          </div>
          <div class="clearfix"></div>

          <div class="row">
            <div class="col-md-12">
              <div class="x_panel">
                <div class="x_title">
                  <h2>New Partner Contracts Consultancy</h2>
                  <ul class="nav navbar-right panel_toolbox">
346
                    <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
A
Aigars Silkalns 已提交
347 348 349 350 351 352 353 354 355 356
                    </li>
                    <li class="dropdown">
                      <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
                      <ul class="dropdown-menu" role="menu">
                        <li><a href="#">Settings 1</a>
                        </li>
                        <li><a href="#">Settings 2</a>
                        </li>
                      </ul>
                    </li>
357
                    <li><a class="close-link"><i class="fa fa-close"></i></a>
A
Aigars Silkalns 已提交
358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
                    </li>
                  </ul>
                  <div class="clearfix"></div>
                </div>

                <div class="x_content">

                  <div class="col-md-9 col-sm-9 col-xs-12">

                    <ul class="stats-overview">
                      <li>
                        <span class="name"> Estimated budget </span>
                        <span class="value text-success"> 2300 </span>
                      </li>
                      <li>
                        <span class="name"> Total amount spent </span>
                        <span class="value text-success"> 2000 </span>
                      </li>
                      <li class="hidden-phone">
                        <span class="name"> Estimated project duration </span>
                        <span class="value text-success"> 20 </span>
                      </li>
                    </ul>
                    <br />

                    <div id="mainb" style="height:350px;"></div>

                    <div>

                      <h4>Recent Activity</h4>

                      <!-- end of user messages -->
                      <ul class="messages">
                        <li>
                          <img src="images/img.jpg" class="avatar" alt="Avatar">
                          <div class="message_date">
                            <h3 class="date text-info">24</h3>
                            <p class="month">May</p>
                          </div>
                          <div class="message_wrapper">
                            <h4 class="heading">Desmond Davison</h4>
                            <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>
                            <br />
                            <p class="url">
                              <span class="fs1 text-info" aria-hidden="true" data-icon=""></span>
                              <a href="#"><i class="fa fa-paperclip"></i> User Acceptance Test.doc </a>
                            </p>
                          </div>
                        </li>
                        <li>
                          <img src="images/img.jpg" class="avatar" alt="Avatar">
                          <div class="message_date">
                            <h3 class="date text-error">21</h3>
                            <p class="month">May</p>
                          </div>
                          <div class="message_wrapper">
                            <h4 class="heading">Brian Michaels</h4>
                            <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>
                            <br />
                            <p class="url">
                              <span class="fs1" aria-hidden="true" data-icon=""></span>
                              <a href="#" data-original-title="">Download</a>
                            </p>
                          </div>
                        </li>
                        <li>
                          <img src="images/img.jpg" class="avatar" alt="Avatar">
                          <div class="message_date">
                            <h3 class="date text-info">24</h3>
                            <p class="month">May</p>
                          </div>
                          <div class="message_wrapper">
                            <h4 class="heading">Desmond Davison</h4>
                            <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>
                            <br />
                            <p class="url">
                              <span class="fs1 text-info" aria-hidden="true" data-icon=""></span>
                              <a href="#"><i class="fa fa-paperclip"></i> User Acceptance Test.doc </a>
                            </p>
                          </div>
                        </li>
                      </ul>
                      <!-- end of user messages -->

A
Anthony Mutisya 已提交
442 443 444

                    </div>

A
Aigars Silkalns 已提交
445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499

                  </div>

                  <!-- start project-detail sidebar -->
                  <div class="col-md-3 col-sm-3 col-xs-12">

                    <section class="panel">

                      <div class="x_title">
                        <h2>Project Description</h2>
                        <div class="clearfix"></div>
                      </div>
                      <div class="panel-body">
                        <h3 class="green"><i class="fa fa-paint-brush"></i> Gentelella</h3>

                        <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>
                        <br />

                        <div class="project_detail">

                          <p class="title">Client Company</p>
                          <p>Deveint Inc</p>
                          <p class="title">Project Leader</p>
                          <p>Tony Chicken</p>
                        </div>

                        <br />
                        <h5>Project files</h5>
                        <ul class="list-unstyled project_files">
                          <li><a href=""><i class="fa fa-file-word-o"></i> Functional-requirements.docx</a>
                          </li>
                          <li><a href=""><i class="fa fa-file-pdf-o"></i> UAT.pdf</a>
                          </li>
                          <li><a href=""><i class="fa fa-mail-forward"></i> Email-from-flatbal.mln</a>
                          </li>
                          <li><a href=""><i class="fa fa-picture-o"></i> Logo.png</a>
                          </li>
                          <li><a href=""><i class="fa fa-file-word-o"></i> Contract-10_12_2014.docx</a>
                          </li>
                        </ul>
                        <br />

                        <div class="text-center mtop20">
                          <a href="#" class="btn btn-sm btn-primary">Add files</a>
                          <a href="#" class="btn btn-sm btn-warning">Report contact</a>
                        </div>
                      </div>

                    </section>

                  </div>
                  <!-- end project-detail sidebar -->

                </div>
              </div>
A
Anthony Mutisya 已提交
500
            </div>
A
Aigars Silkalns 已提交
501
          </div>
A
Anthony Mutisya 已提交
502 503
        </div>

A
Aigars Silkalns 已提交
504 505
        <!-- footer content -->
        <footer>
506 507
          <div class="pull-right">
            Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
A
Aigars Silkalns 已提交
508 509 510 511 512 513 514
          </div>
          <div class="clearfix"></div>
        </footer>
        <!-- /footer content -->

      </div>
      <!-- /page content -->
A
Anthony Mutisya 已提交
515 516
    </div>

A
Aigars Silkalns 已提交
517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610
  </div>

  <div id="custom_notifications" class="custom-notifications dsp_none">
    <ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
    </ul>
    <div class="clearfix"></div>
    <div id="notif-group" class="tabbed_notifications"></div>
  </div>

  <script src="js/bootstrap.min.js"></script>

  <!-- bootstrap progress js -->
  <script src="js/progressbar/bootstrap-progressbar.min.js"></script>
  <!-- icheck -->
  <script src="js/icheck/icheck.min.js"></script>

  <script src="js/custom.js"></script>

  <!-- echart -->
  <script src="js/echart/echarts-all.js"></script>
  <script src="js/echart/green.js"></script>
  <!-- pace -->
  <script src="js/pace/pace.min.js"></script>


  <script>
    var myChart9 = echarts.init(document.getElementById('mainb'), theme);
    myChart9.setOption({
      title: {
        x: 'center',
        y: 'top',
        padding: [0, 0, 20, 0],
        text: 'Project Perfomance :: Revenue vs Input vs Time Spent',
        textStyle: {
          fontSize: 15,
          fontWeight: 'normal'
        }
      },
      tooltip: {
        trigger: 'axis'
      },
      toolbox: {
        show: true,
        feature: {
          dataView: {
            show: true,
            readOnly: false
          },
          restore: {
            show: true
          },
          saveAsImage: {
            show: true
          }
        }
      },
      calculable: true,
      legend: {
        data: ['Revenue', 'Cash Input', 'Time Spent'],
        y: 'bottom'
      },
      xAxis: [{
        type: 'category',
        data: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
      }],
      yAxis: [{
        type: 'value',
        name: 'Amount',
        axisLabel: {
          formatter: '{value} ml'
        }
      }, {
        type: 'value',
        name: 'Hours',
        axisLabel: {
          formatter: '{value} °C'
        }
      }],
      series: [{
        name: 'Revenue',
        type: 'bar',
        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]
      }, {
        name: 'Cash Input',
        type: 'bar',
        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]
      }, {
        name: 'Time Spent',
        type: 'line',
        yAxisIndex: 1,
        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]
      }]
    });
  </script>
A
Anthony Mutisya 已提交
611 612 613

</body>

A
Aigars Silkalns 已提交
614
</html>