Gönderen Konu: İstatistik-Bar-Grafik örneği  (Okunma sayısı 1566 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı burajan

  • Web Programcısı
  • Administrator
  • *
  • İleti: 5109
  • Puan: 334
  • Cinsiyet: Bay
  • Web Programcısı
    • Burak ŞİMŞEK - Kişisel İnternet Sitesi
İstatistik-Bar-Grafik örneği
« : Ağustos 14, 2008, 00:15:37 ÖÖ »
Bu örnekle çeşitli istatistik bilgilerinizi bar-grafik ile gösterebilirsiniz.



Stil dosyanıza eklenecek kod:
Kod: [Seç]
.bargraph {
    font: 0.6em/2em Arial;
    color: #ddb;
    border-collapse: collapse;
    width: 476px;
}
.bargraph td {
    padding:0;
    margin:0;
    vertical-align:bottom;
    text-align:center;
    background: #2d271c url(gridline.gif) 15px bottom;
}
.bargraph th {
    background: #2d271c;
}
.bargraph img{
    display:block;
    border-right: 1px solid #000;
}

Göstereceğiniz yere eklenecek kod:
Kod: [Seç]
<table class="bargraph">
    <tr>
        <th>Visits 2005</th>
        <td>10000<img src="column.gif" width="36" height="10" alt="10000" /></td>
        <td>15000<img src="column.gif" width="36" height="30" alt="15000" /></td>
        <td>20000<img src="column.gif" width="36" height="40" alt="20000" /></td>
        <td>30000<img src="column.gif" width="36" height="60" alt="30000" /></td>
        <td>35000<img src="column.gif" width="36" height="70" alt="35000" /></td>
        <td>40000<img src="column.gif" width="36" height="80" alt="40000" /></td>
        <td>50000<img src="column.gif" width="36" height="100" alt="50000" /></td>
        <td>60000<img src="column.gif" width="36" height="120" alt="60000" /></td>
        <td>70000<img src="column.gif" width="36" height="140" alt="70000" /></td>
        <td>80000<img src="column.gif" width="36" height="160" alt="80000" /></td>
        <td>90000<img src="column.gif" width="36" height="180" alt="90000" /></td>
        <td>100000<img src="column.gif" width="36" height="200" alt="100000" /></td>
    </tr>
    <tr>
        <th></th>
        <th>Jan</th>
        <th>Feb</th>
        <th>Mar</th>
        <th>Apr</th>
        <th>May</th>
        <th>Jun</th>
        <th>Jul</th>
        <th>Aug</th>
        <th>Sep</th>
        <th>Oct</th>
        <th>Nov</th>
        <th>Dec</th>
    </tr>
</table>

İndirmeniz gereken iki adet resim dosyası:
http://www.khmerang.com/csslab/bargraphs/column.gif
http://www.khmerang.com/csslab/bargraphs/gridline.gif

Demo için tıklayın

Kaynak için tıklayın
Konuyu Paylaş:
  delicious  facebook  twitter  google
Kişisel İnternet Sitem => buraksimsek.com.tr - http://www.buraksimsek.com.tr

Lütfen özel mesaj ile destek istemeyiniz. Önce forumda arama yapınız daha sonra forumda ilgili bölüme konu açınız.

 

Benzer Konular

  Konu / Başlatan Yanıt Son İleti
3 Yanıt
2096 Gösterim
Son İleti Ekim 17, 2008, 16:41:18 ÖS
Gönderen: djorge72
1 Yanıt
1526 Gösterim
Son İleti Nisan 08, 2009, 13:10:25 ÖS
Gönderen: Np-88
0 Yanıt
5201 Gösterim
Son İleti Ağustos 14, 2008, 18:39:33 ÖS
Gönderen: burajan
0 Yanıt
1654 Gösterim
Son İleti Mayıs 08, 2009, 21:40:54 ÖS
Gönderen: AdmiN
2 Yanıt
529 Gösterim
Son İleti Eylül 04, 2010, 17:57:09 ÖS
Gönderen: yolcu-55