Displaying graphs

I need a bit of help getting the graphs to display on SteelSeries gauges. I have a basic setup of a Vantage Pro 2 running Weather Display and producing a Weather Display Live page. The page is at
http://www.rc-weather.info/wx/
I have setup a Steel Series Gauges folder on the website making and the basic gauges seem to be working here
http://www.rc-weather.info/steelg/gauges-ssT.htm
I know I have work to do yet on the static text on the page. But I can’t get the graphs working. To be honest I don’t know where they are so at the moment the following two lines in the gauges.js file are at their default setting.

var g_imgPathURL = “images/”; //*** Change this to the relative path for your ‘Trend’ graph images
var g_oldGauges = “gauges.htm”; //*** Change this to the relative path for your ‘old’ gauges page.

I don’t know if it’s something else I need to do in the WD config to produce these graph files. Or if they are uploaded and I just don’t know where they are.

Thank’s.

The graphs used here are actually not produced by WD, but with a completely separate set of scripts called, oddly enough :roll: , wxgraphs. I’ve forgotten where the set came from, but a search here should bring it up.

Thank’s John. As WDL displays graphs I think I was expecting to find them tucked away in the wx directory somewhere.