Commit Graph

134 Commits

Author SHA1 Message Date
78350fabd1 fix crash on copy chart ex with gridlines 2024-12-03 14:55:45 +03:00
7c9746a22e Merge pull request 'release/v8.2.0' (#212) from release/v8.2.0 into develop
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/212
2024-10-17 11:21:53 +00:00
f89f68990d [bug] title, legend pos 2024-10-14 23:48:52 +00:00
b1e6810365 feature/ChartExPareto (#178)
The Pareto Chart type implemented as a descendant of Histogram chart
Co-authored-by: ansaraidarbek <ansar.aydarbek@onlyoffice.com>
Co-committed-by: ansaraidarbek <ansar.aydarbek@onlyoffice.com>
2024-10-14 06:49:10 +00:00
78152445cc [bug] fix opening file with chartex 2024-10-08 10:53:16 +03:00
20900f2e74 CAxis method setAxPos renamed to initializeAxPos 2024-10-03 13:35:39 +00:00
ae9606381b [bug] fix bug 70186 2024-10-03 12:28:33 +03:00
3c7039ee25 fix bugs in chart ex 2024-10-03 08:32:22 +00:00
b77ca34acd [bug] fix bug 70463 2024-10-03 08:32:22 +00:00
d1a16f0022 [bug] For bug 70185: fix typo 2024-09-16 12:03:49 +03:00
e5c77b9bcd open/save chartEx in de 2024-09-12 01:45:23 +03:00
3050221c15 [all] Fix bug 69467 2024-07-31 11:38:17 +03:00
623c0dbca5 Feature/val ax (#4731)
* [all] First changes into val ax

* [all] Fix for _getArrayDataValues

* [all] CLabelsParameters refactored

* [all] Labels fixed for serAx and labelWidth

* [al] New label width calculations for layoutHorNormal

* [all] Small changes into formulas after testing on standart tester

* [se] By left/right plotArea margin

* [all] TickLblPos based left/right margins implemented

* [all] Fixes for tickLblPos value, when axis is hidden

* [all] recalculateAxesSet iteration count fixed

* [all] TickLblPos logic changed for cases when axis is reversed

* [all] GetTrueMinMax constants back to 0.05

* [all] User defined rotation fixed for catAx

* [all] TickLabelsPos switched to isLeftAxis/isRightAxis, comments added for constants, unnecessary comments removed

---------

Co-authored-by: Igor Zotov <Igor.Zotov@onlyoffice.com>
2024-07-18 12:21:26 +03:00
de703defc2 fix crash at workbook opening 2024-07-11 16:32:37 +03:00
4f51a168a6 Merge branch 'release/v8.1.0' into develop 2024-06-18 10:56:16 +03:00
749d73a225 [de][se] Fix bug 68665 2024-06-16 12:41:18 -07:00
08a8d84ee9 Merge branch 'release/v8.1.0' into develop
# Conflicts:
#	cell/apiBuilder.js
#	cell/model/FormulaObjects/lookupandreferenceFunctions.js
#	cell/model/Workbook.js
#	tests/cell/spreadsheet-calculation/FormulaTests.js
2024-06-06 14:55:01 +03:00
ecd4b43c98 fix add charts 2024-06-06 14:21:23 +03:00
030e97fbea [all] Funnel chart added to charts (#4517)
* [all] Funnel chart added to charts
2024-06-03 10:46:31 +03:00
e6301d14ad fix saving 2024-05-22 16:04:34 +03:00
fae0979b20 Merge branch 'develop' into feature/chart-ex 2024-05-20 11:14:22 +03:00
df319ba348 [copyright] Update Copyright date 2024-04-23 19:18:31 +03:00
d9f36460ba fix deserializing charts 2024-04-15 14:30:37 +03:00
c9c6a4a561 Merge branch 'develop' into feature/chart-ex 2024-04-02 16:17:56 +03:00
1194352c43 [bug] charts use array for error bars 2024-03-13 12:10:54 +03:00
d580a8dc66 [all] Chart Ex Funnel implementation removed into feature/chart-ex-funnel branch 2024-03-11 15:27:32 +05:00
3936d5ef49 [all] Initial chartEx:Funnel implementation 2024-03-11 15:20:56 +05:00
506df06804 [all] ChartEx fillObject method added to every class, and some minor bug fixes 2024-02-29 12:59:01 +06:00
f16f8484eb [all] Axes grid and labels are fixed for waterfall and histogram 2024-02-26 15:53:08 +06:00
b867f20503 [all] Axes grid and labels are fixed for waterfall and histogram 2024-02-26 15:40:29 +06:00
91203cdc34 [chart-ex] remove isForChartEx and some refactoring 2024-02-22 12:43:31 +03:00
4b550b287c [chart-ex] colors for series 2024-02-01 14:07:45 +03:00
8e742e1b87 [se] Change constant indexing 2024-01-18 14:01:52 +05:00
00c328f4bc [chart-ex] developing 2023-11-02 13:31:49 +03:00
b55afe596f [chart-ex] remove CStringValue, CNumericValue for ChartEx. Use classes for old chart instead 2023-11-01 13:02:01 +03:00
02c279a685 [chart-ex] refactoring 2023-10-30 23:37:21 +03:00
a44de6561d [chart-ex] some fixes 2023-10-30 18:32:11 +03:00
e8fef3bd1e [chart-ex] reformat code (spaces->tabs); some fixes 2023-10-30 14:34:19 +03:00
ca61edd929 For bug #62819
Add read,write, compare for test
Edit readXml, writeXml in classes
Edit fields in CAxis
2023-09-25 21:31:54 +06:00
e39cc77b77 For bug #62819
Fix import constants.
2023-09-12 14:17:51 +06:00
6edd19a904 For bug #62819
Replace Simple Types constants.
2023-09-08 22:56:34 +06:00
00a40924d3 For bug #62819
Add ST for ChartEx
2023-09-07 20:51:16 +06:00
8dd60d861e For bug #62819
Fix reading some attributes and elements.
2023-09-06 21:07:16 +06:00
e792311e72 [chart-ex] fix type for chartEx object 2023-09-06 11:00:10 +03:00
db6196d2ed For bug #62819
Fix reading from file.
2023-09-05 22:26:55 +06:00
e783174219 For bug#62819 2023-09-05 13:45:03 +06:00
6c98c4956a For bug #62819
Fix issue with field names.
2023-09-04 18:46:10 +06:00
fa6b5f761b For bug #62819
Remove dublicate classes
2023-09-01 21:52:34 +06:00
3c49bfc22c For #62819
Add constants for Simple Types.
2023-08-31 00:29:47 +06:00
6fdbb04b57 For bug #62819
Comment Simple Types.
Fix problem with opening chartex.
2023-08-24 16:04:31 +06:00