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?

CSV files and Gchart
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSV files and Gchart
#53464
CSV files and Gchart 9 Years, 1 Month ago Karma: 0
Gchart with data from csv files works, but I have some difficulties.

When I use this data for fruit harvest per year / fruittype ( delimiter set to ; ):
Code:

;2012;2013;2014
Apple;100;110;90
Pear;90;80;90
Cherry;60;70;50



Then no chart is shown.
If I edit the data to:
Code:

;y2012;y2013;y2014
Apple;100;110;90
Pear;90;80;90
Cherry;60;70;50


The the chart is shown ok with the y2012, y2013 and y2014 labels on the x-axis.

So I have to place some non-digit char before the year numbers. I tried working with " as an enclosure char, but this does not work at all. How can I get numbers as x-axis labels?

Regards,
Stephan
The administrator has disabled public write access.
 
#53465
Re:CSV files and Gchart 9 Years, 1 Month ago Karma: 746
Hello,

Send screenshots of data source settings page and module settings page by email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53479
Re:CSV files and Gchart 9 Years, 1 Month ago Karma: 746
Download and a upgrade the extension to the latest version (2.2.12) including "GChart" application.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53480
Re:CSV files and Gchart 9 Years, 1 Month ago Karma: 0
Thanks, this works now.

Bit off topic: is it possible to make a csv file that will render the graph uploaded here in the attachment?

The question is:
(1) How do I get the labels on the left of the graph before each bar;
(2) How do I get different colors for each bar.

If I use this:
;number
Apple;17
Pear;10
Plume;1

then I get different colors, but only one centered label "number".

If I use this:
;Apple;Pear;Plume
number;17;10;1

then I get labeled bars, but all in one color.
The administrator has disabled public write access.
 
#53482
Re:CSV files and Gchart 9 Years, 1 Month ago Karma: 746
"GChart" can't show data in this way.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53483
Re:CSV files and Gchart 9 Years, 1 Month ago Karma: 0
I suspected that. Thanks for your quick answer.
The administrator has disabled public write access.
 
Go to topPage: 1