# Create a graph from data

**URL:** https://discourse.nodered.org/t/create-a-graph-from-data/26821
**Category:** Dashboard
**Created:** [17 May 2020 19:02 UTC](https://discourse.nodered.org/t/create-a-graph-from-data/26821 "2020-05-17T19:02:23Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [18 May 2020 07:38 UTC](https://discourse.nodered.org/t/create-a-graph-from-data/26821/8 "2020-05-18T07:38:01Z")

</div>

Hi @noob96 What @zenofmud is saying (in visual terms) is...

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/1/9/19ee517de8c52d7b27d9ea9cae198a58678e910d.png)

Have a read of this thread - I visually explained this process for someone else [here](https://discourse.nodered.org/t/manipulate-vector-for-dashboard-chart-node/25298/3)

some clues...

- for changing time string to Date number (epoch), this can be done in JS - search the internet for "javascript date string to epoch"
- for changing a string number to actual number - search for "javascript `parseInt`"

---

_[View the full topic](https://discourse.nodered.org/t/create-a-graph-from-data/26821)._
