Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
61d638d3
Commit
61d638d3
authored
Feb 02, 2017
by
Sergey Luzyanin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Bug 33912
parent
da5ae5ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
common/Drawings/Format/ChartFormat.js
common/Drawings/Format/ChartFormat.js
+13
-9
No files found.
common/Drawings/Format/ChartFormat.js
View file @
61d638d3
...
@@ -194,7 +194,7 @@ function (window, undefined) {
...
@@ -194,7 +194,7 @@ function (window, undefined) {
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetBubble3D
]
=
function
(
oClass
,
value
){
oClass
.
bubble3D
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetBubble3D
]
=
function
(
oClass
,
value
){
oClass
.
bubble3D
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetBubbleSize
]
=
function
(
oClass
,
value
){
oClass
.
bubbleSize
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetBubbleSize
]
=
function
(
oClass
,
value
){
oClass
.
bubbleSize
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetDPt
]
=
function
(
oClass
,
value
){
oClass
.
dPt
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetErrBars
]
=
function
(
oClass
,
value
){
oClass
.
errBars
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetErrBars
]
=
function
(
oClass
,
value
){
oClass
.
errBars
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetInvertIfNegative
]
=
function
(
oClass
,
value
){
oClass
.
invertIfNegative
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_BubbleSeries_SetInvertIfNegative
]
=
function
(
oClass
,
value
){
oClass
.
invertIfNegative
=
value
;};
...
@@ -281,7 +281,6 @@ function (window, undefined) {
...
@@ -281,7 +281,6 @@ function (window, undefined) {
drawingsChangesMap
[
AscDFH
.
historyitem_LineChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetCat
]
=
function
(
oClass
,
value
){
oClass
.
cat
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetCat
]
=
function
(
oClass
,
value
){
oClass
.
cat
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetDPt
]
=
function
(
oClass
,
value
){
oClass
.
dPt
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetErrBars
]
=
function
(
oClass
,
value
){
oClass
.
errBars
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetErrBars
]
=
function
(
oClass
,
value
){
oClass
.
errBars
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetMarker
]
=
function
(
oClass
,
value
){
oClass
.
marker
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_LineSeries_SetMarker
]
=
function
(
oClass
,
value
){
oClass
.
marker
=
value
;};
...
@@ -325,7 +324,6 @@ function (window, undefined) {
...
@@ -325,7 +324,6 @@ function (window, undefined) {
drawingsChangesMap
[
AscDFH
.
historyitem_PieChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetCat
]
=
function
(
oClass
,
value
){
oClass
.
cat
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetCat
]
=
function
(
oClass
,
value
){
oClass
.
cat
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetDPt
]
=
function
(
oClass
,
value
){
oClass
.
dPt
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetExplosion
]
=
function
(
oClass
,
value
){
oClass
.
explosion
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetExplosion
]
=
function
(
oClass
,
value
){
oClass
.
explosion
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetOrder
]
=
function
(
oClass
,
value
){
oClass
.
order
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_PieSeries_SetOrder
]
=
function
(
oClass
,
value
){
oClass
.
order
=
value
;};
...
@@ -342,7 +340,6 @@ function (window, undefined) {
...
@@ -342,7 +340,6 @@ function (window, undefined) {
drawingsChangesMap
[
AscDFH
.
historyitem_RadarChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetCat
]
=
function
(
oClass
,
value
){
oClass
.
cat
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetCat
]
=
function
(
oClass
,
value
){
oClass
.
cat
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetDPt
]
=
function
(
oClass
,
value
){
oClass
.
dPt
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetMarker
]
=
function
(
oClass
,
value
){
oClass
.
marker
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetMarker
]
=
function
(
oClass
,
value
){
oClass
.
marker
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetOrder
]
=
function
(
oClass
,
value
){
oClass
.
order
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_RadarSeries_SetOrder
]
=
function
(
oClass
,
value
){
oClass
.
order
=
value
;};
...
@@ -358,7 +355,7 @@ function (window, undefined) {
...
@@ -358,7 +355,7 @@ function (window, undefined) {
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterChart_SetScatterStyle
]
=
function
(
oClass
,
value
){
oClass
.
scatterStyle
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterChart_SetScatterStyle
]
=
function
(
oClass
,
value
){
oClass
.
scatterStyle
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterChart_SetVaryColors
]
=
function
(
oClass
,
value
){
oClass
.
varyColors
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetDLbls
]
=
function
(
oClass
,
value
){
oClass
.
dLbls
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetDPt
]
=
function
(
oClass
,
value
){
oClass
.
dPt
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetErrBars
]
=
function
(
oClass
,
value
){
oClass
.
errBars
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetErrBars
]
=
function
(
oClass
,
value
){
oClass
.
errBars
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetIdx
]
=
function
(
oClass
,
value
){
oClass
.
idx
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetMarker
]
=
function
(
oClass
,
value
){
oClass
.
marker
=
value
;};
drawingsChangesMap
[
AscDFH
.
historyitem_ScatterSer_SetMarker
]
=
function
(
oClass
,
value
){
oClass
.
marker
=
value
;};
...
@@ -709,7 +706,7 @@ function (window, undefined) {
...
@@ -709,7 +706,7 @@ function (window, undefined) {
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleChart_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleChart_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetBubbleSize
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetBubbleSize
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetDPt
]
=
window
[
'
AscDFH
'
].
CChangesDrawings
Objec
t
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetDPt
]
=
window
[
'
AscDFH
'
].
CChangesDrawings
Conten
t
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetErrBars
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetErrBars
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetSpPr
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetSpPr
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetTrendline
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_BubbleSeries_SetTrendline
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
...
@@ -787,7 +784,7 @@ function (window, undefined) {
...
@@ -787,7 +784,7 @@ function (window, undefined) {
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_Scaling_SetParent
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_Scaling_SetParent
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterChart_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterChart_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetDLbls
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetDPt
]
=
window
[
'
AscDFH
'
].
CChangesDrawings
Objec
t
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetDPt
]
=
window
[
'
AscDFH
'
].
CChangesDrawings
Conten
t
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetErrBars
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetErrBars
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetMarker
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetMarker
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetSpPr
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
AscDFH
.
changesFactory
[
AscDFH
.
historyitem_ScatterSer_SetSpPr
]
=
window
[
'
AscDFH
'
].
CChangesDrawingsObject
;
...
@@ -908,6 +905,11 @@ function (window, undefined) {
...
@@ -908,6 +905,11 @@ function (window, undefined) {
drawingContentChanges
[
AscDFH
.
historyitem_BarSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_BarSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_LineSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_LineSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_PieSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_PieSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_ScatterSer_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_BubbleSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_RadarSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_PieSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_LineSeries_SetDPt
]
=
drawingContentChanges
[
AscDFH
.
historyitem_RadarSeries_SetDPt
]
=
function
(
oClass
){
return
oClass
.
dPt
;};
drawingContentChanges
[
AscDFH
.
historyitem_RadarSeries_SetDPt
]
=
function
(
oClass
){
return
oClass
.
dPt
;};
drawingContentChanges
[
AscDFH
.
historyitem_DLbls_SetDLbl
]
=
function
(
oClass
){
return
oClass
.
dLbl
;};
drawingContentChanges
[
AscDFH
.
historyitem_DLbls_SetDLbl
]
=
function
(
oClass
){
return
oClass
.
dLbl
;};
...
@@ -6238,7 +6240,7 @@ CBubbleSeries.prototype =
...
@@ -6238,7 +6240,7 @@ CBubbleSeries.prototype =
},
},
addDPt
:
function
(
pr
)
addDPt
:
function
(
pr
)
{
{
History
.
Add
(
new
CChangesDrawings
Objec
t
(
this
,
AscDFH
.
historyitem_BubbleSeries_SetDPt
,
this
.
dPt
.
length
,
[
pr
],
true
));
History
.
Add
(
new
CChangesDrawings
Conten
t
(
this
,
AscDFH
.
historyitem_BubbleSeries_SetDPt
,
this
.
dPt
.
length
,
[
pr
],
true
));
this
.
dPt
.
push
(
pr
);
this
.
dPt
.
push
(
pr
);
},
},
setErrBars
:
function
(
pr
)
setErrBars
:
function
(
pr
)
...
@@ -10906,7 +10908,9 @@ CScatterSeries.prototype =
...
@@ -10906,7 +10908,9 @@ CScatterSeries.prototype =
},
},
addDPt
:
function
(
pr
)
addDPt
:
function
(
pr
)
{
{
History
.
Add
(
new
CChangesDrawingsObject
(
this
,
AscDFH
.
historyitem_ScatterSer_SetDPt
,
this
.
dPt
,
pr
));
History
.
Add
(
new
CChangesDrawingsContent
(
this
,
AscDFH
.
historyitem_ScatterSer_SetDPt
,
this
.
dPt
.
length
,
[
pr
],
true
));
//History.Add(new CChangesDrawingsObject(this, AscDFH.historyitem_ScatterSer_SetDPt, this.dPt, pr));
this
.
dPt
.
push
(
pr
);
this
.
dPt
.
push
(
pr
);
},
},
setErrBars
:
function
(
pr
)
setErrBars
:
function
(
pr
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment