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
7899ae08
Commit
7899ae08
authored
8 years ago
by
Sergey Luzyanin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set Bevel type lineJoin
parent
4715252d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
common/Drawings/CommonController.js
common/Drawings/CommonController.js
+0
-1
common/Drawings/Format/ChartSpace.js
common/Drawings/Format/ChartSpace.js
+3
-1
No files found.
common/Drawings/CommonController.js
View file @
7899ae08
...
...
@@ -4542,7 +4542,6 @@ DrawingObjectsController.prototype =
return
ret
;
},
_getChartSpace
:
function
(
chartSeries
,
options
,
bUseCache
)
{
options
.
type
=
c_oAscChartTypeSettings
.
surfaceNormal
;
switch
(
options
.
type
)
{
case
c_oAscChartTypeSettings
.
lineNormal
:
case
c_oAscChartTypeSettings
.
lineNormalMarker
:
...
...
This diff is collapsed.
Click to expand it.
common/Drawings/Format/ChartSpace.js
View file @
7899ae08
...
...
@@ -9845,7 +9845,9 @@ CChartSpace.prototype.recalculateSeriesColors = function()
var
compiled_line
=
new
AscFormat
.
CLn
();
compiled_line
.
merge
(
default_line
);
compiled_line
.
Fill
.
merge
(
base_line_fills
[
i
]);
compiled_line
.
w
*=
style
.
line3
;
//compiled_line.w *= style.line3;
compiled_line
.
Join
=
new
AscFormat
.
LineJoin
();
compiled_line
.
Join
.
type
=
AscFormat
.
LineJoinType
.
Bevel
;
if
(
oBandFmt
&&
oBandFmt
.
spPr
){
compiled_line
.
merge
(
oBandFmt
.
spPr
.
ln
);
}
...
...
This diff is collapsed.
Click to expand it.
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