Search found 11 matches

by Martin
Wed Jan 09, 2013 10:38 am
Forum: PHP
Topic: Gradient per bar or per pie part
Replies: 4
Views: 29795

Re: Gradient per bar or per pie part

Hi Yeray,

Can you tell me when that release is?
Or can you tell me what you have changed?
Then I can finish the project that I am working on.

Thanks a lot!
by Martin
Mon Dec 17, 2012 4:40 pm
Forum: PHP
Topic: Extra legend does not show the last mark
Replies: 7
Views: 36992

Re: Extra legend does not show the last mark

Exactly :wink:
by Martin
Fri Dec 14, 2012 4:34 pm
Forum: PHP
Topic: Extra legend does not show the last mark
Replies: 7
Views: 36992

Re: Extra legend does not show the last mark

Problem was : the value was in the legend but its position was to low. When I positioned it higher it did show the complete legend. (I hope you can understand - don't know how to explane :oops: )
by Martin
Fri Dec 14, 2012 4:15 pm
Forum: PHP
Topic: Gradient per bar or per pie part
Replies: 4
Views: 29795

Gradient per bar or per pie part

Is it possible to get a different gradient on every bar or pie part?
Now it does 1 gradient for all the bars or pie parts within the chart.

And if it is possible, how do I do it?
by Martin
Fri Nov 30, 2012 3:38 pm
Forum: PHP
Topic: Extra legend does not show the last mark
Replies: 7
Views: 36992

Re: Extra legend does not show the last mark

public function fill($labels,$series) { $labels = null; $top = 700; $left = 40; foreach ($series as $serie) { $bar = new ModalityHorzBar($this->chart,true,false,false,-5); //waardes foreach ($serie->getPoints() as $point) { $value = $point->getValuesY(); $text = $point->getText(); $color = $point->...
by Martin
Thu Nov 29, 2012 8:51 am
Forum: PHP
Topic: Extra legend does not show the last mark
Replies: 7
Views: 36992

Extra legend does not show the last mark

I have added three extra legends on my chart.
Two of them show the marks/labels/legend correctly
Only the first one gives problems.
It only shows 3 of the 4 labels.
When I add a fifth label it also shows 3 labels.
What's wrong?
by Martin
Thu Nov 29, 2012 8:48 am
Forum: PHP
Topic: How do I get rid of ,00 in a mark
Replies: 2
Views: 25091

Re: How do I get rid of ,00 in a mark

Thanks a lot! :)
by Martin
Wed Nov 28, 2012 11:33 am
Forum: PHP
Topic: Center mark in Bar and HorizBar
Replies: 5
Views: 32573

Re: Center mark in Bar and HorizBar

They have indeed a custom position.
But not the position I want.
I have the bars 'stacked'.
Does that influence the behavior of the marks?
by Martin
Wed Nov 28, 2012 11:30 am
Forum: PHP
Topic: How do I get rid of ,00 in a mark
Replies: 2
Views: 25091

How do I get rid of ,00 in a mark

How do I get rid of ,00 in a mark.

I don't want to show the decimal.
1650 instead of 1650,00
by Martin
Wed Nov 28, 2012 10:40 am
Forum: PHP
Topic: Center mark in Bar and HorizBar
Replies: 5
Views: 32573

Re: Center mark in Bar and HorizBar

Hi Yeray,

So it's not possible right know to center a mark?
How about the Gantt() ? The mark is centered there.
Or does that work different?
by Martin
Tue Nov 27, 2012 1:36 pm
Forum: PHP
Topic: Center mark in Bar and HorizBar
Replies: 5
Views: 32573

Center mark in Bar and HorizBar

Is it possible to center the marks on a Bar and a HorizBar?
And if it is possible how do I do it?

I am using the TeeChartPHP2012.10.08.001_with_Sources version