Ticket #21 (closed defect: wontfix)
labelFontSize is ignored
| Reported by: | aprzywecki@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
The option 'labelFontSize' is ignored because it's not used in _renderAxisLabel() in chart.py. Adding:
cx.set_font_size(self.options.axis.labelFontSize)
to _renderAxisLabel() in chart.py fixes the problem.
Adam
Change History
Note: See
TracTickets for help on using
tickets.
