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?

position chart
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: position chart
#65087
position chart 4 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 4 Years, 11 Months ago Karma: 748
Hello,

Could you provide an image to illustrate your requirement?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65093
Re:position chart 4 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 4 Years, 11 Months ago Karma: 0
Sorry, this the example
The administrator has disabled public write access.
 
#65095
Re:position chart 4 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 4 Years, 11 Months ago Karma: 748
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