Re: DBD::chart linegraph questions
From: Dean Arnold (darnold_at_presicient.com)
Date: 04/07/04
- Next message: Jeff Urlwin: "RE: :ODBC to SQL Server - can 2 queries be open at same time on 1 connection"
- Previous message: Graham Davison: "DBD::ODBC to SQL Server - can 2 queries be open at same time on 1 connection"
- In reply to: Rajdeep Singh Chimni: "DBD::chart linegraph questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Rajdeep Singh CHIMNI" <rajdeep.singh@st.com>, <dbi-users@perl.org> Date: Wed, 7 Apr 2004 09:38:16 -0700
>
> Hi people,
>
> I am trying to graph a line chart of bandwitdh utilization.see attachment.
>
> 1)The x axis is determined by the module itself.
> Is there anyway i can override this and determine my own x axis.
> Can i have say points every hour with markers every four harrs in a daily graph.
No. Not certain how that could even be implemented; however,
some restrictive INTERVAL definition might be feasible. I'll take it
under advisement.
> 2)the legend also appears automatically is there anyway
> i can specify the position of the legend.
Not yet. I'll add that to the list. Maybe something like LEGEND=(x,y)
> 3)If suppose there is a daily graph for a router and there is no data,
> can i have a linegraph upto the last data point then a break and then the
> line graph starts again.Right now a line gets drawn between the last
> polled point before the break and after .
> eg 10,12,3,4,5,NULL,NULL,NULL,25
No. At present DBD::Chart simply interpolates thru NULL pts.
Not certain how to handle that "heuristically"; however, the app can
provide that by treating the discontinuity as a separate graph (ie,
supply the first batch of pts as one graph, and the next batch as a 2nd
graph. etc.)
One other point: I suspect the folks on this list may not consider
this truly "on topic" (in fact some consider the whole concept
of DBD::Chart/DBIx::Chart absurd 8^),
so if you have further questions, either contact me offlist
directly, or use the c.l.p.modules newsgroup (which I monitor).
Regards,
Dean Arnold
Presicient Corp.
www.presicient.com
- Next message: Jeff Urlwin: "RE: :ODBC to SQL Server - can 2 queries be open at same time on 1 connection"
- Previous message: Graham Davison: "DBD::ODBC to SQL Server - can 2 queries be open at same time on 1 connection"
- In reply to: Rajdeep Singh Chimni: "DBD::chart linegraph questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|