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?

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 14 Years, 5 Months 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 14 Years, 5 Months ago Karma: 748
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 14 Years, 5 Months ago Karma: 0
The administrator has disabled public write access.
 
#3143
Re:No caption at axis with ARI JData Visualizer 14 Years, 5 Months 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 14 Years, 5 Months ago Karma: 748
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 14 Years, 5 Months 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