Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Pie Chart doesn't show first result
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Pie Chart doesn't show first result
#54459
Pie Chart doesn't show first result 8 Years, 11 Months ago Karma: 0
I am trying to build a pie chart with the Data Visualizer. This is the query:

select name, count(*) as amount from #___matches
join #___maps on map = map_id
where exists
(select 1 from #___leagues where league = league_id and region = 'XXX')
group by name, map
order by amount desc

one pie chart can be found here:
www.aapg-stats.com/9-info-articles/15-toplist-na
the other one here:
www.aapg-stats.com/9-info-articles/14-toplist-eu

both charts do not include the very first result with the highest count. If i just run the query then i see 13 rows for the first and 12 rows for the second query but the pie charts have one result less each.

Can you tell me how to display all results?

EDIT: In both settings in the backend I have added the appropriate amount of colors for both text and for the piece of pie.
Last Edit: 2015/05/07 11:37 By Moh.Aw.
The administrator has disabled public write access.
 
#54460
Re:Pie Chart doesn't show first result 8 Years, 11 Months ago Karma: 748
Hello,

Set "Show header" parameter to "Yes" in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54463
Re:Pie Chart doesn't show first result 8 Years, 11 Months ago Karma: 0
worked. thank you.
The administrator has disabled public write access.
 
Go to topPage: 1