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
charts
c3-closed
Commits
6d34bdbd
Commit
6d34bdbd
authored
Jun 04, 2014
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trivials of sample for reduction by zoom - #310
parent
3ecc6691
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
c3ext.js
extentions/js/c3ext.js
+0
-0
utils.js
extentions/js/utils.js
+0
-0
extentions
htdocs/js/extentions
+2
-0
zoom_reduction.html
htdocs/samples/zoom_reduction.html
+5
-5
No files found.
c3ext.js
→
extentions/js/
c3ext.js
View file @
6d34bdbd
File moved
utils.js
→
extentions/js/
utils.js
View file @
6d34bdbd
File moved
htdocs/js/extentions
0 → 120000
View file @
6d34bdbd
../../extentions/js
\ No newline at end of file
htdocs/samples/zoom
2
.html
→
htdocs/samples/zoom
_reduction
.html
View file @
6d34bdbd
...
...
@@ -4,14 +4,14 @@
<title>
c3ext
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/images/logo_128.ico"
/>
<script
src=
"../../utils.js"
></script>
<link
href=
"/css/c3.css"
rel=
"stylesheet"
/>
<script
src=
"/js/extentions/utils.js"
></script>
<script
src=
"http://code.jquery.com/jquery-2.0.3.min.js"
></script>
<script
src=
"https://rawgithub.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.min.js"
></script>
<script
src=
"http://d3js.org/d3.v3.min.js"
charset=
"utf-8"
></script>
<link
href=
"../../c3.css"
rel=
"stylesheet"
/>
<script
src=
"../../c3.js"
></script>
<script
src=
"../../c3ext.js"
></script>
<script
src=
"../js/samples/zoom2.js"
></script>
<script
src=
"/js/c3.js"
></script>
<script
src=
"/js/extentions/c3ext.js"
></script>
<script
src=
"/js/samples/zoom2.js"
></script>
</head>
<body
onload=
"main()"
>
<div
class=
"container-fluid"
>
...
...
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