TimeSeries: Better y-axis ticks for IEC units (#59984)

This commit is contained in:
Leon Sorokin
2022-12-09 11:25:44 -06:00
committed by GitHub
parent c1c48dd610
commit 435ada45c5
5 changed files with 58 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ exports[`BarChart utils preparePlotConfigBuilder orientation 1`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -39,6 +40,7 @@ exports[`BarChart utils preparePlotConfigBuilder orientation 1`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",
@@ -165,6 +167,7 @@ exports[`BarChart utils preparePlotConfigBuilder orientation 2`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -192,6 +195,7 @@ exports[`BarChart utils preparePlotConfigBuilder orientation 2`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",
@@ -318,6 +322,7 @@ exports[`BarChart utils preparePlotConfigBuilder orientation 3`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "x",
@@ -345,6 +350,7 @@ exports[`BarChart utils preparePlotConfigBuilder orientation 3`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "m/s",
@@ -471,6 +477,7 @@ exports[`BarChart utils preparePlotConfigBuilder stacking 1`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -498,6 +505,7 @@ exports[`BarChart utils preparePlotConfigBuilder stacking 1`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",
@@ -624,6 +632,7 @@ exports[`BarChart utils preparePlotConfigBuilder stacking 2`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -651,6 +660,7 @@ exports[`BarChart utils preparePlotConfigBuilder stacking 2`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",
@@ -777,6 +787,7 @@ exports[`BarChart utils preparePlotConfigBuilder stacking 3`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -804,6 +815,7 @@ exports[`BarChart utils preparePlotConfigBuilder stacking 3`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",
@@ -930,6 +942,7 @@ exports[`BarChart utils preparePlotConfigBuilder value visibility 1`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -957,6 +970,7 @@ exports[`BarChart utils preparePlotConfigBuilder value visibility 1`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",
@@ -1083,6 +1097,7 @@ exports[`BarChart utils preparePlotConfigBuilder value visibility 2`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": 0,
"scale": "x",
@@ -1110,6 +1125,7 @@ exports[`BarChart utils preparePlotConfigBuilder value visibility 2`] = `
"stroke": "rgba(240, 250, 255, 0.09)",
"width": 1,
},
"incrs": undefined,
"labelGap": 0,
"rotate": -0,
"scale": "m/s",