Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?

No caption at axis with ARI JData Visualizer
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: No caption at axis with ARI JData Visualizer
#3137
No caption at axis with ARI JData Visualizer 2 Years ago Karma: 0
Hello,

I just tried ARI JData Visualizer with the following code:

Code:

{arijdatavisualizer type="line" hideTable="true" legendPos="right" lineWeight="2" width="400" height="300"}
<table border="1">
<caption>Schnittverlauf seit 2005</caption>
<thead>
<tr>
<td></td>
<th>05/06</th>
<th>06/07</th>
<th>07/08</th>
<th>08/09</th>
<th>09/10</th>
        </tr>
</thead>
<tbody>
<tr>
                                <th>Michael</th>
<td>190,51</td>
<td>190,98</td>
<td>195,67</td>
<td>197,33</td>
<td>199,31</td>
</tr>
<tr>
                                <th>Nico</th>
<td>175,05</td>
<td>169,03</td>
<td>167,39</td>
<td>170,92</td>
<td>179,27</td>
</tr>
<tr>
                                <th>Oliver</th>
<td>191,87</td>
<td>175,04</td>
<td>189,38</td>
<td>183,71</td>
<td>182,56</td>
</tr>
</tbody>
</table>
{/arijdatavisualizer}



It now shows me a line chart and the legend on the right side but NO numbers or text at x- and y-axis. It also doesn't work with a bar char.

How can I solve this?

Kind regards,
clioschrotter
The administrator has disabled public write access.
 
#3138
Re:No caption at axis with ARI JData Visualizer 2 Years ago Karma: 278
Hello,

Could you provide link where we can see this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3141
Re:No caption at axis with ARI JData Visualizer 2 Years ago Karma: 0
The administrator has disabled public write access.
 
#3143
Re:No caption at axis with ARI JData Visualizer 2 Years ago Karma: 0
I just realized that this issue only happens in mod_arismartcontent, means when I use the module.
When I paste the code in a document it works...
The administrator has disabled public write access.
 
#3147
Re:No caption at axis with ARI JData Visualizer 2 Years ago Karma: 278
Create 'CSS Template' or use existing 'CSS Template' in 'CSS Templates' section on the component backend and add the following rule, please:

Code:


.arijdatavisualizer-right
{
  padding: 20px;
}



It should help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3150
Re:No caption at axis with ARI JData Visualizer 2 Years ago Karma: 0
I'm afraid it didn't help.

Maybe you can have a look by yourself. I provide you acces to the backend end send you a mail.

Kind regards,
cliochrotter
The administrator has disabled public write access.
 
Go to topPage: 12