1

Thank you for taking the time to read my post this is taking me ages.

Basically I want to create a graph that displays 07:00 at the bottom to 20:00 at the top of the y axis. Then on the x axis I want the days of the month. Then the users clocking in/out activity in the graph as in clocked in duration and clocked out duration on that day. The main problem I am having is how to specify a start and end point for each of the stacked bars (each clock in/out activity) is any library I've tried (tried jqplot and FusionCharts)

If anyone could suggest a php/javascript library that would allow me to create a stacked column bar chart that lets me specify the start and end point of each entry in the stack that would be great. (sort of like the block plot in jqplot but with bars)

Thanks :-)

4

1 に答える 1

1

Visifireを試してみてください。Visifire は、JavaScript およびマネージ コードからのチャートとゲージの開発をサポートします。次のリンクを確認してください。

http://www.visifire.com/silverlight_stacked_charts_gallery.php

http://www.visifire.com/documentation/Visifire_Documentation/Charts/Quick_Start/Silverlight/Working_with_JavaScript.htm

チャート内で AxisX と AxisY の両方の DateTime 値を操作すると、Visifire は AxisX でのみ DateTime 値をサポートしますが、CustomAxisLabels 機能を使用して AxisY で DateTime 値を表示することもできます。詳細については、以下のリンクを確認してください。

http://www.visifire.com/documentation/Visifire_Documentation/Charts/Reference/Chart_Elements_Reference/CustomAxisLabels.htm

于 2011-08-31T06:35:33.627 に答える