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
f26df379
Commit
f26df379
authored
Jun 06, 2015
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/J-F-Liu/c3
into J-F-Liu-master
parents
74283aa5
31ab1cd6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
c3.js
c3.js
+0
-5
api.flow.js
src/api.flow.js
+0
-2
core.js
src/core.js
+0
-3
No files found.
c3.js
View file @
f26df379
...
...
@@ -584,9 +584,6 @@
$$
.
subY2
.
domain
(
$$
.
getYDomain
(
targetsToShow
,
'y2'
));
}
// tooltip
$$
.
tooltip
.
style
(
"display"
,
"none"
);
// xgrid focus
$$
.
updateXgridFocus
();
...
...
@@ -6374,9 +6371,7 @@
scaleX
=
(
diffDomain
(
orgDomain
)
/
diffDomain
(
domain
));
transform
=
'translate('
+
translateX
+
',0) scale('
+
scaleX
+
',1)'
;
// hide tooltip
$$
.
hideXGridFocus
();
$$
.
hideTooltip
();
d3
.
transition
().
ease
(
'linear'
).
duration
(
durationForFlow
).
each
(
function
()
{
wait
.
add
(
$$
.
axes
.
x
.
transition
().
call
(
$$
.
xAxis
));
...
...
src/api.flow.js
View file @
f26df379
...
...
@@ -214,9 +214,7 @@ c3_chart_internal_fn.generateFlow = function (args) {
scaleX
=
(
diffDomain
(
orgDomain
)
/
diffDomain
(
domain
));
transform
=
'translate('
+
translateX
+
',0) scale('
+
scaleX
+
',1)'
;
// hide tooltip
$$
.
hideXGridFocus
();
$$
.
hideTooltip
();
d3
.
transition
().
ease
(
'linear'
).
duration
(
durationForFlow
).
each
(
function
()
{
wait
.
add
(
$$
.
axes
.
x
.
transition
().
call
(
$$
.
xAxis
));
...
...
src/core.js
View file @
f26df379
...
...
@@ -579,9 +579,6 @@ c3_chart_internal_fn.redraw = function (options, transitions) {
$$
.
subY2
.
domain
(
$$
.
getYDomain
(
targetsToShow
,
'y2'
));
}
// tooltip
$$
.
tooltip
.
style
(
"display"
,
"none"
);
// xgrid focus
$$
.
updateXgridFocus
();
...
...
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