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
2dfa3269
Commit
2dfa3269
authored
Dec 25, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created visualizations folder
parent
493714c2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
9 deletions
+4
-9
packages/grafana-ui/src/components/index.ts
+0
-1
packages/grafana-ui/src/index.ts
+1
-0
packages/grafana-ui/src/visualizations/Graph/Graph.tsx
+0
-0
packages/grafana-ui/src/visualizations/index.ts
+1
-0
public/app/plugins/panel/graph2/GraphPanel.tsx
+2
-8
No files found.
packages/grafana-ui/src/components/index.ts
View file @
2dfa3269
export
{
DeleteButton
}
from
'./DeleteButton/DeleteButton'
;
export
{
Graph
}
from
'./Graph/Graph'
;
packages/grafana-ui/src/index.ts
View file @
2dfa3269
export
*
from
'./components'
;
export
*
from
'./visualizations'
;
export
*
from
'./types'
;
export
*
from
'./utils'
;
packages/grafana-ui/src/
component
s/Graph/Graph.tsx
→
packages/grafana-ui/src/
visualization
s/Graph/Graph.tsx
View file @
2dfa3269
File moved
packages/grafana-ui/src/visualizations/index.ts
0 → 100644
View file @
2dfa3269
export
{
Graph
}
from
'./Graph/Graph'
;
public/app/plugins/panel/graph2/GraphPanel.tsx
View file @
2dfa3269
...
...
@@ -3,14 +3,8 @@ import _ from 'lodash';
import
React
,
{
PureComponent
}
from
'react'
;
import
colors
from
'app/core/utils/colors'
;
// Components
import
{
Graph
}
from
'@grafana/ui'
;
// Services & Utils
import
{
processTimeSeries
}
from
'@grafana/ui'
;
// Types
import
{
PanelProps
,
NullValueMode
}
from
'@grafana/ui'
;
// Components & Types
import
{
Graph
,
PanelProps
,
NullValueMode
,
processTimeSeries
}
from
'@grafana/ui'
;
import
{
Options
}
from
'./types'
;
interface
Props
extends
PanelProps
<
Options
>
{}
...
...
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