jQWidgets Forums

jQuery UI Widgets Forums Chart charts

This topic contains 3 replies, has 4 voices, and was last updated by  Dimitar 8 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    charts Posts
  • charts #85246

    vasumullapudi
    Participant

    hi ,
    how the data is displaying on the tooltip that much accurately. and let me know where it is loading from dom.

    charts #85259

    Peter Stoev
    Keymaster

    Hi vasumullapudi,

    Tooltips are built-in Chart functionality. It’s created dynamically and updated dynamically in the Chart’s code. If you wish, you can change what’s displayed in the Chart’s tooltip and that is demonstrated in the Chart’s online demos. I would suggest you to check them out to see what we have as charting functionality.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    charts #85576

    nklapper
    Participant

    Chart displays fine in IE and Chrome, uses all available screen width. But in Firefox, it does not, using instead a too-small computed value for width. Here is the HTML code…

    <div style=" position: absolute; top: 50px; left: 145px; ">
    	<div id='jqxExpander' style="margin-right: auto; margin-left: auto; margin-bottom: 5px; margin-top: 5px; ">
                <div style="width: 97%";">
    				<table style="font-size: 85%; color:white;">
    					<tr>
    						<td>&nbsp;Chart:</td>
    						<td style="font-size: 125%;" width="99%" align="center" nowrap><b>&nbsp;INSTALLED BASE BY APP, CURRENT SHARE </b></td>
    						<td align="right" nowrap>&nbsp;Usage Tips</td>
    					</tr>
    				</table>
                </div>
                <div >
                    <ul>
                        <li>Hover over any pie slice to see its details.</li>
    		    <li>You can also click the Legend (top left) to toggle the display of any slice.</li>
                        <li>A maximum of 20 slices are displayed. For smaller slice data, use the corresponding Grid. </li>
                    </ul>
                </div>
        </div>
    	<div style="width: 100%;">
    		<div id='chartContainer' style=" height:80vh; width:99%"></div>    
    	</div>
    </div>
    charts #85580

    Dimitar
    Participant
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.