coskier
Members-
Content count
8 -
Joined
-
Last visited
Everything posted by coskier
-
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.
-
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:
-
Can we add some html in to do a line break, like a ?
-
That doesn't make any sense, since I want to plot $ values.
-
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
-
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
-
I know that, in a line graph for example, the nodes can be made into links, but can the column labels be links too?
-
Real world example at http://www.black-diamond.com/breckenridge/