##// END OF EJS Templates
Added mapToXxx methods to ChartView...
Added mapToXxx methods to ChartView Added mapToPosition and mapToValue methods to ChartView. These correspond to the ones QChart has. Change-Id: I5d0477d3f704b6f56243b31848d175fd17f24ff6 Task-number: QTRD-3494 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala -
r2786:956ee548c718
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.