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
56ef64cd
Commit
56ef64cd
authored
Mar 29, 2014
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify class spec - #93
parent
b69be2ee
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
24 deletions
+24
-24
c3.css
c3.css
+24
-24
c3.js
c3.js
+0
-0
c3.min.js
c3.min.js
+0
-0
No files found.
c3.css
View file @
56ef64cd
...
@@ -14,95 +14,95 @@ text {
...
@@ -14,95 +14,95 @@ text {
user-select
:
none
;
user-select
:
none
;
}
}
.chart-arc
path
{
.c
3-c
hart-arc
path
{
stroke
:
#fff
;
stroke
:
#fff
;
}
}
.chart-arc
text
{
.c
3-c
hart-arc
text
{
fill
:
#fff
;
fill
:
#fff
;
font-size
:
13px
;
font-size
:
13px
;
}
}
/*-- Grid --*/
/*-- Grid --*/
.grid
line
{
.
c3-
grid
line
{
stroke
:
#aaa
;
stroke
:
#aaa
;
}
}
.grid
text
{
.
c3-
grid
text
{
fill
:
#aaa
;
fill
:
#aaa
;
}
}
.
xgrid
,
.
ygrid
{
.
c3-xgrid
,
.c3-
ygrid
{
stroke-dasharray
:
3
3
;
stroke-dasharray
:
3
3
;
}
}
.xgrid-focus
{
.
c3-
xgrid-focus
{
}
}
/*-- Text on Chart --*/
/*-- Text on Chart --*/
.-text
{
.
c3
-text
{
}
}
/*-- Line --*/
/*-- Line --*/
.-line
{
.
c3
-line
{
stroke-width
:
1px
;
stroke-width
:
1px
;
}
}
/*-- Point --*/
/*-- Point --*/
.-circle._expanded_
{
.
c3
-circle._expanded_
{
stroke-width
:
1px
;
stroke-width
:
1px
;
stroke
:
white
;
stroke
:
white
;
}
}
.selected-circle
{
.
c3-
selected-circle
{
fill
:
white
;
fill
:
white
;
stroke-width
:
2px
;
stroke-width
:
2px
;
}
}
/*-- Bar --*/
/*-- Bar --*/
.-bar._expanded_
{
.
c3
-bar._expanded_
{
fill-opacity
:
0.75
;
fill-opacity
:
0.75
;
}
}
/*-- Arc --*/
/*-- Arc --*/
.chart-arcs-title
{
.c
3-c
hart-arcs-title
{
font-size
:
1.3em
;
font-size
:
1.3em
;
}
}
/*-- Focus --*/
/*-- Focus --*/
.
target.
focused
path
.-line
{
.
c3-target.c3-
focused
path
.-line
{
stroke-width
:
2px
;
stroke-width
:
2px
;
}
}
/*-- Region --*/
/*-- Region --*/
.region
{
.
c3-
region
{
fill
:
steelblue
;
fill
:
steelblue
;
fill-opacity
:
.1
;
fill-opacity
:
.1
;
}
}
/*-- Brush --*/
/*-- Brush --*/
.brush
.extent
{
.
c3-
brush
.extent
{
fill-opacity
:
.1
;
fill-opacity
:
.1
;
}
}
/*-- Select - Drag --*/
/*-- Select - Drag --*/
.dragarea
{
.
c3-
dragarea
{
}
}
/*-- Legend --*/
/*-- Legend --*/
.legend-item
{
.
c3-
legend-item
{
font-size
:
12px
;
font-size
:
12px
;
}
}
/*-- Tooltip --*/
/*-- Tooltip --*/
.-tooltip
{
.
c3
-tooltip
{
border-collapse
:
collapse
;
border-collapse
:
collapse
;
border-spacing
:
0
;
border-spacing
:
0
;
background-color
:
#fff
;
background-color
:
#fff
;
...
@@ -112,33 +112,33 @@ text {
...
@@ -112,33 +112,33 @@ text {
box-shadow
:
7px
7px
12px
-9px
rgb
(
119
,
119
,
119
);
box-shadow
:
7px
7px
12px
-9px
rgb
(
119
,
119
,
119
);
opacity
:
0.9
;
opacity
:
0.9
;
}
}
.-tooltip
tr
{
.
c3
-tooltip
tr
{
border
:
1px
solid
#CCC
;
border
:
1px
solid
#CCC
;
}
}
.-tooltip
th
{
.
c3
-tooltip
th
{
background-color
:
#aaa
;
background-color
:
#aaa
;
font-size
:
14px
;
font-size
:
14px
;
padding
:
2px
5px
;
padding
:
2px
5px
;
text-align
:
left
;
text-align
:
left
;
color
:
#FFF
;
color
:
#FFF
;
}
}
.-tooltip
td
{
.
c3
-tooltip
td
{
font-size
:
13px
;
font-size
:
13px
;
padding
:
3px
6px
;
padding
:
3px
6px
;
background-color
:
#fff
;
background-color
:
#fff
;
border-left
:
1px
dotted
#999
;
border-left
:
1px
dotted
#999
;
}
}
.-tooltip
td
>
span
{
.
c3
-tooltip
td
>
span
{
display
:
inline-block
;
display
:
inline-block
;
width
:
10px
;
width
:
10px
;
height
:
10px
;
height
:
10px
;
margin-right
:
6px
;
margin-right
:
6px
;
}
}
.-tooltip
td
.value
{
.
c3
-tooltip
td
.value
{
text-align
:
right
;
text-align
:
right
;
}
}
.-area
{
.
c3
-area
{
stroke-width
:
0
;
stroke-width
:
0
;
opacity
:
0.2
;
opacity
:
0.2
;
}
}
c3.js
View file @
56ef64cd
This diff is collapsed.
Click to expand it.
c3.min.js
View file @
56ef64cd
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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