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?

Graph label for data point
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Graph label for data point
#44382
Graph label for data point 10 Years, 9 Months ago Karma: 0
Hi,
I'm using ARI Data tables and "ARI GChart" as table type, with SQL as a source type. And I'm using module id for placement in the articles. I have a couple of queries:

1. Can I get a label option for each data point, when I hover over it in the graph. Right now, it shows the value based on x-axis and y-axis. Instead, I need to show another database value that acts as a tag for each data point. Please see the attached file for more info.

2. Right now, I'm displaying data based on {$UserId}, the currently logged in user. Can this UserId be fed to the module on the fly as a variable. Example: I have a dropdown with list of userids. When I select one from the list, I need to feed the selected userid into the ARI DataTable module and display the data only for the selected userid.

Thanks in advance!
Last Edit: 2013/09/12 17:39 By thabal.Reason: Attaching file of proper size (within 800px)
The administrator has disabled public write access.
 
#44395
Re:Graph label for data point 10 Years, 9 Months ago Karma: 748
Hello,

1. The extension doesn't support this ability.

2. It is possible to use request variable in "WHERE" clauses of SQL query. It looks like:

SELECT
*
FROM
#__users
WHERE
id = {$REQUEST:selUserId}

so it is possible to load the module into an article and create a HTML form outside the module in the article where will be possible to select a user and then send ID of selected user to the module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44438
Re:Graph label for data point 10 Years, 9 Months ago Karma: 0
Thank you for the quick response! Will check out the solution for Q2.
The administrator has disabled public write access.
 
Go to topPage: 1