##// END OF EJS Templates
Clarified box-and-whiskers chart documentation...
Clarified box-and-whiskers chart documentation The documentation now explains that the label is the category of QBarCategoryAxis that is used for slots in box-and-whiskers chart. Change-Id: I6a16a0f02f49790ab923c1a4432dc308d8246fc2 Task-number: QTRD-3697 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Titta Heikkala -
r2812:2c2bde37df65
Show More

Testing polar chart:

Since the tests typically initialize the chart once for the whole test case,
it is difficult to test the components against polar chart unless all tests
are duplicated or massively refactored. Neither option is desirable, so instead
we check environment variable TEST_POLAR_CHART. If it is not empty, we run
the tests that are relevant for polar chart against polar chart. Unfortunately
This means two runs of the tests with different environment are required for
full coverage.