Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
c3-closed
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evgeny
c3-closed
Commits
5d31edfa
Commit
5d31edfa
authored
Nov 20, 2014
by
Tropicalista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update core.js
parent
7bdb00c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
core.js
src/core.js
+2
-1
No files found.
src/core.js
View file @
5d31edfa
...
...
@@ -109,7 +109,8 @@ c3_chart_internal_fn.initParams = function () {
$$
.
xOrient
=
config
.
axis_rotated
?
"left"
:
"bottom"
;
$$
.
yOrient
=
config
.
axis_rotated
?
"bottom"
:
"left"
;
$$
.
y2Orient
=
config
.
axis_rotated
?
"top"
:
"right"
;
$$
.
yOrient
=
config
.
axis_rotated
?
(
config
.
axis_y_inner
?
"top"
:
"bottom"
)
:
(
config
.
xis_y_inner
?
"right"
:
"left"
);
$$
.
y2Orient
=
config
.
axis_rotated
?
(
config
.
axis_y_inner
?
"bottom"
:
"top"
)
:
(
config
.
xis_y_inner
?
"left"
:
"right"
);
$$
.
subXOrient
=
config
.
axis_rotated
?
"left"
:
"bottom"
;
$$
.
isLegendRight
=
config
.
legend_position
===
'right'
;
...
...
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