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
f8400837
Commit
f8400837
authored
Jun 04, 2014
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo of extensions - #310
parent
d2f48b8e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
c3ext.js
extensions/js/c3ext.js
+0
-0
utils.js
extensions/js/utils.js
+0
-0
extensions
htdocs/js/extensions
+2
-0
extentions
htdocs/js/extentions
+0
-2
zoom_reduction.html
htdocs/samples/zoom_reduction.html
+2
-2
No files found.
exten
t
ions/js/c3ext.js
→
exten
s
ions/js/c3ext.js
View file @
f8400837
File moved
exten
t
ions/js/utils.js
→
exten
s
ions/js/utils.js
View file @
f8400837
File moved
htdocs/js/extensions
0 → 120000
View file @
f8400837
../../extensions/js
\ No newline at end of file
htdocs/js/extentions
deleted
120000 → 0
View file @
d2f48b8e
../../extentions/js
\ No newline at end of file
htdocs/samples/zoom_reduction.html
View file @
f8400837
...
...
@@ -5,12 +5,12 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"shortcut icon"
href=
"/images/logo_128.ico"
/>
<link
href=
"/css/c3.css"
rel=
"stylesheet"
/>
<script
src=
"/js/exten
t
ions/utils.js"
></script>
<script
src=
"/js/exten
s
ions/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>
<script
src=
"/js/c3.js"
></script>
<script
src=
"/js/exten
t
ions/c3ext.js"
></script>
<script
src=
"/js/exten
s
ions/c3ext.js"
></script>
<script
src=
"/js/samples/zoom2.js"
></script>
</head>
<body
onload=
"main()"
>
...
...
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