1 .chart {2 font-size: 8px;3 }4 5 .chart .label {6 position: absolute;7 width: 100px;8 text-align: right;9 }10 11 .chart .row {12 padding-left: 108px;13 height: 16px;14 border-bottom: solid silver 1px;15 }16 17 .chart .bar {18 display: block;19 height: 100%;20 float: left;21 text-align: center;22 cursor: pointer;23 overflow: hidden;24 }25 26 .chart .bar-delay {27 background: #F4F4F4;28 }29 30 .chart .bar-waiting {31 background: lightblue; 32 }33 34 .chart .bar-request {35 background: dodgerblue;36 color: white;37 }38 39 .chart .bar-end div {40 height: 200px;41 position: absolute;42 border-left: red dashed 1px;43 }44 45 .chart .row .bar-second:nth-child(2n) {46 background: gray;47 }48 49 .chart .row .bar-second:nth-child(2n+1) {50 color: white;51 background: #333333;52 }53 54
Este ShareCode tiene versiones:
- God Ajax Test 1 Test 2 - Fast calls ... (24/04/2013)
- God Ajax Test 1 Test 2 - Fast calls ... (24/04/2013)
- God Ajax Test 1 Test 2 - Fast calls ... (24/04/2013)
- God Ajax Test 1 Test 2 - Fast calls ... (24/04/2013)
Enlace
El enlace para compartir es: