aboutsummaryrefslogtreecommitdiff
path: root/source/ga
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-10-21 15:54:08 +0200
committerAndras Timar <andras.timar@collabora.com>2018-10-21 15:54:08 +0200
commit7bf607deb6711d47520579b6cdc0381cb71420da (patch)
tree5135515834db5d222b80fca39a35a3838a2df6cd /source/ga
parent1972d9c3c26f6064e42870aeae397db7ea3423a6 (diff)
Updated Slovenian translation
Change-Id: If92bf4315d62bbd31c9c42c40f0673b240c1853b
Diffstat (limited to 'source/ga')
0 files changed, 0 insertions, 0 deletions
e/table_panel'>feature/table_panel LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/HistogramCalculator.cxx
AgeCommit message (Collapse)Author
2024-08-04tdf#82716 Implement Correct Calculation for Histogram Chartvarshneydevansh
- Add Scott's rule for bin width calculation - Correct upper and lower limit for the Bin Range in the X-Axis This commit introduces Scott's Reference Rule as we are currently using the sqrt for histogram calculation, improving bin width determination and overall histogram accuracy. Change-Id: I4a430416e365781ebef8b1e0872dd4ed50492b9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170526 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh
- Add the Histogram selection to the UI - Histogram bars showing with No Gap - Convert X and Y axis to group data into bins and frequency - Adjusted failing UI test (tdf138556) as a new chart type was added Change-Id: Id1f161adac943ead5e17c7fbb7e14c9ab7f1655e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167068 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>