smruti-bapi / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

visualize-info overlaps chart if visualize-info is more than one line #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
visualize-info overlaps chart if visualize-info is more than one line 
you can reproduce the defect by using the following code

$(function(){
    $('table').visualize({width: '420px', height:'300px'});
}); 
</script>   

<table border="1" cellpadding="3" cellspacing="0" class="graph pieGraph">
    <caption>
    Hospitals
    </caption>
    <tr>
        <td>&nbsp;</td>
        <th scope="col">Patients</th>
    </tr>
    <tr>
        <th scope="row">Apollo Hospitals private limited</th>
        <td>5</td>
    </tr>
    <tr>
        <th scope="row">Assured Best Care Hospital private limited</th>
        <td>2</td>
    </tr>
    <tr>
        <th scope="row">Chennai Kaliappa Hospital  private limited</th>
        <td>11</td>
    </tr>
    <tr>
        <th scope="row">CHRISTAIN MEDICAL COLLEGE</th>
        <td>4</td>
    </tr>
    <tr>
        <th scope="row">DR.KAMAKSHI MEMORIAL HOSPITAL  private limited</th>
        <td>4</td>
    </tr>
    <tr>
        <th scope="row">Fortis Malar Hospital  private limited</th>
        <td>9</td>
    </tr>
    <tr>
        <th scope="row">Global Hospitals & Health City  private limited</th>
        <td>6</td>
    </tr>
</table>

Original issue reported on code.google.com by techKarthiks on 6 Dec 2011 at 1:27

Attachments: