You must be logged in to post your query.
Home › Forums › Chart Support › Doughnut Chart for ReactTable Each cell as different values
Tagged: Doughnut chart
It should be like Dash board.Each React Table Cell With different Doughnut chart. For Example Table length N*N it should have N*N Doughnut Charts. Note:each cell with different values
@mannehareesh,
You can render chart inside a table row/cell. Please take a look at this jsfiddle.
— Vishwas R Team CanvasJS
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>
Please take a look at this updated jsfiddle.
Thanku! it works for me!
You must be logged in to reply to this topic. Login/Register