##// END OF EJS Templates
Fix vanishing labels for first and last ticks....
Fix vanishing labels for first and last ticks. Extra space must be reserved by layout for the axes that have wide labels for first or last tick. Changed the logic how axis sizeHint is interpreted to make the previously irrelevant height or width (depending on orientation) of the sizeHint to indicate how far the widest label extends past the first/last tick, and adjust the grid size accordingly in layout. Reviewed-by: Mika Salmela

File last commit:

r983:4dfea05bdd57
r2443:5b27b7b1d72a RC2_1.2.1
Show More
demos-chartthemes.qdoc
12 lines | 449 B | text/plain | TextLexer
/ doc / src / demos-chartthemes.qdoc
Jani Honkonen
Add demos to docs
r921 /*!
Tero Ahola
Added screen shots of three themes to docs
r949 \example demos/chartthemes
\title Chart themes demo
\subtitle
Jani Honkonen
Add demos to docs
r921
Tero Ahola
Added screen shots of three themes to docs
r949 This demo shows the look and feel of the different built in themes for all supported chart types.
The background palette of the application is also customized according to the selected theme, to make the result
look harmonious.
\image demo_chartthemes_light.png
\image demo_chartthemes_brown_sand.png
\image demo_chartthemes_blue_cerulean.png
Jani Honkonen
Add demos to docs
r921 */