RejectedSoftware Forums

Sign up

Draw graphics on site drom DB

I would need to load huge amount of text data to DB. This data is csv datas and have very simple structure:
data time value1 value2 value3

Would it's possible to draw from this data dynamic graphics online? Is there any example? If it's hard to draw dynamic datas I would glad to see an example with drawing static image.

Something like this http://it.kgsu.ru/MSExcel/images/ris71_2.jpg

Re: Draw graphics on site drom DB

On Mon, 20 May 2013 11:43:28 GMT, Suliman wrote:

I would need to load huge amount of text data to DB. This data is csv datas and have very simple structure:
data time value1 value2 value3

Would it's possible to draw from this data dynamic graphics online? Is there any example? If it's hard to draw dynamic datas I would glad to see an example with drawing static image.

Something like this http://it.kgsu.ru/MSExcel/images/ris71_2.jpg

While I don't know of a good ready-to-use solution, if making something from scratch, I would recommend to generate SVG. It's supported on virtually any browser today and trivial to generate (but a hell to parse...) - and there is basically no computational overhead on the server, such as JPEG compression.