use plotly to plot seasonal data in php/javascript -- 2

Job ID: 35916379

Budget: €8 – €30 EUR

I am trying to display weather data on a website in php, and i am trying to use plotly to display a nice look&feel graph.
As an input in php you must have a selectbox:
1. to select a range of time (2y,5y,10y,20y,max)
2. to select the type of weather data (TMIN,TMAX,TAVG,PRCP,DEWP,WDSP,GUST)
3. to select the type of seasonality (week,month,year): this part may be a bit tricky as you need to calculate the seasonality from raw data. if i have a year of raw data and i want a weekly seasonality, i will have a curve of seven point, and each point will be the average of 52 value (there are 52 weeks in a year)
4. to select the type of graph(quantile,raw)
In the graph i need to see for the selected weather data,seasonality :
1. the plot of the lowest 10% quantile (for type of graph quantile only)
2. the plot of the highest 90% quantile (for type of graph quantile only)
3. the plot of the data for the current latest seasonality period
4. the plot of the data for all the seasonality period defined in 'range of time' (for type of graph raw only)

the data is coming from a call in php to mysql database which needs to be implemented ( i have samples for that)

The server is running on ubuntu 14, php 5.5
Related categories: PHP JavaScript Engineering Mathematics