##// 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:

r2442:7fe25bf61dfb
r2443:5b27b7b1d72a RC2_1.2.1
Show More
examples-scatterinteractions.qdoc
9 lines | 246 B | text/plain | TextLexer
/ doc / src / examples-scatterinteractions.qdoc
Jani Honkonen
Add all examples to docs
r919 /*!
\example examples/scatterinteractions
Miikka Heikkinen
Fix trivial problems with examples and docs
r2442 \title ScatterInteractions Example
Jani Honkonen
Add all examples to docs
r919 \subtitle
The example shows how to create simple scatter chart and how to interact with the chart.
Tero Ahola
Tuned scatterinteractions example
r1026
\image examples_scatterinteractions.png
Jani Honkonen
Add all examples to docs
r919 */