src/templates/SparklineWidget.html
branchpopcorn-port
changeset 834 573c7ca752e0
parent 833 33a5d5882be4
child 835 a8af9da7c622
equal deleted inserted replaced
833:33a5d5882be4 834:573c7ca752e0
     1 <div class='Ldt-sparklineWidget' style='width: {{width}}px; height: {{height}}px'>
       
     2     <div class='Ldt-sparkLinePositionMarker' style='width: 0px; height: {{height}}px'></div>
       
     3     <div class='Ldt-sparkLineClickOverlay' style='width: {{width}}px; height: {{height}}px'></div>
       
     4     <div class='Ldt-sparkLine' style='width: {{width}}px; height: {{height}}px'>Loading</div>
       
     5 </div>