(cherry picked from commit b3fcad947b)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
co-authored by
Torkel Ödegaard
parent
da9c028c7e
commit
6cd8305467
@@ -21,6 +21,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -45,6 +46,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
|
||||
@@ -77,6 +77,7 @@ export class UPlotAxisBuilder extends PlotConfigBuilder<AxisProps, Axis> {
|
||||
show: ticks,
|
||||
stroke: gridColor,
|
||||
width: 1 / devicePixelRatio,
|
||||
size: 4,
|
||||
},
|
||||
splits,
|
||||
values: values,
|
||||
|
||||
@@ -348,6 +348,7 @@ describe('UPlotConfigBuilder', () => {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
|
||||
@@ -21,6 +21,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -45,6 +46,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -141,6 +143,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -165,6 +168,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -261,6 +265,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -285,6 +290,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -381,6 +387,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -405,6 +412,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -501,6 +509,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -525,6 +534,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -621,6 +631,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -645,6 +656,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -741,6 +753,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -765,6 +778,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -861,6 +875,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": false,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
@@ -885,6 +900,7 @@ Object {
|
||||
"stroke": "rgb(204, 204, 220)",
|
||||
"ticks": Object {
|
||||
"show": true,
|
||||
"size": 4,
|
||||
"stroke": "rgba(240, 250, 255, 0.09)",
|
||||
"width": 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user