@@ -44,7 +44,8 public: | |||||
44 | backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); |
|
44 | backgroundGradient.setColorAt(1.0, QRgb(0xffffff)); | |
45 | backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); |
|
45 | backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); | |
46 | m_chartBackgroundGradient = backgroundGradient; |
|
46 | m_chartBackgroundGradient = backgroundGradient; | |
47 | m_backgroundDropShadowEnabled = true; |
|
47 | // There is a performance issue in the drop shadow implementation, so disabled for now | |
|
48 | // m_backgroundDropShadowEnabled = true; | |||
48 |
|
49 | |||
49 | // Axes and other |
|
50 | // Axes and other | |
50 | m_axisLinePen = QPen(0xd6d6d6); |
|
51 | m_axisLinePen = QPen(0xd6d6d6); |
General Comments 0
You need to be logged in to leave comments.
Login now