i know that, but i need to somehow put my timestamp (specificly the time part: hh:mm:ss) on the timseries constructor, but, the first parameter is an regulartime period or something like that...
lol !!! thx... im glad u understand even w/my terrible english... i have other question... i get from my DB a timestamp (thats what i want to put on my X axis)... (i want that it shows like: 09:00:00 09:00:20 .... and so on)... how should i pass the parameter to the addorupdate? series.addOrUpdate( ...
hi there... im trying to create a multiple data set TimeSeriesChart.... the thing is, i recolect data from a data base (datatime (TIMESTAMP) , value (DOUBLE)) ... but, i have values recolected that have same timestamps in my DB (wich is suposse to be like that...), something like this: +------------...