I've been playing around with the basic demo setup and everything works fine. However I wanted to take the next step and implement it into one of my websites. The location of the graph would be inside a nested div - more specifically I want to show the graph inside a jquery-ui tab <div>.
I have tried a striped down site that only contains those tabs and it works fine. However when put in the above mentioned nested context it won't show. Any idea as to why this might be?
I've included the following, but as I mentioned before it does work - just not in the nested divs (could it be relative/absolute positioning related?):
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
chizpa
Hi,
I've been playing around with the basic demo setup and everything works fine. However I wanted to take the next step and implement it into one of my websites. The location of the graph would be inside a nested div - more specifically I want to show the graph inside a jquery-ui tab <div>.
I have tried a striped down site that only contains those tabs and it works fine. However when put in the above mentioned nested context it won't show. Any idea as to why this might be?
I've included the following, but as I mentioned before it does work - just not in the nested divs (could it be relative/absolute positioning related?):
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<!-- Graph -->
<link rel="stylesheet" type="text/css" href="../javascript/graph/styles/jchartfx.css" />
<script type="text/javascript" src="../javascript/graph/js/jchartfx.system.js"></script>
<script type="text/javascript" src="../javascript/graph/js/jchartfx.coreVector.js"></script>
- Thank You in advance
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.