Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.65 KB | None | 0 0
  1. <div class="container">
  2.                 <!-- Title -->
  3.                 <div class="hk-pg-header">
  4.                     <h4 class="hk-pg-title"><span class="pg-title-icon"><span class="feather-icon"><i data-feather="bar-chart"></i></span></span>Bar Chart</h4>
  5.                 </div>
  6.                 <!-- /Title -->
  7.  
  8.                 <!-- Row -->
  9.                 <div class="row">
  10.                     <div class="col-xl-12">
  11.  
  12.                        
  13.  
  14.  
  15.                         <section class="hk-sec-wrapper" style="height: 470px;">
  16.  
  17.                             <h6 class="hk-sec-title">Horizontal Bar Chart</h6>
  18.  
  19.                             <div class="col-sm-12">
  20.  
  21.                                 <div class="col-sm-3" style="height: 400px; background: #ffffff; float: left;">
  22.  
  23.                                     <div style="width: 70%; float: left;">
  24.                                         <div style="display: block; height: 200px; text-align:center; line-height:200px;">
  25.                                             LOCAL
  26.                                         </div>
  27.                                         <div style="display: block; height: 200px; text-align:center; line-height:200px;">
  28.                                             MULTI NATIONAL
  29.                                         </div>
  30.                                     </div>
  31.  
  32.                                     <div style="width: 30%; float: right;">
  33.  
  34.                                         <div style="height: 200px; background: #1589B9"></div>
  35.                                         <div style="height: 200px; background: #FF6B5E"></div>
  36.                                        
  37.                                     </div>
  38.  
  39.                                 </div>
  40.  
  41.                                 <div class="col-sm-9" style="float:right;">
  42.                                     <div class="row">
  43.                                         <div class="col-sm">
  44.                                             <div id="e_chart_2" class="echart" style="height:200px;"></div>
  45.                                         </div>
  46.                                     </div>
  47.  
  48.                                     <div class="row">
  49.                                         <div class="col-sm">    
  50.                                             <div id="e_chart_2_1" class="echart" style="height:200px;"></div>
  51.                                         </div>
  52.                                     </div>
  53.                                 </div>
  54.  
  55.                             </div>
  56.  
  57.                         </section>
  58.  
  59.  
  60.                     </div>
  61.                 </div>
  62.                 <!-- /Row -->
  63.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement