fissioncharter

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by fissioncharter

  1. Slantlabels

    Hi, I am using fusioncharts/3.2.2-release.3880, and on Chrome 15.0.874.121 and Firefox 7.0.1 I see my first label slanted the other way around (FusionCharts 3.1.2 is showing the label in the correct direction, and so does JavaScript Fallback for 3.2.2). This is the XML code: <chart caption='' labelStep='7' labelDisplay='Rotate' slantLabels='1' palette='1' xAxisName='Days' yAxisName='Car Views' showValues='0' lineColor='afd8f8' lineThickness='4' showBorder='0' canvasBorderThickness='1' > I would appreciate any help with this, since I couldnt find a solution on the documentation/forum. Thanks a lot!
  2. Slantlabels

    Thanks a lot, this info has been very useful - is there any piece of documentation where all the <chart> parameters are listed with their explanation? (labelStep, labelDisplay, palette, showBorder, etc) I can find lots of these parameters in your docs (which I find it very good by the way), but dispersed over many web pages, would be very useful to have a single page where all of them are listed and could be easily found. Thanks again