tdf#163084: add Histogram chart in sidebar
Change-Id: I7f5d2f22c340d4f04b6c04fac04079ae2a29b32c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173767 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
@@ -85,6 +85,7 @@ ChartTypePanel::ChartTypePanel(weld::Widget* pParent, ::chart::ChartController*
|
||||
|
||||
m_aChartTypeDialogControllerList.push_back(std::make_unique<ColumnChartDialogController>());
|
||||
m_aChartTypeDialogControllerList.push_back(std::make_unique<BarChartDialogController>());
|
||||
m_aChartTypeDialogControllerList.push_back(std::make_unique<HistogramChartDialogController>());
|
||||
m_aChartTypeDialogControllerList.push_back(std::make_unique<PieChartDialogController>());
|
||||
m_aChartTypeDialogControllerList.push_back(std::make_unique<OfPieChartDialogController>());
|
||||
m_aChartTypeDialogControllerList.push_back(std::make_unique<AreaChartDialogController>());
|
||||
|
Reference in New Issue
Block a user