Chance1234
IS-IT--Management
I have a table, in it are four columns
Date, Parent, Item, Total
============================
basicly for each day thre are 4 parents, and those 4 parents all contain about 5 different items each.
always the same no matter what day as the data is created from code for MIS purposes so no problem there,
now here is my problem
I want to create a Trend Graph for each ITEM in the table, nice and simple date along the bottom , total along the side, BUT !!! I need to publish these graphs daily as a web page,
but ! its taking bloody ages to create each graph, also how do i convert it to html ?
Chance
Date, Parent, Item, Total
============================
basicly for each day thre are 4 parents, and those 4 parents all contain about 5 different items each.
always the same no matter what day as the data is created from code for MIS purposes so no problem there,
now here is my problem
I want to create a Trend Graph for each ITEM in the table, nice and simple date along the bottom , total along the side, BUT !!! I need to publish these graphs daily as a web page,
but ! its taking bloody ages to create each graph, also how do i convert it to html ?
Chance