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
20453802
Commit
20453802
authored
Nov 12, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Graph: moved graph and graph tooltip directive into panels/graph folder
parent
1c0fc3c9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
15 deletions
+15
-15
src/app/directives/all.js
+0
-1
src/app/panels/graph/graph.js
+9
-1
src/app/panels/graph/graph.tooltip.js
+0
-0
src/app/panels/graph/module.js
+3
-10
src/test/specs/graph-specs.js
+1
-1
src/test/specs/graph-tooltip-specs.js
+1
-1
src/test/test-main.js
+1
-1
No files found.
src/app/directives/all.js
View file @
20453802
...
...
@@ -10,7 +10,6 @@ define([
'./confirmClick'
,
'./configModal'
,
'./spectrumPicker'
,
'./grafanaGraph'
,
'./bootstrap-tagsinput'
,
'./bodyClass'
,
'./addGraphiteFunc'
,
...
...
src/app/
directives/grafanaG
raph.js
→
src/app/
panels/graph/g
raph.js
View file @
20453802
...
...
@@ -4,7 +4,15 @@ define([
'kbn'
,
'moment'
,
'lodash'
,
'./grafanaGraph.tooltip'
'./graph.tooltip'
,
'jquery.flot'
,
'jquery.flot.events'
,
'jquery.flot.selection'
,
'jquery.flot.time'
,
'jquery.flot.stack'
,
'jquery.flot.stackpercent'
,
'jquery.flot.fillbelow'
,
'jquery.flot.crosshair'
],
function
(
angular
,
$
,
kbn
,
moment
,
_
,
GraphTooltip
)
{
'use strict'
;
...
...
src/app/
directives/grafanaG
raph.tooltip.js
→
src/app/
panels/graph/g
raph.tooltip.js
View file @
20453802
File moved
src/app/panels/graph/module.js
View file @
20453802
...
...
@@ -7,19 +7,12 @@ define([
'moment'
,
'components/timeSeries'
,
'components/panelmeta'
,
'./seriesOverridesCtrl'
,
'./legend'
,
'services/panelSrv'
,
'services/annotationsSrv'
,
'services/datasourceSrv'
,
'jquery.flot'
,
'jquery.flot.events'
,
'jquery.flot.selection'
,
'jquery.flot.time'
,
'jquery.flot.stack'
,
'jquery.flot.stackpercent'
,
'jquery.flot.fillbelow'
,
'jquery.flot.crosshair'
'./seriesOverridesCtrl'
,
'./graph'
,
'./legend'
,
],
function
(
angular
,
app
,
$
,
_
,
kbn
,
moment
,
TimeSeries
,
PanelMeta
)
{
'use strict'
;
...
...
src/test/specs/gra
fanaGra
ph-specs.js
→
src/test/specs/graph-specs.js
View file @
20453802
...
...
@@ -3,7 +3,7 @@ define([
'angular'
,
'jquery'
,
'components/timeSeries'
,
'
directives/grafanaG
raph'
'
panels/graph/g
raph'
],
function
(
helpers
,
angular
,
$
,
TimeSeries
)
{
'use strict'
;
...
...
src/test/specs/graph-tooltip-specs.js
View file @
20453802
define
([
'jquery'
,
'
directives/grafanaG
raph.tooltip'
'
panels/graph/g
raph.tooltip'
],
function
(
$
,
GraphTooltip
)
{
'use strict'
;
...
...
src/test/test-main.js
View file @
20453802
...
...
@@ -127,7 +127,7 @@ require([
'specs/influxQueryBuilder-specs'
,
'specs/influxdb-datasource-specs'
,
'specs/graph-ctrl-specs'
,
'specs/gra
fanaGra
ph-specs'
,
'specs/graph-specs'
,
'specs/graph-tooltip-specs'
,
'specs/seriesOverridesCtrl-specs'
,
'specs/sharePanelCtrl-specs'
,
...
...
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