For example:
![Image](http://samjlevy.com/files/teechart_bug_3.png)
![Image](http://samjlevy.com/files/teechart_bug_2.png)
![Image](http://samjlevy.com/files/teechart_bug_1.png)
Notice the gaps in all these charts, for when values drop down to 0
Is there any solution for this?
Thanks
Code: Select all
for($i=0; $i<6; $i++) {
$line->add($i*10 - 30);
}
Code: Select all
for($i=0; $i<6; $i++) {
$line->addYColor($i*10 - 30, $line->getColor());
}
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |