0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-03 03:57:31 +03:00

Get axis label using method

This commit is contained in:
Emil Sawicki
2022-01-25 20:05:18 +01:00
parent fdee26a2b8
commit 5dac77083f
3 changed files with 8 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ ChartItemEditor::ChartItemEditor(LimeReport::ChartItem *item, LimeReport::PageDe
readSetting();
init();
connect(m_colorButton, SIGNAL(clicked(bool)), this, SLOT(slotChangeSeriesColor()));
// TODO_ES add field in editor for x axis field, like for labels
}
ChartItemEditor::~ChartItemEditor()