Rajavelu
Members-
Content count
40 -
Joined
-
Last visited
Everything posted by Rajavelu
-
Hi ! I am using Powercharts(DragNodeChart), FusionMaps, and FusionCharts(Zoomline,Pie, Stackerarea) charts in a single page(rendering with flash). Now i need to change as rendering with javascript. But I can't shows all type of charts in a single page(may be due to Same file name but diff content - FusionCharts.js), How to show diif charts in a sinle page using javascript rendering (with example ?). Thanks in Advance Rajavelu M
-
@Guru: *Thank you for your reply* But still I am confusing, I need need to using jquery plugin but we have diff jqueryplugin in FusionCharts and Fusionmaps (namely FusionCharts.jqueryplugin.js and FusionCharts.jQueryPlugin.js) which one will be use? @Guru: I have a doubt. In your attached file.zip, I think there is no swf file placed. but working.How ?
-
Hi In iframe, the fusion charts(maps, drag-node-chart, ...) did not show correctly, see the attached image(fusion_map is open in a iframe). Is this is flash issue ?
-
screenshot Image is below:
-
Hi I am using Drag node chart, and zoom line chart in a single page. When i click on a node the detailed line chart will open in popup div. This is working fine in firefox, but in chrome popup div collapse, Also the css not working fine. Why this problem occured? Note: If drag node chart not placed or replaced with any other charts , then popup div working fine in chrome. (image 5&6) Please find the attached images: image 1 - before open popup up, image 2 - open in firefox image 3&4 - open in chrome
-
Thank you Sumedh, But Still (after set z-index) I face that issue. I think the problem may be due to browser, Because in firefox its works fine, I am using chrome (versions: 26 and 27) in ubuntu machine. Problem not only in popup chart, see the attached images: image1: curser not on chart , calendar shows good, image2: curser on chart, calendar collapsed
-
My jsp file: <style> .popup-div{ position: absolute; width:99%; background-color: #fff; border:3px solid #a9a9a9; margin-top: 0%; } </style> <script> function closepopup(){ document.getElementById("popupdiv").style.display='none'; } function showPopup() { var popup = document.getElementById("popupdiv"); popup.style.display = 'block'; } </script> </head> <body> <div align="center" class="popup-div" id="popupdiv" style=" display: none"> <a href="javascript:closepopup()" style=" float: right"> Close </a> <table align="center" id="linkdetailsdiv" style=" width: 100%; background-color: #fff8dc;"> <tr> <td align="center"> //render a line chart here </td> </tr> </table> </div> <div align="center" style="width:100%; height: 12px; color: #0078ff; font-size: 11px; margin-top: 1%"><a href="javascript:showPopup()">show popup div</a></div> <div id="chart" align="center" style="margin-top: 1%"> // reder another chart here </div> </body>
-
Small change in above problem: Not only DragNodechart, any chart placed in the page, popup div will collapsed in chrome
-
Hi! I tried to change Dataplot Label font size using baseFontSize, but that can't be changed. How to change the font size of dataplot labels.
-
Hi! FusionChart admin, Currently i am using DragNode chart, but i have lot of problems with this. Tooltip not support for connector is shame, Also Labels has not link attribute, etc... How to set background image for dragnodechart?
-
Can we change connectors arrow design?
-
Hi to all, Any alternate method for tooltip/onmouseover for connectors. @ Fusion Charts admin, When you will add this feature in PowerChart?
-
Dear FusionCharts admin, I have some problems on Powercharts-connectors. I need to change a particular connector-labels properties(text color, bgcolor,...) and tooltip for connector , but i can't . can we call a javascript function through connector's link?.
-
Hi! to all, Please help me. I am using dragnode chart for network infrastructure. I nedd to show the link(connector) details in tooltip/onmouseover on the connector. Any idea?
-
How to set link to powerchart text label ?. <labels> <label x='14' y='36' text='Test' Color='ffffff' bgColor='ff0000' allowdrag='0' padding='0' borderColor='ffff00' alpha='30' link='' /> </labels>