Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
569df6c8
Commit
569df6c8
authored
Jul 14, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed parallelcoordinates panel
parent
2b864d66
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
64 deletions
+0
-64
panels/parallelcoordinates/editor.html
+0
-21
panels/parallelcoordinates/module.html
+0
-43
panels/parallelcoordinates/module.js
+0
-0
No files found.
panels/parallelcoordinates/editor.html
deleted
100644 → 0
View file @
2b864d66
<div
class=
"row-fluid"
ng-controller=
"parallelcoordinates"
>
<div
style=
"width:90%"
>
<form
class=
"input-append"
>
<h6>
Query
</h6>
<input
type=
"text"
style=
"width:90%"
ng-model=
"panel.query"
>
<button
class=
"btn"
ng-click=
"get_data();"
><i
class=
"icon-search"
></i></button>
</form>
</div>
</div>
<h5>
Panel Spy
</h5>
<div
class=
"row-fluid"
>
<div
class=
"span2"
>
<label
class=
"small"
>
Spyable
</label><input
type=
"checkbox"
ng-model=
"panel.spyable"
ng-checked=
"panel.spyable"
>
</div>
<div
class=
"span9 small"
>
The panel spy shows 'behind the scenes' information about a panel. It can
be accessed by clicking the
<i
class=
'icon-eye-open'
></i>
in the top right
of the panel.
</div>
</div>
panels/parallelcoordinates/module.html
deleted
100644 → 0
View file @
2b864d66
<style>
svg
{
font-size
:
14px
;
}
.foregroundlines
{
fill
:
none
;
stroke-opacity
:
0.3
;
stroke-width
:
1.5px
;
}
.foregroundlines.fade
{
display
:
none
}
.legend
line
{
stroke-width
:
2px
;
}
.brush
.extent
{
fill-opacity
:
.3
;
stroke
:
#fff
;
shape-rendering
:
crispEdges
;
}
.axis
line
,
.axis
path
{
fill
:
none
;
stroke
:
#000
;
shape-rendering
:
crispEdges
;
}
.axis
text
{
text-shadow
:
0
1px
0
#fff
;
cursor
:
move
;
}
</style>
<kibana-panel
ng-controller=
'parallelcoordinates'
ng-init=
"init()"
>
<span
ng-show=
"panel.spyable"
style=
"position:absolute;right:0px;top:0px"
class=
'panelextra pointer'
>
<i
bs-modal=
"'partials/modal.html'"
class=
"icon-eye-open"
></i>
</span>
<div
parallelcoordinates
params=
"{{panel}}"
style=
"height:{{panel.height || row.height}}"
></div>
</kibana-panel>
\ No newline at end of file
panels/parallelcoordinates/module.js
deleted
100644 → 0
View file @
2b864d66
This diff is collapsed.
Click to expand it.
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