Get Plotly to work on PHP w/ Oracle OCI8

Hello,

I’m very new into plotly and php.

I have a PHP page with a query function that return a time series data. see below.

I was able to output the data to a table.

I would like to plot this data in a line graph using Plotly/PHP. Does anyone have detail steps on how to get that done? thanks in advance.

($data = get_table_data($db, $ts_id, $day):wink: