begin  quoting Barry Gershenfeld as of Fri, Sep 22, 2006 at 06:01:55PM -0700:
[unattributed quote snipped]
> The embedded computer has a web server (with php, but not the php add-ons),
> and the display takes place on a client's web browser.

I'm sure generating a table-based histogram would be a doddle in php.
What's your input data look like? 

Pass 1 through the data file to get # of elements, max, and min.
Emit table header.
Pass 2 through the data to generate histogram.
Emit table footer.

If you're looking for line-charts, well, that's a little more
complicated.

Do browsers handle X bitmaps?

-- 
_ |\_
 \|

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to