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
166cbbdf
Commit
166cbbdf
authored
Apr 04, 2016
by
konovalovsergey
Committed by
Alexander.Trofimov
May 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add open/save sparkline
parent
3ec15540
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
297 additions
and
61 deletions
+297
-61
cell/model/Serialize.js
cell/model/Serialize.js
+296
-60
common/Charts/DrawingObjects.js
common/Charts/DrawingObjects.js
+1
-1
No files found.
cell/model/Serialize.js
View file @
166cbbdf
This diff is collapsed.
Click to expand it.
common/Charts/DrawingObjects.js
View file @
166cbbdf
...
@@ -345,7 +345,7 @@ CSparklineView.prototype.initFromSparkline = function(oSparkline, oSparklineGrou
...
@@ -345,7 +345,7 @@ CSparklineView.prototype.initFromSparkline = function(oSparkline, oSparklineGrou
var
chart_space
=
DrawingObjectsController
.
prototype
.
_getChartSpace
(
chartSeries
,
settings
,
true
);
var
chart_space
=
DrawingObjectsController
.
prototype
.
_getChartSpace
(
chartSeries
,
settings
,
true
);
chart_space
.
setWorksheet
(
worksheetView
.
model
);
chart_space
.
setWorksheet
(
worksheetView
.
model
);
this
.
chartSpace
=
chart_space
;
this
.
chartSpace
=
chart_space
;
var
oBBox
=
worksheetView
.
model
.
getCell
(
oSparkline
.
sqref
);
var
oBBox
=
worksheetView
.
model
.
getCell
2
(
oSparkline
.
sqref
);
this
.
col
=
oBBox
.
c1
;
this
.
col
=
oBBox
.
c1
;
this
.
row
=
oBBox
.
r1
;
this
.
row
=
oBBox
.
r1
;
this
.
extX
=
worksheetView
.
getColumnWidth
(
oBBox
.
c1
,
3
);
this
.
extX
=
worksheetView
.
getColumnWidth
(
oBBox
.
c1
,
3
);
...
...
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