Problème avec JQuery Visualize
benf35
Messages postés
39
Statut
Membre
-
benf35 Messages postés 39 Statut Membre -
benf35 Messages postés 39 Statut Membre -
Bonjour,
J'ai un petit problème pour l'utiliser.
Il faut que je trouve comment afficher les lignes que je souhaites, et non toutes les lignes comme il fait actuellement.
http://www.dator.fr/jquery-visualize-des-graphiques-avec-du-javascript-et-des-canvas-html/
Par exemple pour çà
(voir le tableau html et graphique)
Je souhaiterais qu'il n'affiche QUE la ligne correspondant à Habitation, sans prendre en compte le pourcentage.
Merci à tous ceux qui m'aideront :)
J'ai un petit problème pour l'utiliser.
Il faut que je trouve comment afficher les lignes que je souhaites, et non toutes les lignes comme il fait actuellement.
http://www.dator.fr/jquery-visualize-des-graphiques-avec-du-javascript-et-des-canvas-html/
Par exemple pour çà
<table>
<caption>Impôts</caption>
<thead>
<tr>
<th></th>
<th>Papa</th>
<th>Maman</th>
</tr>
</thead>
<tbody>
<tr>
<th>Habitation</th>
<td>5000</td>
<td>5000</td>
</tr>
<tr>
<th>Pourcentage</th>
<td>50%</td>
<td>50%</td>
</tr>
</tbody>
</table>
(voir le tableau html et graphique)
Je souhaiterais qu'il n'affiche QUE la ligne correspondant à Habitation, sans prendre en compte le pourcentage.
Merci à tous ceux qui m'aideront :)
A voir également:
- Problème avec JQuery Visualize
- Redirection Jquery onclick ✓ - Forum Javascript
- Jquery refresh dom ✓ - Forum Javascript
- Probleme de scope en jQuery. je conprend pas, ✓ - Forum Javascript
- Afficher et cacher en jquery ✓ - Forum Javascript
- La faille csrf en jquery ? - Forum Javascript