mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added ability to hide part of info on chart ruler when line is filtered.
This commit is contained in:
@@ -1423,7 +1423,7 @@ void ChartWidget::setChartData(
|
||||
|
||||
_chartView = CreateChartView(type);
|
||||
_chartView->setLinesFilterController(_linesFilterController);
|
||||
_rulersView.setChartData(_chartData, type);
|
||||
_rulersView.setChartData(_chartData, type, _linesFilterController);
|
||||
|
||||
setupDetails();
|
||||
setupFilterButtons();
|
||||
|
Reference in New Issue
Block a user