##// END OF EJS Templates
Refactors barchart axis hadnling...
Refactors barchart axis hadnling * renames some layout members * temporary axis handling via domain * changes layout to make categories between ticks

File last commit:

r486:7ab45bf9f776
r679:2f2494d0880e
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}