View unanswered posts | View active topics It is currently Wed May 08, 2024 9:21 pm



Reply to topic  [ 3 posts ] 
Change color drawFilledSplineChart 
Author Message
New pChart user
New pChart user

Joined: Sat Apr 02, 2011 7:10 pm
Posts: 2
Post Change color drawFilledSplineChart
Hi,

In the example "drawFilledSplineChart" (http://wiki.pchart.net/doc.chart.drawFi ... Chart.html), Serie 1 is green and Serie 2 is orange/red.
I don't find in the source where colors are defined.

Using DisplayColor, DisplayR, DisplayB, DisplayG on drawFilledSplineChart(), only color values change, but not the line or the colored area.
What is the parameter to change color ?

Thanks !

===============

Bonjour,

Dans l'exemple "drawFilledSplineChart" (http://wiki.pchart.net/doc.chart.drawFi ... Chart.html), la Serie 1 est verte et la Serie 2 est orange/rouge.
Je ne trouve pas dans la source où sont paramétrées les couleurs.

En utilisant DisplayColor, DisplayR, DisplayB, DisplayG sur drawFilledSplineChart(), seules les valeurs des séries changent, mais pas la ligne ou la zone colorée.
Quel est le paramètre pour changer la couleur ?

Merci d'avance


Sat Apr 02, 2011 7:18 pm
Profile
pChart user
pChart user

Joined: Sat Apr 02, 2011 7:23 am
Posts: 6
Post Re: Change color drawFilledSplineChart
At a glance, I don't see custom colors defined in that example, but you set the colors for displaying a series on the data, not the chart.
Code:
$dataSet->addPoints(array(1, 2, 3), 'SeriesName');
$dataSet->setPalette('SeriesName', array('R'=>212, 'G'=>71, 'B'=>98, 'Alpha'=>60));


http://wiki.pchart.net/doc.settings.setpalette.html

Hope this helps,
-J


Sun Apr 03, 2011 2:11 am
Profile
New pChart user
New pChart user

Joined: Sat Apr 02, 2011 7:10 pm
Posts: 2
Post Re: Change color drawFilledSplineChart
Perfect !
Thanks a lot !


Sun Apr 03, 2011 10:19 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron