SolKlein

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by SolKlein

  1. I have a problem with how labels show on the javascript (highchart) pie2D chart. I'm attaching a screen shot of a flash version and javascript version of the same chart. Same XML data use for both charts. How can I get the labels to show like the flash version? The labels in the javascript chart are mostly unreadable the way they render. Thanks!
  2. Pie2D Chart Label Problems

    I posted this also in the PHP section but this is more of a general question. I'm running the latest version 3.2.1 and am having an issue with labels on the 2D Pie charts. The flash version render correctly and the JavaScript (HighCharts) version renders differently. Making the labels unreadable/unusable. I'm attaching screenshots of both. Both are fed from the same XML data. Any thoughts on how to change the JS output to match the Flash version? Thanks! XML Data: <chart caption='Total Process Code Breakdown' subcaption='From 01/01/2010 to 12/31/2010' xAxisName='Process Code' yAxisName='Count' numberPrefix=''> <set label='None' value='13' /> <set label='Sales' value='4' /> <set label='Shipping/Receiving' value='8' /> <set label='Purchasing' value='7' /> <set label='Manufacturing' value='14' /> <set label='Quality Control' value='5' /> </chart>