G
gnewsgroup
In one web form of my web application, I need to create a chart like
what's shown here:
http://gnewsgroup.googlepages.com/achartwhichisextremelyhardtocreate
It's like a Gantt chart, and has to be created on the fly depending on
the data retrieved from the database.
This screen shot is from a hard-coded HTML with CSS formatting.
It's too cumbersome to do this stuff in graphics programming, but is
it reliable to do it using HTML and CSS, given that the duration of a
project has to be aligned with the timestamp?
I would like to hear your comments about this task. Thank you very
much.
what's shown here:
http://gnewsgroup.googlepages.com/achartwhichisextremelyhardtocreate
It's like a Gantt chart, and has to be created on the fly depending on
the data retrieved from the database.
This screen shot is from a hard-coded HTML with CSS formatting.
It's too cumbersome to do this stuff in graphics programming, but is
it reliable to do it using HTML and CSS, given that the duration of a
project has to be aligned with the timestamp?
I would like to hear your comments about this task. Thank you very
much.