View unanswered posts | View active topics It is currently Mon Apr 29, 2024 3:23 pm

Search found 409 matches
Search these results:

Search 
Author Message

 Forum: pChart 2.x support forum   Topic: DisplayValues

 Post subject: Re: DisplayValues
Posted: Tue May 15, 2012 2:27 pm 

Replies: 1
Views: 4975

The scatter charts does not support it. You'll have to use labels instead. I'll add this to the todo list.

Kind regards,
Jean-Damien

 Forum: pChart 2.x support forum   Topic: Shadow disappears from bars

Posted: Tue May 15, 2012 2:23 pm 

Replies: 1
Views: 5024

Aloha,

It can be something with the antialising. Is it enabled or explicitely disabled?

Kind regards,
Jean-Damien

 Forum: pChart 2.x support forum   Topic: what's wrong

 Post subject: Re: what's wrong
Posted: Tue Dec 06, 2011 8:20 pm 

Replies: 2
Views: 7223

Aloha,

You're creating a pData object called $MyData and then adding points to another object called $myData.

It's just an upercase issue ;o)

Kind regards,
JD.

 Forum: pChart 2.x support forum   Topic: Quesiton About Void and Null

Posted: Tue Sep 20, 2011 7:12 am 

Replies: 9
Views: 11629

I've learned this a bit too late in the library development that why I've kept the VOID keyword. Indeed this would make sense to rewrite all the tests and allow the usage of the NULL word.

I'll see what would be the side effects to use both VOID and NULL in a first time.

Thank you,
JD.

 Forum: pChart 2.x support forum   Topic: Gradient in Indicator Section

Posted: Tue Sep 20, 2011 7:11 am 

Replies: 2
Views: 5263

Hi,

Indicators sections are defined with a single color through the IndicatorSections option. I'll add the option to use a gradient in the todo list.

Good hit! Thank you for this question this will help enhancing the library ;o)

JD.

 Forum: pChart 2.x support forum   Topic: Bar Chart - Bar Width

 Post subject: Re: Bar Chart - Bar Width
Posted: Fri Sep 16, 2011 7:54 pm 

Replies: 3
Views: 9848

Hi,

The variable your looking for is called $XSize. It is automatically computed based on the chart area size, the number of series and the number of values.

Kind regards,
JD.

 Forum: pChart 2.x support forum   Topic: Evenly spaced Abscissa Scale based on unix timestamp

Posted: Thu Sep 15, 2011 9:46 am 

Replies: 2
Views: 6592

Hi,

The drawScale method only handle linear scales (same distance between two X axis points). You may need to use the scatter class to represent non-linear dataset. I'll give it a try with your data to see if suit your needs.

JD.

 Forum: pChart 2.x support forum   Topic: Avoid to print the x scale

Posted: Thu Sep 15, 2011 9:44 am 

Replies: 5
Views: 10398

Only the ticks on the Axis will appear. You cannot remove the axis, there is no option to do it. This is a very specific request and thus need to be added to the todo list.

JD.

 Forum: pChart 2.x support forum   Topic: Avoid to print the x scale

Posted: Wed Sep 14, 2011 9:34 am 

Replies: 5
Views: 10398

The Axis hilighted in your example is the Y one (your chart is rotated). The RemoveXAxis only exists since the 2.1.3 version, you may be using an outdated one since the X axis still appears. The Y axis cannot be removed -yet-, you can just skip the Y dashed divisions setting "DrawYLines"=>...

 Forum: pChart 2.x support forum   Topic: Reverse Y Axis On Spline Chart

Posted: Wed Sep 14, 2011 9:28 am 

Replies: 17
Views: 20518

You need to also negate the manual scale boundaries :

Code:
$AxisBoundaries = array(0=>array("Min"=>-30,"Max"=>-1),1=>array("Min"=>-30,"Max"=>-1));


JD.
Sort by:  
Page 1 of 41 [ Search found 409 matches ]



Jump to:  
cron