From 4238867b377cbd0a76e60895ce39bc526faf5795 2012-07-12 09:59:54 From: sauimone Date: 2012-07-12 09:59:54 Subject: [PATCH] horizontal percent barchart example update --- diff --git a/examples/horizontalpercentbarchart/main.cpp b/examples/horizontalpercentbarchart/main.cpp index a2e65d0..989600a 100644 --- a/examples/horizontalpercentbarchart/main.cpp +++ b/examples/horizontalpercentbarchart/main.cpp @@ -60,7 +60,7 @@ int main(int argc, char *argv[]) //![3] QChart* chart = new QChart(); chart->addSeries(series); - chart->setTitle("Simple horizontal stacked barchart example"); + chart->setTitle("Simple horizontal percent barchart example"); chart->createDefaultAxes(); chart->setAnimationOptions(QChart::SeriesAnimations); //![3]