FusionCharts Forum: Y axis not removed - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Y axis not removed Y axis not removed

#1 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 08 March 2010 - 01:17 AM

Hello All,



I want to remove the values from the Y axis. I am not able to find whihc attribute should I use for that in graph. To remove the x axis values I have used showNames='0'. Please help me here regarding this.







Thanks

Nitish
Nitish Jaswal
0

Other Replies To This Topic

#2 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 08 March 2010 - 01:28 AM

Hello,

Welcome to FusionCharts Forum.

If you are using FusionCharts Free please set showDivLineValue='0' and showLimits='0' in the <graph> element and see if this helps.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#3 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 08 March 2010 - 02:32 AM

Hello Madhumita,



Thank you very much. This is working now.



Thanks

Nitish
Nitish Jaswal
0

Other Replies To This Topic

#4 User is offline   srividya_sharma 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 943
  • Joined: 01-October 07

Posted 08 March 2010 - 02:45 AM

You are most welcome.

Cheers to Madhumita! :)

regards,
Srividya Sharma
0

Other Replies To This Topic

#5 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 08 March 2010 - 03:14 AM

Hey,

You are most welcome.

Please revert in case of further queries.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#6 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 08 March 2010 - 10:55 PM

Hello Madhumita,



lets have one more go.



I have menu drop down on top and graph in the center.



When I mouse over the menus the menu drop down comes under fusionchats.

I am using mozilla ff..



Please help me on this issue.



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#7 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 08 March 2010 - 11:15 PM

Hey Nitish,

For this you need to render the charts in transparent mode.

e.g. <script type="text/javascript">
var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0");
myChart.setDataURL("Data.xml");
myChart.setTransparent(true);
myChart.render("chartdiv");
</script>

I hope this helps you.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#8 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 09 March 2010 - 12:40 AM

Thank you it works.
Nitish Jaswal
0

Other Replies To This Topic

#9 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 09 March 2010 - 12:55 AM

Hey Nitish,

You are most welcome.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#10 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 09 March 2010 - 11:59 PM

Hello team,



One more help please.



I am using FCF_Area2D.swf graph and I am using 120*80 size of the graph.



But there is also a lot of white space around the graph which creates some problem.



Please give the solution for this to remove the extra space around the graph



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#11 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 10 March 2010 - 12:19 AM

Hello,

You can use the chart margins functionality to fix this.

Chart Margins refers to the empty space left on the top, bottom, left and right of the chart. That means, FusionCharts would leave that much amount of empty space on the chart, before it starts plotting.

  • chartLeftMargin="Numerical Value (in pixels)" : Space to be left unplotted on the left side of the chart.
  • chartRightMargin="Numerical Value (in pixels)" : Empty space to be left on the right side of the chart
  • chartTopMargin="Numerical Value (in pixels)" : Empty space to be left on the top of the chart.
  • chartBottomMargin="Numerical Value (in pixels)" : Empty space to be left at the bottom of the chart.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#12 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 10 March 2010 - 01:31 AM

its done.

Thanks
Nitish Jaswal
0

Other Replies To This Topic

#13 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 10 March 2010 - 03:26 AM

Hey Nitish,

You are welcome.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#14 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 30 March 2010 - 04:40 AM

Hello



I am using this syntax









but for some reasons the graph background lines are not dashed



Also please find attached the attachement.





Please help me out here



Thanks

Attached image(s)

  • Attached Image: monthly_09_2010/post-8058-128441582406.png

Nitish Jaswal
0

Other Replies To This Topic

#15 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 30 March 2010 - 07:32 AM

Hi Nitish,

I am afraid, FusionCharts Free does not support this.

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#16 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 30 March 2010 - 07:44 AM

Hello Team,



Please help me out here with any other solution for dashed lines.



Thanks in Advance
Nitish Jaswal
0

Other Replies To This Topic

#17 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 30 March 2010 - 09:34 AM

Hi Nitish,

Please try using the latest version of FusionCharts(version 3.1.1) that supports all the functionality same as a licensed version only with a water-mark on it.

Please refer to the link below to download the latest version of FusionCharts:-

Ref.- http://www.fusioncharts.com/Download.asp

Hope this helps. :)

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#18 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 05 April 2010 - 06:41 AM

Hello Team,



I have attached the graph image below.



My problem is all values are not in line with the x-axis.



Please give some solution so that all values should lies on line point.



e.g. currently the first point lies mar 31 and apr 01 should be on mar 31 line similarly for others point.



My graph width is 660 and height 300.



Thanks

Attached image(s)

  • Attached Image: monthly_09_2010/post-8058-128441582541.png

Nitish Jaswal
0

Other Replies To This Topic

#19 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 05 April 2010 - 11:29 PM

Can anybody answer the above please how to put points on line in line graph?





Thanks
Nitish Jaswal
0

Other Replies To This Topic

#20 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 06 April 2010 - 12:27 AM

Hi Nitish,

Could you please send us the XML codes that you are using as an attachment so that we might test it in our lab?

Awaiting your reply.

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#21 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 06 April 2010 - 02:28 AM

Hello Please find attach the xml.







Thanks

Attached File(s)

  • Attached File  xml.xml (1.14K)
    Number of downloads: 22

Nitish Jaswal
0

Other Replies To This Topic

#22 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 06 April 2010 - 07:36 AM

Hello team,



please help me here of give some example of working xml of my problem



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#23 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 07 April 2010 - 12:48 AM

Hello team,



please help me here of give some example of working xml of my problem



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#24 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 07 April 2010 - 01:04 AM

Hi Nitish,

Currently we are looking into the issue and will get back to you as soon as possible.

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#25 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 08 April 2010 - 02:27 AM

Hello everyone in team.



Have you look out the issue now.



Its being so long now. can you please correct the problem here



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#26 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 08 April 2010 - 05:53 AM

Hello everyone in team.



Have you look out the issue now.



Its being so long now. can you please correct the problem here



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#27 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 08 April 2010 - 08:46 AM

Hi Nitish,

We have tested the XML in our lab and is not able to replicate the issue.

Please take a look into the screen-shot that we are sending you as an attachment.

Attached File(s)


Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#28 User is offline   nitishjaswal 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 19
  • Joined: 08-March 10

Posted 08 April 2010 - 11:32 PM

Hello Team,



I have a look on the screen shot. This is not what I need.



I need to have that dot (circle on the line.)



Can you give me what correct attributes we need to use to bring that circle or point on the line.



Thanks
Nitish Jaswal
0

Other Replies To This Topic

#29 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 09 April 2010 - 12:17 AM

Hi Nitish,

Please try using the attribute "anchorSides" and "anchorRadius" in the <dataset> element.

Ref.- http://www.fusioncharts.com/free/docs/Contents/ChartSS/XML_MSLine2D.html

I hope this helps. :)

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic