Home Forums Chart Support Doughnut Chart for ReactTable Each cell as different values Reply To: Doughnut Chart for ReactTable Each cell as different values

#22205

It is not working two rows.//Here code for table.

<table id=”chartTable” border=”1px sold blue”>
<tr>
<td>25</td>
<td>40</td>
<td>50</td>
<td>60</td>
</tr>
<tr>
<td>25</td>
<td>40</td>
<td>50</td>
<td>60</td>
</tr>
</table>