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

Doughnut Chart for ReactTable Each cell as different values

Viewing 5 posts - 1 through 5 (of 5 total)
  • #22197

    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

    #22201

    @mannehareesh,

    You can render chart inside a table row/cell. Please take a look at this jsfiddle.


    Vishwas R
    Team CanvasJS

    #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>

    #22206

    @mannehareesh,

    Please take a look at this updated jsfiddle.


    Vishwas R
    Team CanvasJS

    #22221

    Thanku! it works for me!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.