Search found 6 matches

by tgrubb
Fri Jul 02, 2010 4:09 pm
Forum: PHP
Topic: Legend Text Style bugs?
Replies: 4
Views: 29479

Re: Legend Text Style bugs?

That's great! Is there a schedule for the next point release to see the fix?

Regards,
Tom
by tgrubb
Tue Jun 29, 2010 9:30 pm
Forum: PHP
Topic: Interactivity?
Replies: 1
Views: 22146

Interactivity?

Hi,
Is there any *easy* way to get interactivity with TeeChart for PHP? Specifically, I mean allowing the user to zoom. I know I can write code to do this, but I was wondering if there was some boilerplate code for this.

Regards,
Tom Grubb
by tgrubb
Tue Jun 29, 2010 9:24 pm
Forum: PHP
Topic: Legend Text Style bugs?
Replies: 4
Views: 29479

Legend Text Style bugs?

Hi, I am trying to display a pie chart where the legend shows the percentage amount of each slice. For example, Slice Value Planes 20 Trains 20 Automobiles 40 should display as Slice Percentage Planes 25% Trains 25% Automobiles 50% I try to enable it with $chart1->getLegend()->setTextStyle(LegendTex...
by tgrubb
Wed Jun 09, 2010 1:09 pm
Forum: PHP
Topic: Multiple series visual bug
Replies: 5
Views: 31365

Re: Multiple series visual bug

Hi Yeray,
Thanks for confirming it. I am glad to see it should be fixed whenever the next release occurs.
Regards,
Tom
by tgrubb
Mon Jun 07, 2010 9:26 pm
Forum: PHP
Topic: Multiple series visual bug
Replies: 5
Views: 31365

Re: Multiple series visual bug

Hi Yeray Alonso, First, sorry for taking so long to reply... got called off on another project. I think I found the problem. It looks like the error may only occur with Stairs = true. If setStairs is false, I see no problem. Could you try your code with $area_chart->setStairs(true); Thanks, Tom
by tgrubb
Fri Apr 16, 2010 8:30 pm
Forum: PHP
Topic: Multiple series visual bug
Replies: 5
Views: 31365

Multiple series visual bug

Hi, I am attempting to add 2+ area series to a chart. It works, but unfortunately, there is a visual bug. First, the chart is displaying in 3D. The series that is in the back has its front face drawn at the same depth as the series in the front (like someone has separated the front from rest of the ...