ros
Members-
Content count
24 -
Joined
-
Last visited
About ros
-
Rank
Junior Member
-
Thanks a lot for your help. I hope that It is possible to solve the problem. I have many maps in the same page and when I try to save the maps I see a combo list where I can read always 'Map image' for every map so I don't know what map I'm saving :( !!!
-
Hi , I solved the problem To export charts I create an array with chartId of charts that I want to export. So I only added the maps id to the array and these attributues on the xmlConfiguration of map : exportAtClient='1' exportHandler='exportComponent' exportEnable='1' I didn't added any other .js file in my application I hope this help Bye
-
Hi, I have the same problem but I can see that for the charts I have to create a FusionChartsExportObject while for the maps I have to create a FusionMapsExportObject. Can I create the 2 objects but render the same div? Or is there another way?
-
Hi, I have a page with 2 maps and I need to save them. I use batch mode to export maps so I create a drop down list with all maps that I can save. I cannot put a caption on the map so in the map list I can read only 'map image' as name of map. Is there a way to change the name that is displayed? Thanks a lot
-
Hi, is it possible insert an image in a chart? For example I have a MSCombi3D chart and I would insert images instead of text as labels.
-
It works Thank you very much.
-
It doesn't work . Probably labelDisplay can't be used with Combi chart . What can I do?
-
Hi , i have a problem to show label clearly in msCombi3D chart. I use this tag : <style type="Font" name="myHTMLFont" isHTML="1"/> but it doesn't work. is it normal? If so, is there a way to show the text of label on 2 rows? Example: I have this: Prima Colonna Seconda Colonna I wanna see this: Prima Seconda Colonna Colonna
-
I understood Isn't there any way to put a sentence on the map? Is there a way to add a sentence when I export map?
-
Hi, I have the same problem. I need to put a caption on the map to have a title on the map when I export it. Have anyone find a solution? Bye
-
ok thank you very much
-
Thank you very much for your help but I tried this solution and it doesn't resolve my problem. The legend is a part of the entire chart , so if I change dimension of the entire chart I see the dimension of both chart and legend change and I see always in 50% of space the chart (for example a mutiseries column chart) and in 50% of space the legend of chart:( ! What I want is to see in 80% of space the chart (for example a mutiseries column chart) and in 10% of space the legend of chart. is it possible?
-
Hi, I try to draw a multi series column 2D chart with a legend on the rigth side of chart. I see that the legend occupies 50% of chart but it is small (I can see white space between the legend and the chart border ! I would the chart occupies 80% of div not only 50%! Is there a way to set the dimension of chart ? Thanks a lot.
-
Hi, I try to draw a multi series column 2D chart with a legend on the rigth side of chart. I see that the legend occupies 50% of chart but it is small (I can see white space between the legend and the chart border ! I would the chart occupies 80% of div not only 50%! Is there a way to set the dimension of chart ? Thanks a lot.
-
Ok. Thanks a lot