This topic is locked

CHART PROBLEM -- 3 DATA on MULTIPLE BRANCH

11/15/2007 11:41:37 PM
PHPRunner General questions
J
joesjnr author

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6829&image=1&table=forumtopics' class='bbc_emoticon' alt=':ph34r:' />

Hello...
Got a chart problem here.
I want show in one page/chart where Y axis is Branches.

X axis is the count.
Each Branch has multiple sales data like

Order confirmed

Order received

Order cancelled

Items delivered
The chart should roughly looks like:

---------------------------------------------------------------------------------

SALES STATUS BY BRANCH
Branch

|========= Order confirmed, 100

Branch A |====== Items delivered, 50

|== Order cancelled, 20

|

|===================== Order confirmed, 200

Branch B |================ Items delivered, 160

|= Order cancelled, 10

|_______________________________________________
Order Status, count
Legend:

[BLUE] Order confirmed

[GREEN] Items delivered

[RED] Order cancelled



-----------------------------------------------------------------------------------
I have done this, branches came out but there's no legend showed nor caption showed on the bar. Only count.
Any ideas?
Thanks in advance.
best regards

JOe

J
joesjnr author 11/16/2007
J
joesjnr author 11/20/2007

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=23487&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />
Hello all.
How do I pass the 4 Data Series limit?
Thanks a zillion in advance.