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?

JDataVisualizer
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: JDataVisualizer
#2648
Re:JDataVisualizer 14 Years, 5 Months ago Karma: 0
One more quick note. The Pie chart seems to crash if numbers are too low. I tried making a pie chart with values 1 and 2, and the script crashed... Here is my code, just in case it is me:

Code:

<table style="text-align: center;" id="tblData" align="center" border="0">
<thead style="text-align: left;">
<tr style="text-align: left;">
<td></td>
<th>Engagement</th>
</tr>
</thead>
<tbody style="text-align: left;">
<tr style="text-align: left;">
<th style="text-align: left;">Engaged</th>
<td style="text-align: left;">1</td>
</tr>
<tr style="text-align: left;">
<th style="text-align: left;">Not Engaged</th>
<td style="text-align: left;">1</td>
</tr>
</tbody>
</table>
{arijdatavisualizer type="pie" hideTable="false" appendTitle="false" appendKey="true" height="300" width="300" tableId="tblData"}  {/arijdatavisualizer}



Everything works perfectly as long as at least one number is 5 or higher, but if all numbers are under 5 it doesn't seem to work.

Edit: Area graphs crash if one of the numbers is under 7.

Randall
Last Edit: 2009/11/05 06:47 By rand486.
The administrator has disabled public write access.
 
#2649
Re:JDataVisualizer 14 Years, 5 Months ago Karma: 747
Hello,

You can ask any questions about the component. Support is included to cost of the component. Regarding your questions, unfortunately the plugin doesn't support these abilities, but we'll add feature 1 and 3 within several days. About issue, we'll investigate it and fix in new version of 'ARI JData Visualizer'.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2650
Re:JDataVisualizer 14 Years, 5 Months ago Karma: 0
Perfect, thanks! I'll keep an eye out for it!
The administrator has disabled public write access.
 
#2652
Re:JDataVisualizer 14 Years, 5 Months ago Karma: 747
Hello,

We have good news. ARI JData Visualizer v. 1.1.0 is available. It contains fix for pie chart and contains features 1 and 3 which you described in the previous post.

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