Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

350
Views
How to load a Line Chart in AG Grid React

I'm trying to load a line chart within AG Grid for React. I have my Grid component and include the chart as a value for one of the grid rowData keys.

   const [rowData] = useState([
       { '#': 1, name: "Coin", price: 100, 'Price last 7 days': <GridChartsModule options={options} /> }
   ]);

   <div className="ag-theme-alpine" style={{height: 400, width: 1400, margin: '0 auto'}}>
       <AgGridReact
           rowData={rowData}
           columnDefs={columnDefs}>
       </AgGridReact>
   </div>

When I run this it gives me [object Object] instead of actually rendering the chart. How can you add charts inline within AG Grid?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!