# No history data in custom charts

**URL:** https://community.wandb.ai/t/no-history-data-in-custom-charts/2087
**Category:** W&B Help
**Tags:** wandb
**Created:** [March 15, 2022, 2:03pm UTC](https://community.wandb.ai/t/no-history-data-in-custom-charts/2087 "2022-03-15T14:03:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![eldarkurtic](https://avatars.discourse-cdn.com/v4/letter/e/f9ae1b/32.png) [@eldarkurtic](https://community.wandb.ai/u/eldarkurtic)
#### Post date: [March 15, 2022, 2:03pm UTC](https://community.wandb.ai/t/no-history-data-in-custom-charts/2087/1 "2022-03-15T14:03:29Z")

</div>

Hi everyone,  
I have been running a sweep with wandb and logged data (loss, accuracy, val\_loss, val\_accuracy) via wandb.keras.WandbCallback(). All plots over all epochs are plotted nicely in the main panel, but now I would like to create some custom charts. To be able to do that, I have tried to use the `history` field in the query but seems like it’s empty. On the other hand, `summary` field seems okay (as can be seen in the screenshot).  
How do I get access to all these metrics logged in each epoch?

 ![Screenshot 2022-03-15 at 15.01.54](https://us1.discourse-cdn.com/flex020/uploads/wandb/original/1X/12ecb1489c44995a08fbc00d8f1a7ff46357ec8e.png)

---

<div class="post-metadata">

### Author: ![ramit\_goolry](https://avatars.discourse-cdn.com/v4/letter/r/85e7bf/32.png) [@ramit\_goolry](https://community.wandb.ai/u/ramit_goolry)
#### Post date: [March 15, 2022, 5:58pm UTC](https://community.wandb.ai/t/no-history-data-in-custom-charts/2087/2 "2022-03-15T17:58:48Z")

</div>

Hi @eldarkurtic,

I’m sorry you are facing this issue. I tested this on my end seems like this is something that will have to be reported to our engineering team to be resolved. I found a workaround for you however:

1. Select `summary` and place keys in there  

2. Change `summary` to `history` through the dropdown menu  

and you should have your keys present in `history` and can be used as such.

Thanks,  
Ramit

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/wandb/original/1X/366b649231631dbab896843020da0056074ac79d.png) [@system](https://community.wandb.ai/u/system)
#### Post date: [May 14, 2022, 5:59pm UTC](https://community.wandb.ai/t/no-history-data-in-custom-charts/2087/3 "2022-05-14T17:59:38Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
