##// END OF EJS Templates
Add QML designer plugin...
Add QML designer plugin Added QML designer plugin for Charts. It's possible now to add all possible series in ChartView and PolarChartView type. The properties of ChartView and PolarChartView can be set via the QML designer. The properties of the series are not editable via the QML designer. Change-Id: I51cd6bf5bd33cd8d0f7b7f2fb992e7963e344dae Task-number: QTRD-3356 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala -
r2738:6c4e7f2cd60f
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.