How to add Charts in Child row ?
How to add Charts in Child row ?
![intprotest](https://secure.gravatar.com/avatar/44e0a80b123919c53fc170a05201df3e/?default=https%3A%2F%2Fvanillicon.com%2F44e0a80b123919c53fc170a05201df3e_200.png&rating=g&size=120)
code
https://codepen.io/intprotest/pen/eXbKMj
i have datatable and i want chart in child row
parent row - table
child row - charts
1- google - parent row - table
2. microsoft -child row - charts
3. google - parent row - table
4. microsoft - child row - chart
please help
thanks all !
This discussion has been closed.
Replies
Hi @intprotest ,
The child rows can be anything you choose - your
format()
function just needs to create the table/chart that you wish to display.Cheers,
Colin
@colin
Hello
i have datatable + higcharts but i want change json timestamp and i want data from only google sheets
https://codepen.io/intprotest/pen/YeOKBg
but i don't know JS and you can help me ?
My favorite datatables+ higcharts but my problem Replace data![:( :(](https://datatables.net/forums/resources/emoji/frowning.png)
https://codepen.io/intprotest/pen/YeOKBg
please help
thanks all !
Hi @intprotest ,
I've no idea how to integrate with Google sheets - you'll need to see if there's an API that you can utilise, maybe check on StackOverflow and see if anyone has done it there.
Cheers,
Colin
@colin
ok
i have another datatable+charts and i want change timestamp date format
http://live.datatables.net/giquguxo/1/edit
timestamp date format
var country_data =
{"Canada": {"1410048000": 0.417, "1411948800": 0.446, "1415577600": 0.401,
i want standart date format
var country_data =
{"Canada": {"04/07/2019": 0.417, "05/07/2019": 0.446,
or
var country_data =
{"Canada": {"04.07.2019": 0.417, "05.07.2019": 0.446,
you can help me ?
i have one problem
![](https://www.datatables.net/forums/uploads/editor/ef/iwlkrqkb8woc.jpg)
here don't work chart div in child row
code
http://live.datatables.net/fudizupa/1/edit
?
![:( :(](https://datatables.net/forums/resources/emoji/frowning.png)
Hi @intprotest ,
As I said in your other thread, the best place for these kind of questions would be StackOverflow. DataTables' child rows is working fine, the issue is with integration with other software which is beyond our knowledge I'm afraid.
Cheers,
Colin
@colin
Finish
demo
https://codepen.io/intprotest/pen/ewQJrK?editors=1010