##// END OF EJS Templates
Refacotr axisitem to handle ticks changes
Refacotr axisitem to handle ticks changes

File last commit:

r101:5389336c8e0d
r452:47a9fc437f2c
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
percent bar chart
r101 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}