Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 12
TOPIC: position chart
#65087
position chart 5 Years, 11 Months ago Karma: 0
Hi to all,

I would like to position an arichart (Barchart of ari datatables) in the left column of the page (size 50%); in the right colum (size 50%) I would position some text in a box.

How could I work with aridatatable css to let the chart occupy the left half od the page?

Thanks for your help
The administrator has disabled public write access.
 
#65088
Re:position chart 5 Years, 11 Months ago Karma: 763
Hello,

Could you provide an image to illustrate your requirement?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65093
Re:position chart 5 Years, 11 Months ago Karma: 0
in attccehed an example of what I want to build

Thanks a lot
The administrator has disabled public write access.
 
#65094
Re:position chart 5 Years, 11 Months ago Karma: 0
Sorry, this the example
The administrator has disabled public write access.
 
#65095
Re:position chart 5 Years, 11 Months ago Karma: 0
At last...
File Attachment:
File Name: example.doc
File Size: 281062
The administrator has disabled public write access.
 
#65102
Re:position chart 5 Years, 11 Months ago Karma: 763
It requires some extra HTML code:

Code:


<div style="display: flex">
   <div style="flex-basis:50%">
       ... LOAD ARI Data Tables module here ...
    </div>
    <div style="flex-basis:50%">
        Some text goes here
    </div>
</div>



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