Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 953

Summary: Issue with sample charts
Product: Java TeeChart Reporter: alex
Component: Chart ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: sandra, yeray
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: screenshot with bug

Description alex 2014-10-08 09:01:01 EDT
When you click the Add button the TeeChart Gallery is opened. And if you click there the "View 3D" check box several times the sample charts will be broken. And the descriptions will be smoothed. See screen shot
Comment 1 alex 2014-10-08 09:02:19 EDT
Created attachment 301 [details]
screenshot with bug
Comment 2 yeray alonso 2016-02-08 06:16:41 EST
Another customer reported the same here:
http://stackoverflow.com/questions/35228730/how-to-force-teechart-gallery-repaintswing
Comment 3 yeray alonso 2016-02-08 06:23:11 EST
For those with the sources, the fix consists on two small changes:

- Remove this line from GalleryChart constructor in GalleryChart.java:

        getPanel().setColor(Color.TRANSPARENT);

- Remove this line from createChart method in GalleryPanel.java:

        result.setOpaque(false);