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
83042cc4
Unverified
Commit
83042cc4
authored
Nov 09, 2020
by
Torkel Ödegaard
Committed by
GitHub
Nov 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GraphNG: Restore focus option (#28946)
* GraphNG: Restore focus option * Update snapshot
parent
2d175c34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
packages/grafana-ui/src/components/uPlot/hooks.test.ts
+12
-12
packages/grafana-ui/src/components/uPlot/hooks.ts
+1
-1
No files found.
packages/grafana-ui/src/components/uPlot/hooks.test.ts
View file @
83042cc4
...
...
@@ -10,7 +10,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -52,7 +52,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -101,7 +101,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -148,7 +148,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -196,7 +196,7 @@ describe('usePlotConfig', () => {
],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -246,7 +246,7 @@ describe('usePlotConfig', () => {
],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -290,7 +290,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -334,7 +334,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -384,7 +384,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -432,7 +432,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -477,7 +477,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
@@ -531,7 +531,7 @@ describe('usePlotConfig', () => {
"axes": Array [],
"cursor": Object {
"focus": Object {
"prox":
-1
,
"prox":
30
,
},
},
"focus": Object {
...
...
packages/grafana-ui/src/components/uPlot/hooks.ts
View file @
83042cc4
...
...
@@ -88,7 +88,7 @@ export const DEFAULT_PLOT_CONFIG = {
},
cursor
:
{
focus
:
{
prox
:
-
1
,
prox
:
30
,
},
},
legend
:
{
...
...
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