coskier

Members
  • Content count

    8
  • Joined

  • Last visited

About coskier

  • Rank
    Forum Newbie
  1. Long labels with a Pie Chart

    Actually, since I am laying out my data in PHP, I was able to introduce a line break like this: [ code ] $rsa = explode(" ",$rs2[answer]); $rsa_words = count($rsa); $x = 0; $label = ''; foreach ($rsa as $value) { $label .= $value." "; if (($x == '6') || ($x == '13') || ($x == '20') || ($x == '27')) { $label .= ' '; } $x++; } [/ code ] Basically I am breaking the line after every 7th word. Here is the result:
  2. Long labels with a Pie Chart

    Can we add some html in to do a line break, like a ?
  3. Forcing decimals for currency representations

    That doesn't make any sense, since I want to plot $ values.
  4. yAxisMaxValue not working

    None of the values are. There are no plot points above this part of the chart. The chart in question is at http://www.encompassmag.com/aaa/fuel_prices.html
  5. yAxisMaxValue not working

    I specified a yAxisMaxValue='3.10' for a line chart I am doing, but the max value in the y axis is actually displays at 4 - way too high for what I want.
  6. I have the following "chart" tag: The problem is that when I display the chart, the labels on the left side (which are in US$), break out as $2.5, $2.75, etc. The $2.75 is accurate, but I want the extra 0 to appear after $2.5 - how do I make this happen? I tried what was in the documentation with no luck. TIA, Chester
  7. Can a label be made a link?

    I know that, in a line graph for example, the nodes can be made into links, but can the column labels be links too?
  8. Multi Series Code Examples

    Real world example at http://www.black-diamond.com/breckenridge/