1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Qt Charts 5.8.0
New features
------------
- [QTBUG-50544] Added new candlestick series type
- Added horizontal model mapper for box plot series
Fixed issues
------------
- Antialiasing is now supported for OpenGL accelerated series
- Mouse events are now supported for OpenGL accelerated series
- [QTBUG-56037] Ensure axis geometry is correct when axis is shown
- Fix areaseries bordercolor setting to black
- [QTBUG-56900] Fix domain initialization for area series
Example changes
---------------
- Qmlcustomizations example sometimes failed to run the animation
- Fixed blinking after animation stopped in qmlcustomizations example
- Fixed qmloscilloscope example when using software backend
|