-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Please elaborate.
-
Can you please run this code and let me have the final HTML output - as in this state, I do not see the links or data values.
-
>>> Is it possible to have no hover effect on some countries in a map for example if you don't have data or link for that country? I'm afraid this is not possible. >>> Can I use a background image for a map? Yes - use the bgSWF attribute of map element.
-
When embedding the chart, try adding this to the SWF: Column3D.swf?chartWidth=xxx&chartHeight=yyy Replace xxx and yyy with your actual values.
-
Just make sure that you're not placing the chart inside a FORM element.
-
I'm afraid - currently you can show legend to the right or bottom only.
-
The chart is actually coming right - you've set a width and height of 400 x 300 pixels, and which is what the chart is plotting.
-
How to override onmouseover-event and tooltip qeustion
Pallav replied to Pallav's topic in Using FusionMaps XT
Yes - you can control the shape and size of each marker. Can you try running our GUI from the server. Or, try it from http://www.fusioncharts.com/Demos/MapGUI -
In this chart, the first two values are 3.33 and 3.34, which causes your forced y-axis max value to invalidate.
-
I guess the PHP part should be similar to ASP. Can you make sure (from the server log) that the chart is calling the PHP page with the right FORM submission type (defined in XML)?
-
I've not received the email. Can you please post it as attachment in the forum?
-
Sandy, What amount of data are you looking to plot?
-
changing the rectangle icon that displays in the legend
Pallav replied to zmelvin's topic in General usage
I'm afraid it's not currently possible. -
Can you please fwd me a copy of your output HTML?
-
You cannot actually restrict width in a scroll column chart - it's possible only in the standard charts.
-
Can you please pass on the full HTML and XML output?
-
You'll then additionally need to pass the factory name from top chart to bottom chart. Also, while building the XML, this has to be taken into account.
-
Using our visual GUI, you can build charts from data in Excel or MySQL. However, you cannot put the charts in a Word - they can be put inside HTML or PowerPoint only.
-
Updating PowerMaps data without refreshing page
Pallav replied to bfrick22's topic in Using FusionMaps XT
No - but please see http://www.fusioncharts.com/PMDocs/Contents/JS_setDataURL.html -
You CANNOT apply CSS to a chart. You need to configure the chart using XML.
-
how to generate day wise report using Gannt Chart
Pallav replied to rajeshwarreddyt's topic in General usage
Can you please "attach" the xml instead of pasting? -
Can you please paste your ASP.NET code?
-
Can you please paste the HTML code you're using to embed the charts?
-
Hi, Can you make sure that the chart SWF and images are located on same sub-domain?
-
You'll need to use dataURL method and then encode < as < Also, you'll need to convey to the chart that y-axis name would be HTML (using STYLES).