##// END OF EJS Templates
Fixed bar label visibility...
Fixed bar label visibility Label for bars with zero value is not shown. This is done to avoid overlapping labels. Change-Id: Ife30c04e8ae4d9ac9df1209967cc3cd3ecb76a4f Task-number: QTRD-3695 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala -
r2814:79dc9c599f41
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.