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!
Search found 11 matches
- Wed Jan 09, 2013 10:38 am
- Forum: PHP
- Topic: Gradient per bar or per pie part
- Replies: 4
- Views: 44223
- Mon Dec 17, 2012 4:40 pm
- Forum: PHP
- Topic: Extra legend does not show the last mark
- Replies: 7
- Views: 53751
- Fri Dec 14, 2012 4:34 pm
- Forum: PHP
- Topic: Extra legend does not show the last mark
- Replies: 7
- Views: 53751
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 )
- Fri Dec 14, 2012 4:15 pm
- Forum: PHP
- Topic: Gradient per bar or per pie part
- Replies: 4
- Views: 44223
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?
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?
- Fri Nov 30, 2012 3:38 pm
- Forum: PHP
- Topic: Extra legend does not show the last mark
- Replies: 7
- Views: 53751
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->...
- Thu Nov 29, 2012 8:51 am
- Forum: PHP
- Topic: Extra legend does not show the last mark
- Replies: 7
- Views: 53751
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?
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?
- Thu Nov 29, 2012 8:48 am
- Forum: PHP
- Topic: How do I get rid of ,00 in a mark
- Replies: 2
- Views: 38262
Re: How do I get rid of ,00 in a mark
Thanks a lot!
- Wed Nov 28, 2012 11:33 am
- Forum: PHP
- Topic: Center mark in Bar and HorizBar
- Replies: 5
- Views: 47736
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?
But not the position I want.
I have the bars 'stacked'.
Does that influence the behavior of the marks?
- Wed Nov 28, 2012 11:30 am
- Forum: PHP
- Topic: How do I get rid of ,00 in a mark
- Replies: 2
- Views: 38262
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
I don't want to show the decimal.
1650 instead of 1650,00
- Wed Nov 28, 2012 10:40 am
- Forum: PHP
- Topic: Center mark in Bar and HorizBar
- Replies: 5
- Views: 47736
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?
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?
- Tue Nov 27, 2012 1:36 pm
- Forum: PHP
- Topic: Center mark in Bar and HorizBar
- Replies: 5
- Views: 47736
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
And if it is possible how do I do it?
I am using the TeeChartPHP2012.10.08.001_with_Sources version