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?

Wrap Data Visualizer around other code?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Wrap Data Visualizer around other code?
#21090
Wrap Data Visualizer around other code? 12 Years, 6 Months ago Karma: 0
Can the Data Visualizer be wrapped around any of your other products that display HTML tables from CSV files? I note that you seem to indicate that some of the CSV --> HTML table stuff can be wrapped but don't indicate that for some as well.

If this is possible then some example code as to how one might do this would be really useful. I note that you don't have an example like this. My attempts have failed. I have been able to use the CSV-->HTML Table code to display the tables and wrap code around it (ala your examples).

I'd like to have a chart driven from CSV content, not from data in embedded code. Any suggestions welcome. Thanks.
The administrator has disabled public write access.
 
#21123
Re:Wrap Data Visualizer around other code? 12 Years, 5 Months ago Karma: 747
Hello,

For example you can place attach CSV file to root Joomla folder and use the next code:

Code:


{arijdatavisualizer type="bar" hideTable="true"}
  {aricsvtable file="visualizer.csv"}
    {aricsvtablecolumns}
      {aricsvtablecolumn id="0" width="20%" className="idg" headCellTag="td" cellTag="th"}
      {/aricsvtablecolumn}
    {/aricsvtablecolumns}
  {/aricsvtable}
{/arijdatavisualizer}



File Attachment:
File Name: visualizer.zip
File Size: 249


Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1