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
#2642
Re:JDataVisualizer 14 Years, 4 Months ago Karma: 746
Hello,

You can create 'CSS Template' in 'CSS Templates' section on the component backend with the following code:

Code:


.arijdatavisualizer .visualize
{
  margin: 0 auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#2643
Re:JDataVisualizer 14 Years, 4 Months ago Karma: 0
Great! I'll try that once I'm done building the last few graphs.

Two more questions (sorry!):
Both are shown in the picture I am attaching below

1) What are those grey dots at the top of each item, and overtop of SMSSent, Responses, and Participation in the legend? I can't get rid of them.

2) I've noticed this with Jdatatable as well, but sometimes, the table or graph will be made, and overlap into the footer section of the template. In this picture, you can see Wash and Fold Service, and the rest of the items overlapping and nearly touching my Copyright footer. How do I fix this? Jdatatable does it as well. The only way to prevent it is to make sure the left section (where my menu, and some modules are held) is longer than the article. I am using JA_Purity, for reference.

The administrator has disabled public write access.
 
#2644
Re:JDataVisualizer 14 Years, 4 Months ago Karma: 746
Could you say link to page where you use this plugin? If not, provide, please, html source of this page. For this open this page in your browser, click 'View Source', copy source of page and send it by email (info@ari-soft.com), please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2645
Re:JDataVisualizer 14 Years, 4 Months ago Karma: 0
I sent you the source of the page, thanks again.

Any idea what the grey dots are, while we're at it?

Randall
The administrator has disabled public write access.
 
#2646
Re:JDataVisualizer 14 Years, 4 Months ago Karma: 746
We have investigated these issues. Grey dots appears because of CSS file of JA_Purity template contains the following global CSS rule:

Code:


ul li 
{
  background: transparent url(../images/bullet.gif) no-repeat scroll 18px 8px;
}



For resolving this issue add the following code to 'CSS Template':

Code:


.arijdatavisualizer ul .visualize-labels-x li, 
.arijdatavisualizer ul .visualize-labels-y li
{
  background: transparent none;
}



For resolving the second issue wrap {arijdatavisualizer} plugin tag with the following code:

Code:


<div style="padding: 10px 0 35px;">
<!-- {arijdatavisualizer} goes here -->
</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#2647
Re:JDataVisualizer 14 Years, 4 Months ago Karma: 0
I've tested each of the solutions, and they seem to work. Thanks! I know I've been asking a ton of questions, and I apologize. I've got a few questions, purely about whether or not features exist or not, if you don't mind. If it doesn't have them, consider this a feature request

1) Can I move the legend outside of the graph, so it is to the left or right? It is overlapping on top of my pie chart too much, and I'd prefer it to be on the right, if possible.
2) Can I move bar graphs so the bars are horizontal, not vertical? This way, each record would go down the page, instead of across. Basically, I just want the bar graph to display as it does, but rotated 90 degrees.
3) Can I have the graph display the values, instead of the percentages? This is pie chart specific, but it'd be nice if the line and bar graphs showed the value at the top, or at each vertex.

Thanks again, you've been a HUGE help!

Randall
The administrator has disabled public write access.
 
Go to topPage: 123