diff --git a/doc/src/example-areachart.qdoc b/doc/src/example-areachart.qdoc index a61ce1c..dc6a31e 100644 --- a/doc/src/example-areachart.qdoc +++ b/doc/src/example-areachart.qdoc @@ -19,7 +19,7 @@ \snippet ../example/areachart/main.cpp 3 - In the end we create QChartView instance, set title, set anti-aliasing and add area series. We also set the specific range for axes. + In the end we create QChartView instance, set title, set anti-aliasing and add area series. We also set the specific range for axes. \snippet ../example/areachart/main.cpp 4 diff --git a/example/areachart/main.cpp b/example/areachart/main.cpp index 2e6c6f1..616dcfa 100644 --- a/example/areachart/main.cpp +++ b/example/areachart/main.cpp @@ -21,8 +21,8 @@ int main(int argc, char *argv[]) //![1] //![2] - *series0 << QPointF(1, 5) << QPointF(3, 7) << QPointF(7, 6) << QPointF(9, 7) << QPointF(12,6)<