Chart example with DateTime - amount - revenue [message #259861] |
Mon, 29 October 2007 16:17  |
Eclipse User |
|
|
|
Hi,
I am trying to put together a (line) chart that shows the revenue for
several years. The X axis should consists of the months and the Y of the
SUM(Revenue). Each year should be represented with a different (colored)
bar.
The data is in the dataset in the form
[timestamp sale] [product] [amount] [revenue]
(for a certain month in the same year, multiple rows are used; each sale has
its own row).
Is there a tutorial or a sample somewhere available?
Klaasjan
|
|
|
Re: Chart example with DateTime - amount - revenue [message #259936 is a reply to message #259861] |
Tue, 30 October 2007 06:20  |
Eclipse User |
|
|
|
You mean each month should have a different color? or each year? If you
group by month, and color by year, this needs to be done with scripting.
There are some examples available in the chart examples plugin, or in the
chart examples view in eclipse.
Thanks,
David
"Klaasjan Tukker" <klaasjan@tukker.org> wrote in message
news:fg5f1f$qpr$1@build.eclipse.org...
> Hi,
>
> I am trying to put together a (line) chart that shows the revenue for
> several years. The X axis should consists of the months and the Y of the
> SUM(Revenue). Each year should be represented with a different (colored)
> bar.
>
> The data is in the dataset in the form
>
> [timestamp sale] [product] [amount] [revenue]
>
> (for a certain month in the same year, multiple rows are used; each sale
> has its own row).
>
> Is there a tutorial or a sample somewhere available?
>
> Klaasjan
>
|
|
|
Powered by
FUDForum. Page generated in 0.05315 seconds