Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7ac4ff52
Commit
7ac4ff52
authored
Apr 06, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ui) upgrade nvd3 to 1.8.2
parent
cc077408
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
615 additions
and
605 deletions
+615
-605
nv.d3.css
src/opnsense/www/css/nv.d3.css
+602
-596
nv.d3.min.css
src/opnsense/www/css/nv.d3.min.css
+2
-1
nv.d3.min.js
src/opnsense/www/js/nv.d3.min.js
+11
-8
No files found.
src/opnsense/www/css/nv.d3.css
View file @
7ac4ff52
/* nvd3 version 1.8.
1 (https://github.com/novus/nvd3) 2015-06-15
*/
/* nvd3 version 1.8.
2 (https://github.com/novus/nvd3) 2016-01-24
*/
.nvd3
.nv-axis
{
.nvd3
.nv-axis
{
pointer-events
:
none
;
pointer-events
:
none
;
opacity
:
1
;
opacity
:
1
;
...
@@ -408,9 +408,12 @@ svg.nvd3-svg {
...
@@ -408,9 +408,12 @@ svg.nvd3-svg {
stroke-opacity
:
1
;
stroke-opacity
:
1
;
}
}
.nvd3.nv-pie
.hover
path
{
.nvd3.nv-pie
path
{
fill-opacity
:
.7
;
fill-opacity
:
.7
;
}
}
.nvd3.nv-pie
.hover
path
{
fill-opacity
:
1
;
}
.nvd3.nv-pie
.nv-label
{
.nvd3.nv-pie
.nv-label
{
pointer-events
:
none
;
pointer-events
:
none
;
}
}
...
@@ -592,7 +595,10 @@ svg.nvd3-svg {
...
@@ -592,7 +595,10 @@ svg.nvd3-svg {
}
}
.nvtooltip
table
td
.key
{
.nvtooltip
table
td
.key
{
font-weight
:
normal
;
font-weight
:
normal
;
}
.nvtooltip
table
td
.key.total
{
font-weight
:
bold
;
}
}
.nvtooltip
table
td
.value
{
.nvtooltip
table
td
.value
{
text-align
:
right
;
text-align
:
right
;
...
...
src/opnsense/www/css/nv.d3.min.css
View file @
7ac4ff52
This diff is collapsed.
Click to expand it.
src/opnsense/www/js/nv.d3.min.js
View file @
7ac4ff52
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