From e84a01e8701920cbe68857f6378a35f876188b80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 14:00:41 +0000 Subject: [PATCH] Update jest monorepo to v29 (#58261) * Update jest monorepo to v29 * update snapshots + wrap test in act * fix linting errors: jest.mocked now defaults to deep mocking Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison --- jest.config.js | 3 +- package.json | 12 +- packages/grafana-data/package.json | 2 +- .../src/dataframe/ArrayDataFrame.test.ts | 28 +- .../src/dataframe/DataFrameJSON.test.ts | 56 +- .../src/dataframe/processDataFrame.test.ts | 10 +- .../src/field/fieldOverrides.test.ts | 44 +- .../transformers/calculateField.test.ts | 12 +- .../transformers/concat.test.ts | 54 +- .../transformers/ensureColumns.test.ts | 56 +- .../transformers/groupingToMatrix.test.ts | 22 +- .../transformers/histogram.test.ts | 52 +- .../transformers/joinByField.test.ts | 1344 +- .../transformers/joinDataFrames.test.ts | 108 +- .../transformers/labelsToFields.test.ts | 108 +- .../transformers/reduce.test.ts | 30 +- .../transformers/renameByRegex.test.ts | 72 +- .../transformers/sortBy.test.ts | 8 +- .../src/utils/__snapshots__/csv.test.ts.snap | 72 +- packages/grafana-data/src/utils/csv.test.ts | 6 +- packages/grafana-runtime/package.json | 2 +- .../src/utils/DataSourceWithBackend.test.ts | 32 +- .../src/utils/queryResponse.test.ts | 88 +- packages/grafana-ui/package.json | 2 +- .../CustomScrollbar.test.tsx.snap | 12 +- .../GraphNG/__snapshots__/utils.test.ts.snap | 82 +- .../src/components/GraphNG/utils.test.ts | 86 +- .../SingleStatBaseOptions.test.ts | 34 +- .../uPlot/config/UPlotConfigBuilder.test.ts | 256 +- .../src/components/uPlot/utils.test.ts | 234 +- packages/jaeger-ui-components/package.json | 2 +- .../ListView/__snapshots__/index.test.js.snap | 16 +- .../ddg/__snapshots__/PathElem.test.ts.snap | 16 +- public/app/core/utils/timeRegions.test.ts | 10 +- .../PanelAlertTabContent.test.tsx.snap | 68 +- .../__snapshots__/reducer.test.tsx.snap | 222 +- .../__snapshots__/StateHistory.test.tsx.snap | 28 +- .../__snapshots__/rule-form.test.ts.snap | 26 +- .../HelpWizard/SupportSnapshotService.test.ts | 28 +- .../PanelEditor/state/selectors.test.ts | 6 +- .../dashboard/state/DashboardMigrator.test.ts | 58 +- .../dashboard/state/DashboardModel.test.ts | 2 +- .../state/getPanelOptionsWithDefaults.test.ts | 64 +- .../dashboard/utils/getPanelMenu.test.ts | 52 +- .../dashboard/utils/panelMerge.test.ts | 24 +- public/app/features/dimensions/scale.test.ts | 4 +- .../app/features/geo/format/geojson.test.ts | 34 +- .../features/geo/gazetteer/gazetteer.test.ts | 6 +- .../features/geo/gazetteer/worldmap.test.ts | 2 +- .../app/features/geo/utils/location.test.ts | 34 +- .../live/data/StreamingDataFrame.test.ts | 190 +- .../components/SnapshotListTable.test.tsx | 6 +- .../panel/panellinks/linkSuppliers.test.ts | 18 +- .../plugins/tests/datasource_srv.test.ts | 34 +- .../features/query/state/runRequest.test.ts | 6 +- .../query/state/updateQueries.test.ts | 20 +- .../features/search/service/frontend.test.ts | 6 +- .../calculateHeatmap/heatmap.test.ts | 40 +- .../configFromQuery/configFromQuery.test.ts | 12 +- .../extractFields/extractFields.test.ts | 2 +- .../extractFields/fieldExtractor.test.ts | 18 +- .../joinByLabels/joinByLabels.test.ts | 32 +- .../lookupGazetteer/fieldLookup.test.ts | 40 +- .../prepareTimeSeries.test.ts | 34 +- .../rowsToFields/rowsToFields.test.ts | 20 +- .../__mocks__/cloudMonitoringDatasource.ts | 2 +- .../dashboard/runSharedRequest.test.ts | 8 +- .../__mocks__/datasource.ts | 2 +- .../__mocks__/panelData.ts | 2 +- .../azure_monitor_datasource.test.ts | 8 +- .../plugins/datasource/graphite/meta.test.ts | 10 +- .../LokiQueryBuilderContainer.test.tsx | 6 +- .../barchart/__snapshots__/utils.test.ts.snap | 448 +- .../app/plugins/panel/barchart/utils.test.ts | 16 +- .../panel/bargauge/BarGaugeMigrations.test.ts | 26 +- .../plugins/panel/candlestick/fields.test.ts | 8 +- .../__snapshots__/FlameGraph.test.tsx.snap | 16694 ++++++++-------- .../panel/gauge/GaugeMigrations.test.ts | 24 +- .../GaugeMigrations.test.ts.snap | 6 +- .../plugins/panel/geomap/migrations.test.ts | 54 +- .../plugins/panel/geomap/style/utils.test.ts | 6 +- .../panel/geomap/utils/getFeatures.test.ts | 6 +- .../__snapshots__/data_processor.test.ts.snap | 118 +- .../plugins/panel/heatmap/migrations.test.ts | 34 +- .../__snapshots__/migrations.test.ts.snap | 44 +- .../panel/state-timeline/utils.test.ts | 2 +- .../__snapshots__/migrations.test.ts.snap | 154 +- .../__snapshots__/migrations.test.ts.snap | 378 +- .../panel/timeseries/migrations.test.ts | 22 +- .../plugins/panel/timeseries/utils.test.ts | 8 +- yarn.lock | 1058 +- 91 files changed, 11654 insertions(+), 11597 deletions(-) diff --git a/jest.config.js b/jest.config.js index 9d0047b98e3..f9e545b4886 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,7 +7,7 @@ module.exports = { verbose: false, testEnvironment: 'jsdom', transform: { - '^.+\\.(ts|tsx|js|jsx)$': require.resolve('ts-jest'), + '^.+\\.(ts|tsx|js|jsx)$': [require.resolve('ts-jest'), { isolatedModules: true }], }, transformIgnorePatterns: [ 'node_modules/(?!(ol)/)', // <- exclude the open layers library @@ -22,7 +22,6 @@ module.exports = { setupFilesAfterEnv: ['./public/test/setupTests.ts'], snapshotSerializers: ['enzyme-to-json/serializer'], globals: { - 'ts-jest': { isolatedModules: true }, __webpack_public_path__: '', // empty string }, moduleNameMapper: { diff --git a/package.json b/package.json index fb0faba2452..98fbcb97bea 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@types/gtag.js": "^0.0.12", "@types/history": "4.7.11", "@types/hoist-non-react-statics": "3.3.1", - "@types/jest": "28.1.6", + "@types/jest": "29.2.3", "@types/jquery": "3.5.14", "@types/js-yaml": "^4.0.5", "@types/jsurl": "^1.2.28", @@ -165,7 +165,7 @@ "@typescript-eslint/parser": "5.42.0", "@wojtekmaj/enzyme-adapter-react-17": "0.7.0", "autoprefixer": "10.4.13", - "babel-jest": "28.1.3", + "babel-jest": "29.3.1", "babel-loader": "9.1.0", "babel-plugin-angularjs-annotate": "0.10.0", "babel-plugin-macros": "3.1.0", @@ -195,13 +195,13 @@ "http-server": "14.1.1", "husky": "8.0.1", "i18next-parser": "6.6.0", - "jest": "28.1.3", + "jest": "29.3.1", "jest-canvas-mock": "2.4.0", "jest-date-mock": "1.0.8", - "jest-environment-jsdom": "28.1.3", + "jest-environment-jsdom": "29.3.1", "jest-fail-on-console": "3.0.2", "jest-junit": "14.0.1", - "jest-matcher-utils": "28.1.3", + "jest-matcher-utils": "29.3.1", "lerna": "5.5.4", "lint-staged": "13.0.3", "mini-css-extract-plugin": "2.6.1", @@ -230,7 +230,7 @@ "stylelint-config-sass-guidelines": "9.0.1", "terser-webpack-plugin": "5.3.6", "testing-library-selector": "0.2.1", - "ts-jest": "28.0.7", + "ts-jest": "29.0.3", "ts-loader": "9.3.1", "ts-node": "10.9.1", "typescript": "4.8.4", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 863a05c0335..537beb5f0af 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -66,7 +66,7 @@ "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.4.3", "@types/history": "4.7.11", - "@types/jest": "28.1.6", + "@types/jest": "29.2.3", "@types/jquery": "3.5.14", "@types/lodash": "4.14.187", "@types/marked": "4.0.7", diff --git a/packages/grafana-data/src/dataframe/ArrayDataFrame.test.ts b/packages/grafana-data/src/dataframe/ArrayDataFrame.test.ts index 20001cb4913..c0980c39481 100644 --- a/packages/grafana-data/src/dataframe/ArrayDataFrame.test.ts +++ b/packages/grafana-data/src/dataframe/ArrayDataFrame.test.ts @@ -40,14 +40,14 @@ describe('Array DataFrame', () => { test('Should convert an array of objects to a dataframe', () => { expect(toDataFrameDTO(frame)).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "labels": undefined, "name": "name", "type": "string", - "values": Array [ + "values": [ "first", "second", "third", @@ -55,14 +55,14 @@ describe('Array DataFrame', () => { "5th (Null)", ], }, - Object { - "config": Object { + { + "config": { "unit": "kwh", }, "labels": undefined, "name": "value", "type": "number", - "values": Array [ + "values": [ 1, 2, 3, @@ -70,12 +70,12 @@ describe('Array DataFrame', () => { null, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "time", "type": "time", - "values": Array [ + "values": [ 123, 456, 789, @@ -83,12 +83,12 @@ describe('Array DataFrame', () => { 1100, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "phantom", "type": "string", - "values": Array [ + "values": [ "馃Ε", "馃Ε", "馃Ε", diff --git a/packages/grafana-data/src/dataframe/DataFrameJSON.test.ts b/packages/grafana-data/src/dataframe/DataFrameJSON.test.ts index 8a32d377c4e..6cd11677ba0 100644 --- a/packages/grafana-data/src/dataframe/DataFrameJSON.test.ts +++ b/packages/grafana-data/src/dataframe/DataFrameJSON.test.ts @@ -29,50 +29,50 @@ describe('DataFrame JSON', () => { const frame = dataFrameFromJSON(json); expect(frame).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, - "entities": Object {}, + { + "fields": [ + { + "config": {}, + "entities": {}, "name": "time", "type": "time", - "values": Array [ + "values": [ 100, 200, 300, ], }, - Object { - "config": Object {}, - "entities": Object { - "Inf": Array [ + { + "config": {}, + "entities": { + "Inf": [ 1, ], - "NaN": Array [ + "NaN": [ 0, ], - "Undef": Array [ + "Undef": [ 2, ], }, "name": "name", "type": "string", - "values": Array [ + "values": [ NaN, Infinity, undefined, ], }, - Object { - "config": Object {}, - "entities": Object { - "NegInf": Array [ + { + "config": {}, + "entities": { + "NegInf": [ 2, ], }, "name": "value", "type": "number", - "values": Array [ + "values": [ 1, 2, -Infinity, @@ -106,26 +106,26 @@ describe('DataFrame JSON', () => { const frame = dataFrameFromJSON(json); expect(frame).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, - "entities": Object {}, + { + "fields": [ + { + "config": {}, + "entities": {}, "name": "time", "type": "time", - "values": Array [ + "values": [ 100, 200, 300, 400, ], }, - Object { - "config": Object {}, - "entities": Object {}, + { + "config": {}, + "entities": {}, "name": "value", "type": "string", - "values": Array [ + "values": [ "bar", "foo", "baz", diff --git a/packages/grafana-data/src/dataframe/processDataFrame.test.ts b/packages/grafana-data/src/dataframe/processDataFrame.test.ts index 0683697263e..ad08566a507 100644 --- a/packages/grafana-data/src/dataframe/processDataFrame.test.ts +++ b/packages/grafana-data/src/dataframe/processDataFrame.test.ts @@ -199,16 +199,16 @@ describe('toDataFrame', () => { }; const dataFrame = toDataFrame(msg); expect(dataFrame.fields.map((f) => ({ [f.name]: f.values.toArray() }))).toMatchInlineSnapshot(` - Array [ - Object { - "First": Array [ + [ + { + "First": [ "2019-02-15", "2019-03-15", "2019-04-15", ], }, - Object { - "Second": Array [ + { + "Second": [ 3, 9, 16, diff --git a/packages/grafana-data/src/field/fieldOverrides.test.ts b/packages/grafana-data/src/field/fieldOverrides.test.ts index 7b5d8ee5cd7..07a69a8bd58 100644 --- a/packages/grafana-data/src/field/fieldOverrides.test.ts +++ b/packages/grafana-data/src/field/fieldOverrides.test.ts @@ -186,29 +186,29 @@ describe('applyFieldOverrides', () => { }); expect(withOverrides[0].fields[0].state!.scopedVars).toMatchInlineSnapshot(` - Object { - "__field": Object { - "text": "Field", - "value": Object {}, - }, - "__series": Object { - "text": "Series", - "value": Object { - "name": "A", - }, - }, - } - `); + { + "__field": { + "text": "Field", + "value": {}, + }, + "__series": { + "text": "Series", + "value": { + "name": "A", + }, + }, + } + `); expect(withOverrides[1].fields[0].state!.scopedVars).toMatchInlineSnapshot(` - Object { - "__field": Object { + { + "__field": { "text": "Field", - "value": Object {}, + "value": {}, }, - "__series": Object { + "__series": { "text": "Series", - "value": Object { + "value": { "name": "B", }, }, @@ -384,8 +384,8 @@ describe('setFieldConfigDefaults', () => { setFieldConfigDefaults(dsFieldConfig, panelFieldConfig, context); expect(dsFieldConfig).toMatchInlineSnapshot(` - Object { - "custom": Object {}, + { + "custom": {}, "decimals": 2, "max": 100, "min": 0, @@ -419,8 +419,8 @@ describe('setFieldConfigDefaults', () => { setFieldConfigDefaults(dsFieldConfig, panelFieldConfig, context); expect(dsFieldConfig).toMatchInlineSnapshot(` - Object { - "custom": Object { + { + "custom": { "property1": 10, "property2": 10, }, diff --git a/packages/grafana-data/src/transformations/transformers/calculateField.test.ts b/packages/grafana-data/src/transformations/transformers/calculateField.test.ts index 0ebf4030b33..aba72a8585d 100644 --- a/packages/grafana-data/src/transformations/transformers/calculateField.test.ts +++ b/packages/grafana-data/src/transformations/transformers/calculateField.test.ts @@ -208,12 +208,12 @@ describe('calculateField transformer w/ timeseries', () => { const filtered = data[0]; const rows = new DataFrameView(filtered).toArray(); expect(rows).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "E * 1": 1, "TheTime": 1000, }, - Object { + { "E * 1": 0, "TheTime": 2000, }, @@ -267,12 +267,12 @@ describe('calculateField transformer w/ timeseries', () => { const filtered = data[0]; const rows = new DataFrameView(filtered).toArray(); expect(rows).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "Test": 6, "TheTime": 1000, }, - Object { + { "Test": 105, "TheTime": 2000, }, diff --git a/packages/grafana-data/src/transformations/transformers/concat.test.ts b/packages/grafana-data/src/transformations/transformers/concat.test.ts index 20d5b9ebaa9..20a79781929 100644 --- a/packages/grafana-data/src/transformations/transformers/concat.test.ts +++ b/packages/grafana-data/src/transformations/transformers/concat.test.ts @@ -25,28 +25,28 @@ describe('Concat Transformer', () => { const frame = concatenateFields([simpleABC, simpleXYZ], { frameNameMode: ConcatenateFrameNameMode.Drop }); expect(frame.length).toBe(3); expect(frame.fields.map((f) => ({ name: f.name, labels: f.labels }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "labels": undefined, "name": "A", }, - Object { + { "labels": undefined, "name": "B", }, - Object { + { "labels": undefined, "name": "C", }, - Object { + { "labels": undefined, "name": "X", }, - Object { + { "labels": undefined, "name": "Y", }, - Object { + { "labels": undefined, "name": "Z", }, @@ -58,28 +58,28 @@ describe('Concat Transformer', () => { const frame = concatenateFields([simpleABC, simpleXYZ], { frameNameMode: ConcatenateFrameNameMode.FieldName }); expect(frame.length).toBe(3); expect(frame.fields.map((f) => ({ name: f.name, labels: f.labels }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "labels": undefined, "name": "ABC 路 A", }, - Object { + { "labels": undefined, "name": "ABC 路 B", }, - Object { + { "labels": undefined, "name": "ABC 路 C", }, - Object { + { "labels": undefined, "name": "XYZ 路 X", }, - Object { + { "labels": undefined, "name": "XYZ 路 Y", }, - Object { + { "labels": undefined, "name": "XYZ 路 Z", }, @@ -94,39 +94,39 @@ describe('Concat Transformer', () => { }); expect(frame.length).toBe(3); expect(frame.fields.map((f) => ({ name: f.name, labels: f.labels }))).toMatchInlineSnapshot(` - Array [ - Object { - "labels": Object { + [ + { + "labels": { "sensor": "ABC", }, "name": "A", }, - Object { - "labels": Object { + { + "labels": { "sensor": "ABC", }, "name": "B", }, - Object { - "labels": Object { + { + "labels": { "sensor": "ABC", }, "name": "C", }, - Object { - "labels": Object { + { + "labels": { "sensor": "XYZ", }, "name": "X", }, - Object { - "labels": Object { + { + "labels": { "sensor": "XYZ", }, "name": "Y", }, - Object { - "labels": Object { + { + "labels": { "sensor": "XYZ", }, "name": "Z", diff --git a/packages/grafana-data/src/transformations/transformers/ensureColumns.test.ts b/packages/grafana-data/src/transformations/transformers/ensureColumns.test.ts index b67bb998870..ae2b231b680 100644 --- a/packages/grafana-data/src/transformations/transformers/ensureColumns.test.ts +++ b/packages/grafana-data/src/transformations/transformers/ensureColumns.test.ts @@ -51,66 +51,66 @@ describe('ensureColumns transformer', () => { const frame = filtered[0]; expect(frame.fields.length).toEqual(5); expect(filtered[0]).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "name": "TheTime", - "state": Object {}, + "state": {}, "type": "time", - "values": Array [ + "values": [ 1000, 2000, ], }, - Object { - "config": Object {}, - "labels": Object {}, + { + "config": {}, + "labels": {}, "name": "A", - "state": Object {}, + "state": {}, "type": "number", - "values": Array [ + "values": [ 1, 100, ], }, - Object { - "config": Object {}, - "labels": Object {}, + { + "config": {}, + "labels": {}, "name": "B", - "state": Object {}, + "state": {}, "type": "number", - "values": Array [ + "values": [ 2, 200, ], }, - Object { - "config": Object {}, - "labels": Object {}, + { + "config": {}, + "labels": {}, "name": "C", - "state": Object {}, + "state": {}, "type": "number", - "values": Array [ + "values": [ 3, 300, ], }, - Object { - "config": Object {}, - "labels": Object {}, + { + "config": {}, + "labels": {}, "name": "D", - "state": Object {}, + "state": {}, "type": "string", - "values": Array [ + "values": [ "first", "second", ], }, ], "length": 2, - "meta": Object { - "transformations": Array [ + "meta": { + "transformations": [ "ensureColumns", ], }, diff --git a/packages/grafana-data/src/transformations/transformers/groupingToMatrix.test.ts b/packages/grafana-data/src/transformations/transformers/groupingToMatrix.test.ts index d8c458840ce..b8b10dae669 100644 --- a/packages/grafana-data/src/transformations/transformers/groupingToMatrix.test.ts +++ b/packages/grafana-data/src/transformations/transformers/groupingToMatrix.test.ts @@ -128,34 +128,34 @@ describe('Grouping to Matrix', () => { const processed = received[0]; expect(processed[0].fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "Row\\\\Column", + [ + { + "config": {}, + "name": "Row\\Column", "type": "string", - "values": Array [ + "values": [ "R1", "R2", ], }, - Object { - "config": Object { + { + "config": { "units": "celsius", }, "name": "C1", "type": "number", - "values": Array [ + "values": [ 1, 4, ], }, - Object { - "config": Object { + { + "config": { "units": "celsius", }, "name": "C2", "type": "number", - "values": Array [ + "values": [ 5, "", ], diff --git a/packages/grafana-data/src/transformations/transformers/histogram.test.ts b/packages/grafana-data/src/transformations/transformers/histogram.test.ts index a2f0b1952a2..98e127ee2f1 100644 --- a/packages/grafana-data/src/transformations/transformers/histogram.test.ts +++ b/packages/grafana-data/src/transformations/transformers/histogram.test.ts @@ -30,13 +30,13 @@ describe('histogram frames frames', () => { config: f.config, })) ).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object { + [ + { + "config": { "unit": "mph", }, "name": "BucketMin", - "values": Array [ + "values": [ 1, 2, 3, @@ -48,12 +48,12 @@ describe('histogram frames frames', () => { 9, ], }, - Object { - "config": Object { + { + "config": { "unit": "mph", }, "name": "BucketMax", - "values": Array [ + "values": [ 2, 3, 4, @@ -65,12 +65,12 @@ describe('histogram frames frames', () => { 10, ], }, - Object { - "config": Object { + { + "config": { "unit": undefined, }, "name": "A", - "values": Array [ + "values": [ 1, 1, 1, @@ -82,12 +82,12 @@ describe('histogram frames frames', () => { 0, ], }, - Object { - "config": Object { + { + "config": { "unit": undefined, }, "name": "B", - "values": Array [ + "values": [ 0, 0, 1, @@ -99,12 +99,12 @@ describe('histogram frames frames', () => { 0, ], }, - Object { - "config": Object { + { + "config": { "unit": undefined, }, "name": "C", - "values": Array [ + "values": [ 0, 0, 0, @@ -116,12 +116,12 @@ describe('histogram frames frames', () => { 1, ], }, - Object { - "config": Object { + { + "config": { "unit": undefined, }, "name": "C", - "values": Array [ + "values": [ 0, 0, 0, @@ -143,10 +143,10 @@ describe('histogram frames frames', () => { values: f.values.toArray(), })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "BucketMin", - "values": Array [ + "values": [ 1, 2, 3, @@ -158,9 +158,9 @@ describe('histogram frames frames', () => { 9, ], }, - Object { + { "name": "BucketMax", - "values": Array [ + "values": [ 2, 3, 4, @@ -172,9 +172,9 @@ describe('histogram frames frames', () => { 10, ], }, - Object { + { "name": "Count", - "values": Array [ + "values": [ 1, 1, 2, diff --git a/packages/grafana-data/src/transformations/transformers/joinByField.test.ts b/packages/grafana-data/src/transformations/transformers/joinByField.test.ts index 95f330b4331..1a1026017b3 100644 --- a/packages/grafana-data/src/transformations/transformers/joinByField.test.ts +++ b/packages/grafana-data/src/transformations/transformers/joinByField.test.ts @@ -44,91 +44,91 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1000, - 3000, - 4000, - 5000, - 6000, - 7000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "even", + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1000, + 3000, + 4000, + 5000, + 6000, + 7000, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - undefined, - 10.3, - 10.4, - 10.5, - 10.6, - undefined, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "even", + { + "config": {}, + "labels": { + "name": "even", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + undefined, + 10.3, + 10.4, + 10.5, + 10.6, + undefined, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - undefined, - 10000.3, - 10000.4, - 10000.5, - 10000.6, - undefined, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "odd", + { + "config": {}, + "labels": { + "name": "even", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + undefined, + 10000.3, + 10000.4, + 10000.5, + 10000.6, + undefined, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 11.1, - 11.3, - undefined, - 11.5, - undefined, - 11.7, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "odd", + { + "config": {}, + "labels": { + "name": "odd", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 11.1, + 11.3, + undefined, + 11.5, + undefined, + 11.7, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 11000.1, - 11000.3, - undefined, - 11000.5, - undefined, - 11000.7, - ], - }, - ] - `); + { + "config": {}, + "labels": { + "name": "odd", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 11000.1, + 11000.3, + undefined, + 11000.5, + undefined, + 11000.7, + ], + }, + ] + `); } ); }); @@ -146,105 +146,105 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10.3, - 10.4, - 10.5, - 10.6, - 11.1, - 11.3, - 11.5, - 11.7, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "even", + [ + { + "config": {}, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10.3, + 10.4, + 10.5, + 10.6, + 11.1, + 11.3, + 11.5, + 11.7, + ], }, - "name": "time", - "state": Object { - "multipleFrames": true, + { + "config": {}, + "labels": { + "name": "even", + }, + "name": "time", + "state": { + "multipleFrames": true, + }, + "type": "time", + "values": [ + 3000, + 4000, + 5000, + 6000, + undefined, + undefined, + undefined, + undefined, + ], }, - "type": "time", - "values": Array [ - 3000, - 4000, - 5000, - 6000, - undefined, - undefined, - undefined, - undefined, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "even", + { + "config": {}, + "labels": { + "name": "even", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.4, + 10000.5, + 10000.6, + undefined, + undefined, + undefined, + undefined, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.4, - 10000.5, - 10000.6, - undefined, - undefined, - undefined, - undefined, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "odd", + { + "config": {}, + "labels": { + "name": "odd", + }, + "name": "time", + "state": { + "multipleFrames": true, + }, + "type": "time", + "values": [ + undefined, + undefined, + undefined, + undefined, + 1000, + 3000, + 5000, + 7000, + ], }, - "name": "time", - "state": Object { - "multipleFrames": true, + { + "config": {}, + "labels": { + "name": "odd", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + undefined, + undefined, + undefined, + undefined, + 11000.1, + 11000.3, + 11000.5, + 11000.7, + ], }, - "type": "time", - "values": Array [ - undefined, - undefined, - undefined, - undefined, - 1000, - 3000, - 5000, - 7000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "odd", - }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - undefined, - undefined, - undefined, - undefined, - 11000.1, - 11000.3, - 11000.5, - 11000.7, - ], - }, - ] - `); + ] + `); } ); }); @@ -266,93 +266,93 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object { - "multipleFrames": true, + [ + { + "config": {}, + "name": "time", + "state": { + "multipleFrames": true, + }, + "type": "time", + "values": [ + 1000, + 3000, + 4000, + 5000, + 6000, + 7000, + ], }, - "type": "time", - "values": Array [ - 1000, - 3000, - 4000, - 5000, - 6000, - 7000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "even", + { + "config": {}, + "labels": { + "name": "even", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + undefined, + 10.3, + 10.4, + 10.5, + 10.6, + undefined, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - undefined, - 10.3, - 10.4, - 10.5, - 10.6, - undefined, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "even", + { + "config": {}, + "labels": { + "name": "even", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + undefined, + 10000.3, + 10000.4, + 10000.5, + 10000.6, + undefined, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - undefined, - 10000.3, - 10000.4, - 10000.5, - 10000.6, - undefined, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "odd", + { + "config": {}, + "labels": { + "name": "odd", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 11.1, + 11.3, + undefined, + 11.5, + undefined, + 11.7, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 11.1, - 11.3, - undefined, - 11.5, - undefined, - 11.7, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "odd", + { + "config": {}, + "labels": { + "name": "odd", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 11000.1, + 11000.3, + undefined, + 11000.5, + undefined, + 11000.7, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 11000.1, - 11000.3, - undefined, - 11000.5, - undefined, - 11000.7, - ], - }, - ] - `); + ] + `); } ); }); @@ -387,51 +387,51 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1000, - 2000, - 3000, - 4000, - ], - }, - Object { - "config": Object {}, - "labels": Object { + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1000, + 2000, + 3000, + 4000, + ], + }, + { + "config": {}, + "labels": { + "name": "temperature", + }, "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 1, + 3, + 5, + 7, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 1, - 3, - 5, - 7, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 2, + 4, + 6, + 8, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 2, - 4, - 6, - 8, - ], - }, - ] - `); + ] + `); } ); }); @@ -470,48 +470,48 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1, - 2, - 3, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1, + 2, + 3, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10, - 11, - 12, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "C", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10, + 11, + 12, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 20, - 22, - 24, - ], - }, - ] - `); + { + "config": {}, + "labels": { + "name": "C", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 20, + 22, + 24, + ], + }, + ] + `); }); }); @@ -541,38 +541,38 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1, - ], - }, - Object { - "config": Object {}, - "labels": Object {}, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10, - ], - }, - Object { - "config": Object {}, - "labels": Object {}, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 20, - ], - }, - ] - `); + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1, + ], + }, + { + "config": {}, + "labels": {}, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10, + ], + }, + { + "config": {}, + "labels": {}, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 20, + ], + }, + ] + `); }); }); }); @@ -609,71 +609,71 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 3000, - 5000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 3000, + 5000, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10.3, - 10.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10.3, + 10.5, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.5, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10.3, - 10.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10.3, + 10.5, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.5, - ], - }, - ] - `); + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.5, + ], + }, + ] + `); }); }); @@ -690,75 +690,75 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10.3, - 10.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + [ + { + "config": {}, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10.3, + 10.5, + ], }, - "name": "time", - "state": Object { - "multipleFrames": true, + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "time", + "state": { + "multipleFrames": true, + }, + "type": "time", + "values": [ + 3000, + 5000, + ], }, - "type": "time", - "values": Array [ - 3000, - 5000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.5, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "time", + "state": { + "multipleFrames": true, + }, + "type": "time", + "values": [ + 3000, + 5000, + ], }, - "name": "time", - "state": Object { - "multipleFrames": true, + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.5, + ], }, - "type": "time", - "values": Array [ - 3000, - 5000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", - }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.5, - ], - }, - ] - `); + ] + `); }); }); @@ -779,73 +779,73 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object { - "multipleFrames": true, + [ + { + "config": {}, + "name": "time", + "state": { + "multipleFrames": true, + }, + "type": "time", + "values": [ + 3000, + 5000, + ], }, - "type": "time", - "values": Array [ - 3000, - 5000, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10.3, + 10.5, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10.3, - 10.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.5, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10.3, + 10.5, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10.3, - 10.5, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "humidity", + "state": {}, + "type": "number", + "values": [ + 10000.3, + 10000.5, + ], }, - "name": "humidity", - "state": Object {}, - "type": "number", - "values": Array [ - 10000.3, - 10000.5, - ], - }, - ] - `); + ] + `); }); }); @@ -880,51 +880,51 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1000, - 2000, - 3000, - 4000, - ], - }, - Object { - "config": Object {}, - "labels": Object { + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1000, + 2000, + 3000, + 4000, + ], + }, + { + "config": {}, + "labels": { + "name": "temperature", + }, "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 1, + 3, + 5, + 7, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 1, - 3, - 5, - 7, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "B", + { + "config": {}, + "labels": { + "name": "B", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 2, + 4, + 6, + 8, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 2, - 4, - 6, - 8, - ], - }, - ] - `); + ] + `); } ); }); @@ -964,48 +964,48 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1, - 2, - 3, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "A", + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1, + 2, + 3, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10, - 11, - 12, - ], - }, - Object { - "config": Object {}, - "labels": Object { - "name": "C", + { + "config": {}, + "labels": { + "name": "A", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10, + 11, + 12, + ], }, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 20, - 22, - 24, - ], - }, - ] - `); + { + "config": {}, + "labels": { + "name": "C", + }, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 20, + 22, + 24, + ], + }, + ] + `); }); }); @@ -1036,38 +1036,38 @@ describe('JOIN Transformer', () => { const data = received[0]; const filtered = data[0]; expect(filtered.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, - "name": "time", - "state": Object {}, - "type": "time", - "values": Array [ - 1, - ], - }, - Object { - "config": Object {}, - "labels": Object {}, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 10, - ], - }, - Object { - "config": Object {}, - "labels": Object {}, - "name": "temperature", - "state": Object {}, - "type": "number", - "values": Array [ - 20, - ], - }, - ] - `); + [ + { + "config": {}, + "name": "time", + "state": {}, + "type": "time", + "values": [ + 1, + ], + }, + { + "config": {}, + "labels": {}, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 10, + ], + }, + { + "config": {}, + "labels": {}, + "name": "temperature", + "state": {}, + "type": "number", + "values": [ + 20, + ], + }, + ] + `); }); }); }); diff --git a/packages/grafana-data/src/transformations/transformers/joinDataFrames.test.ts b/packages/grafana-data/src/transformations/transformers/joinDataFrames.test.ts index d0d3332dce5..5f4ef23427b 100644 --- a/packages/grafana-data/src/transformations/transformers/joinDataFrames.test.ts +++ b/packages/grafana-data/src/transformations/transformers/joinDataFrames.test.ts @@ -36,42 +36,42 @@ describe('align frames', () => { values: f.values.toArray(), })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "TheTime", - "values": Array [ + "values": [ 1000, 1500, 2000, ], }, - Object { + { "name": "A", - "values": Array [ + "values": [ 1, undefined, 100, ], }, - Object { + { "name": "A", - "values": Array [ + "values": [ 2, 20, 200, ], }, - Object { + { "name": "B", - "values": Array [ + "values": [ 3, 30, 300, ], }, - Object { + { "name": "C", - "values": Array [ + "values": [ "first", "second", "third", @@ -89,38 +89,38 @@ describe('align frames', () => { values: f.values.toArray(), })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "TheTime", - "values": Array [ + "values": [ 1000, 2000, ], }, - Object { + { "name": "A", - "values": Array [ + "values": [ 1, 100, ], }, - Object { + { "name": "A", - "values": Array [ + "values": [ 2, 200, ], }, - Object { + { "name": "B", - "values": Array [ + "values": [ 3, 300, ], }, - Object { + { "name": "C", - "values": Array [ + "values": [ "first", "third", ], @@ -154,44 +154,44 @@ describe('align frames', () => { state: f.state, })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "TheTime", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 0, "frameIndex": 0, }, }, - "values": Array [ + "values": [ 1000, 1500, 2000, ], }, - Object { + { "name": "A1", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 1, "frameIndex": 0, }, }, - "values": Array [ + "values": [ 1, 15, 2, ], }, - Object { + { "name": "A2", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 1, "frameIndex": 1, }, }, - "values": Array [ + "values": [ 1, undefined, 2, @@ -208,20 +208,20 @@ describe('align frames', () => { state: f.state, })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "TheTime", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 0, "frameIndex": 0, }, }, }, - Object { + { "name": "A1", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 1, "frameIndex": 0, }, @@ -246,18 +246,18 @@ describe('align frames', () => { values: f.values.toArray(), })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "TheTime", - "values": Array [ + "values": [ 1500, 2000, 6000, ], }, - Object { + { "name": "A1", - "values": Array [ + "values": [ 15, 22, 1, @@ -293,24 +293,24 @@ describe('align frames', () => { values: f.values.toArray(), })) ).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "TheTime", - "values": Array [ + "values": [ 1000, 2000, ], }, - Object { + { "name": "A", - "values": Array [ + "values": [ 1, 100, ], }, - Object { + { "name": "A", - "values": Array [ + "values": [ 200, undefined, ], diff --git a/packages/grafana-data/src/transformations/transformers/labelsToFields.test.ts b/packages/grafana-data/src/transformations/transformers/labelsToFields.test.ts index 41dccaeb826..53fa647eb5a 100644 --- a/packages/grafana-data/src/transformations/transformers/labelsToFields.test.ts +++ b/packages/grafana-data/src/transformations/transformers/labelsToFields.test.ts @@ -28,20 +28,20 @@ describe('Labels as Columns', () => { await expect(transformDataFrame([cfg], [source])).toEmitValuesWith((received) => { const data = received[0]; expect(toSimpleObject(data[0])).toMatchInlineSnapshot(` - Object { - "Value": Array [ + { + "Value": [ 1, 2, ], - "feelsLike": Array [ + "feelsLike": [ "ok", "ok", ], - "location": Array [ + "location": [ "inside", "inside", ], - "time": Array [ + "time": [ 1000, 2000, ], @@ -119,27 +119,27 @@ describe('Labels as Columns', () => { expect(data.length).toEqual(2); expect(toSimpleObject(data[0])).toMatchInlineSnapshot(` - Object { - "location": Array [ + { + "location": [ "inside", ], - "temp": Array [ + "temp": [ 1, ], - "time": Array [ + "time": [ 1000, ], } `); expect(toSimpleObject(data[1])).toMatchInlineSnapshot(` - Object { - "location": Array [ + { + "location": [ "outside", ], - "temp": Array [ + "temp": [ -1, ], - "time": Array [ + "time": [ 2000, ], } @@ -196,33 +196,33 @@ describe('Labels as Columns', () => { await expect(transformDataFrame([cfg], [source])).toEmitValuesWith((received) => { expect(received[0][0].fields.map((f) => ({ [f.name]: f.values.toArray() }))).toMatchInlineSnapshot(` - Array [ - Object { - "time": Array [ + [ + { + "time": [ 1000, 2000, ], }, - Object { - "a": Array [ + { + "a": [ 1, 3, ], }, - Object { - "b": Array [ + { + "b": [ 2, 4, ], }, - Object { - "foo": Array [ + { + "foo": [ "thing", "thing", ], }, - Object { - "bar": Array [ + { + "bar": [ "thing", "thing", ], @@ -285,42 +285,42 @@ describe('Labels as Columns', () => { expect( received[0].map((f) => ({ name: f.name, fields: f.fields.map((v) => ({ [v.name]: v.values.toArray() })) })) ).toMatchInlineSnapshot(` - Array [ - Object { - "fields": Array [ - Object { - "label": Array [ + [ + { + "fields": [ + { + "label": [ "foo", "bar", "zaz", ], }, - Object { - "value": Array [ + { + "value": [ "thing", "a", "xyz", ], }, ], - "name": "a {bar=\\"a\\", foo=\\"thing\\", zaz=\\"xyz\\"}", + "name": "a {bar="a", foo="thing", zaz="xyz"}", }, - Object { - "fields": Array [ - Object { - "label": Array [ + { + "fields": [ + { + "label": [ "foo", "bar", ], }, - Object { - "value": Array [ + { + "value": [ "thing", "b", ], }, ], - "name": "b {bar=\\"b\\", foo=\\"thing\\"}", + "name": "b {bar="b", foo="thing"}", }, ] `); @@ -349,40 +349,40 @@ describe('Labels as Columns', () => { expect( received[0].map((f) => ({ name: f.name, fields: f.fields.map((v) => ({ [v.name]: v.values.toArray() })) })) ).toMatchInlineSnapshot(` - Array [ - Object { - "fields": Array [ - Object { - "label": Array [ + [ + { + "fields": [ + { + "label": [ "zaz", "bar", ], }, - Object { - "value": Array [ + { + "value": [ "xyz", "a", ], }, ], - "name": "a {bar=\\"a\\", foo=\\"thing\\", zaz=\\"xyz\\"}", + "name": "a {bar="a", foo="thing", zaz="xyz"}", }, - Object { - "fields": Array [ - Object { - "label": Array [ + { + "fields": [ + { + "label": [ "zaz", "bar", ], }, - Object { - "value": Array [ + { + "value": [ undefined, "b", ], }, ], - "name": "b {bar=\\"b\\", foo=\\"thing\\"}", + "name": "b {bar="b", foo="thing"}", }, ] `); diff --git a/packages/grafana-data/src/transformations/transformers/reduce.test.ts b/packages/grafana-data/src/transformations/transformers/reduce.test.ts index 92369e07222..1825618d26a 100644 --- a/packages/grafana-data/src/transformations/transformers/reduce.test.ts +++ b/packages/grafana-data/src/transformations/transformers/reduce.test.ts @@ -264,12 +264,12 @@ describe('Reducer Transformer', () => { const view0 = new DataFrameView(frames[0]); const view1 = new DataFrameView(frames[1]); expect({ ...view0.get(0) }).toMatchInlineSnapshot(` - Object { + { "temperature": 6, } `); expect({ ...view1.get(0) }).toMatchInlineSnapshot(` - Object { + { "humidity": 10000.6, "temperature": 6, } @@ -398,45 +398,45 @@ describe('Reducer Transformer', () => { expect(processed.length).toEqual(1); expect(processed[0].fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, + [ + { + "config": {}, "name": "Field", "type": "string", - "values": Array [ + "values": [ "value", "value", "value", "value", ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "state", "type": "string", - "values": Array [ + "values": [ "CA", "NY", "CA", , ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "country", "type": "string", - "values": Array [ + "values": [ , , "USA", "USA", ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "Max", "type": "number", - "values": Array [ + "values": [ 6, 6, 6, diff --git a/packages/grafana-data/src/transformations/transformers/renameByRegex.test.ts b/packages/grafana-data/src/transformations/transformers/renameByRegex.test.ts index e7e3fc0d010..26e5b438d49 100644 --- a/packages/grafana-data/src/transformations/transformers/renameByRegex.test.ts +++ b/packages/grafana-data/src/transformations/transformers/renameByRegex.test.ts @@ -42,35 +42,35 @@ describe('Rename By Regex Transformer', () => { const data = received[0]; const frame = data[0]; expect(frame.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object { + [ + { + "config": { "name": "Time", }, "name": "Time", - "state": Object { + "state": { "displayName": "Time", "multipleFrames": false, }, "type": "time", - "values": Array [ + "values": [ 3000, 4000, 5000, 6000, ], }, - Object { - "config": Object { + { + "config": { "displayName": "web-01", }, "name": "Value", - "state": Object { + "state": { "displayName": "web-01", "multipleFrames": false, }, "type": "number", - "values": Array [ + "values": [ 10000.3, 10000.4, 10000.5, @@ -94,36 +94,36 @@ describe('Rename By Regex Transformer', () => { const data = received[0]; const frame = data[0]; expect(frame.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object { + [ + { + "config": { "displayName": "TimE", "name": "Time", }, "name": "Time", - "state": Object { + "state": { "displayName": "TimE", "multipleFrames": false, }, "type": "time", - "values": Array [ + "values": [ 3000, 4000, 5000, 6000, ], }, - Object { - "config": Object { + { + "config": { "displayName": "wEb-01.ExamplE.com", }, "name": "Value", - "state": Object { + "state": { "displayName": "wEb-01.ExamplE.com", "multipleFrames": false, }, "type": "number", - "values": Array [ + "values": [ 10000.3, 10000.4, 10000.5, @@ -147,35 +147,35 @@ describe('Rename By Regex Transformer', () => { const data = received[0]; const frame = data[0]; expect(frame.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object { + [ + { + "config": { "name": "Time", }, "name": "Time", - "state": Object { + "state": { "displayName": "Time", "multipleFrames": false, }, "type": "time", - "values": Array [ + "values": [ 3000, 4000, 5000, 6000, ], }, - Object { - "config": Object { + { + "config": { "displayName": "web-01.example.com", }, "name": "Value", - "state": Object { + "state": { "displayName": "web-01.example.com", "multipleFrames": false, }, "type": "number", - "values": Array [ + "values": [ 10000.3, 10000.4, 10000.5, @@ -199,35 +199,35 @@ describe('Rename By Regex Transformer', () => { const data = received[0]; const frame = data[0]; expect(frame.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object { + [ + { + "config": { "name": "Time", }, "name": "Time", - "state": Object { + "state": { "displayName": "Time", "multipleFrames": false, }, "type": "time", - "values": Array [ + "values": [ 3000, 4000, 5000, 6000, ], }, - Object { - "config": Object { + { + "config": { "displayName": "web-01.example.com", }, "name": "Value", - "state": Object { + "state": { "displayName": "web-01.example.com", "multipleFrames": false, }, "type": "number", - "values": Array [ + "values": [ 10000.3, 10000.4, 10000.5, diff --git a/packages/grafana-data/src/transformations/transformers/sortBy.test.ts b/packages/grafana-data/src/transformations/transformers/sortBy.test.ts index da00368ac78..557a79e7308 100644 --- a/packages/grafana-data/src/transformations/transformers/sortBy.test.ts +++ b/packages/grafana-data/src/transformations/transformers/sortBy.test.ts @@ -48,9 +48,9 @@ describe('SortBy transformer', () => { await expect(transformDataFrame([cfg], [testFrame])).toEmitValuesWith((received) => { expect(getFieldSnapshot(received[0][0].fields[0])).toMatchInlineSnapshot(` - Object { + { "name": "time", - "values": Array [ + "values": [ 5, 6, 7, @@ -78,9 +78,9 @@ describe('SortBy transformer', () => { await expect(transformDataFrame([cfg], [testFrame])).toEmitValuesWith((received) => { expect(getFieldSnapshot(received[0][0].fields[0])).toMatchInlineSnapshot(` - Object { + { "name": "time", - "values": Array [ + "values": [ 10, 9, 8, diff --git a/packages/grafana-data/src/utils/__snapshots__/csv.test.ts.snap b/packages/grafana-data/src/utils/__snapshots__/csv.test.ts.snap index a505486dc54..f373bd9641c 100644 --- a/packages/grafana-data/src/utils/__snapshots__/csv.test.ts.snap +++ b/packages/grafana-data/src/utils/__snapshots__/csv.test.ts.snap @@ -1,50 +1,50 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`read csv should get X and y 1`] = ` -Object { - "fields": Array [ - Object { - "config": Object {}, +{ + "fields": [ + { + "config": {}, "labels": undefined, "name": "Field 1", "type": "string", - "values": Array [ + "values": [ "", "2", "5", "", ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "Field 2", "type": "number", - "values": Array [ + "values": [ 1, 3, 6, NaN, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "Field 3", "type": "number", - "values": Array [ + "values": [ undefined, 4, undefined, NaN, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "Field 4", "type": "number", - "values": Array [ + "values": [ undefined, undefined, undefined, @@ -59,34 +59,34 @@ Object { `; exports[`read csv should read csv from local file system 1`] = ` -Object { - "fields": Array [ - Object { - "config": Object {}, +{ + "fields": [ + { + "config": {}, "labels": undefined, "name": "a", "type": "number", - "values": Array [ + "values": [ 10, 40, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "b", "type": "number", - "values": Array [ + "values": [ 20, 50, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "c", "type": "number", - "values": Array [ + "values": [ 30, 60, ], @@ -99,44 +99,44 @@ Object { `; exports[`read csv should read csv with headers 1`] = ` -Object { - "fields": Array [ - Object { - "config": Object { +{ + "fields": [ + { + "config": { "unit": "ms", }, "labels": undefined, "name": "a", "type": "number", - "values": Array [ + "values": [ 10, 40, 40, 40, ], }, - Object { - "config": Object { + { + "config": { "unit": "lengthm", }, "labels": undefined, "name": "b", "type": "number", - "values": Array [ + "values": [ 20, 50, 500, 50, ], }, - Object { - "config": Object { + { + "config": { "unit": "s", }, "labels": undefined, "name": "c", "type": "boolean", - "values": Array [ + "values": [ true, false, false, diff --git a/packages/grafana-data/src/utils/csv.test.ts b/packages/grafana-data/src/utils/csv.test.ts index f6e6ff6817f..0512aca9fa4 100644 --- a/packages/grafana-data/src/utils/csv.test.ts +++ b/packages/grafana-data/src/utils/csv.test.ts @@ -102,7 +102,7 @@ describe('write csv', () => { const csv = toCSV([dataFrame], { useExcelHeader: true }); expect(csv).toMatchInlineSnapshot(` "sep=, - \\"Time\\",\\"Value\\" + "Time","Value" 1598784913123,1234 1598784914123,5678 @@ -130,7 +130,7 @@ describe('DataFrame to CSV', () => { const csv = toCSV([dataFrame]); expect(csv).toMatchInlineSnapshot(` - "\\"Time\\",\\"{label1=\\"\\"value1\\"\\", label2=\\"\\"value1\\"\\"}\\" + ""Time","{label1=""value1"", label2=""value1""}" 1589455688623,1234 " @@ -159,7 +159,7 @@ describe('DataFrame to CSV', () => { const csv = toCSV([dataFrame]); expect(csv).toMatchInlineSnapshot(` - "\\"Time\\",\\"Value\\" + ""Time","Value" 1589455688623,2020-05-14 11:28:08 " diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 6615eb7c6ce..a724775f4fd 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -56,7 +56,7 @@ "@testing-library/user-event": "14.4.3", "@types/angular": "1.8.4", "@types/history": "4.7.11", - "@types/jest": "28.1.6", + "@types/jest": "29.2.3", "@types/lodash": "4.14.187", "@types/react": "17.0.42", "@types/react-dom": "17.0.14", diff --git a/packages/grafana-runtime/src/utils/DataSourceWithBackend.test.ts b/packages/grafana-runtime/src/utils/DataSourceWithBackend.test.ts index db7a43baa03..34a60eb96bb 100644 --- a/packages/grafana-runtime/src/utils/DataSourceWithBackend.test.ts +++ b/packages/grafana-runtime/src/utils/DataSourceWithBackend.test.ts @@ -55,11 +55,11 @@ describe('DataSourceWithBackend', () => { expect(mock.calls.length).toBe(1); expect(args).toMatchInlineSnapshot(` - Object { - "data": Object { - "queries": Array [ - Object { - "datasource": Object { + { + "data": { + "queries": [ + { + "datasource": { "type": "dummy", "uid": "abc", }, @@ -68,8 +68,8 @@ describe('DataSourceWithBackend', () => { "maxDataPoints": 10, "refId": "A", }, - Object { - "datasource": Object { + { + "datasource": { "type": "sample", "uid": "", }, @@ -80,7 +80,7 @@ describe('DataSourceWithBackend', () => { }, ], }, - "headers": Object { + "headers": { "X-Dashboard-Uid": "dashA", "X-Datasource-Uid": "abc, ", "X-Panel-Id": "123", @@ -122,11 +122,11 @@ describe('DataSourceWithBackend', () => { expect(mock.calls.length).toBe(1); expect(args).toMatchInlineSnapshot(` - Object { - "data": Object { - "queries": Array [ - Object { - "datasource": Object { + { + "data": { + "queries": [ + { + "datasource": { "type": "dummy", "uid": "abc", }, @@ -135,8 +135,8 @@ describe('DataSourceWithBackend', () => { "maxDataPoints": 10, "refId": "A", }, - Object { - "datasource": Object { + { + "datasource": { "type": "sample", "uid": "", }, @@ -147,7 +147,7 @@ describe('DataSourceWithBackend', () => { }, ], }, - "headers": Object { + "headers": { "X-Dashboard-Uid": "dashA", "X-Datasource-Uid": "abc, ", "X-Panel-Id": "123", diff --git a/packages/grafana-runtime/src/utils/queryResponse.test.ts b/packages/grafana-runtime/src/utils/queryResponse.test.ts index f99fb5b2dc8..e14ea0eed7f 100644 --- a/packages/grafana-runtime/src/utils/queryResponse.test.ts +++ b/packages/grafana-runtime/src/utils/queryResponse.test.ts @@ -91,15 +91,15 @@ describe('Query Response parser', () => { const norm = frames.map((f) => toDataFrameDTO(f)); expect(norm).toMatchInlineSnapshot(` - Array [ - Object { - "fields": Array [ - Object { - "config": Object {}, + [ + { + "fields": [ + { + "config": {}, "labels": undefined, "name": "time", "type": "time", - "values": Array [ + "values": [ 1611767228473, 1611767240473, 1611767252473, @@ -108,12 +108,12 @@ describe('Query Response parser', () => { 1611767288473, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "A-series", "type": "number", - "values": Array [ + "values": [ 1, 20, 90, @@ -127,14 +127,14 @@ describe('Query Response parser', () => { "name": undefined, "refId": "A", }, - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "labels": undefined, "name": "time", "type": "time", - "values": Array [ + "values": [ 1611767228473, 1611767240473, 1611767252473, @@ -143,12 +143,12 @@ describe('Query Response parser', () => { 1611767288473, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "B-series", "type": "number", - "values": Array [ + "values": [ 1, 20, 90, @@ -176,15 +176,15 @@ describe('Query Response parser', () => { const norm = frames.map((f) => toDataFrameDTO(f)); expect(norm).toMatchInlineSnapshot(` - Array [ - Object { - "fields": Array [ - Object { - "config": Object {}, + [ + { + "fields": [ + { + "config": {}, "labels": undefined, "name": "time", "type": "time", - "values": Array [ + "values": [ 1611767228473, 1611767240473, 1611767252473, @@ -193,12 +193,12 @@ describe('Query Response parser', () => { 1611767288473, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "B-series", "type": "number", - "values": Array [ + "values": [ 1, 20, 90, @@ -212,14 +212,14 @@ describe('Query Response parser', () => { "name": undefined, "refId": "B", }, - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "labels": undefined, "name": "time", "type": "time", - "values": Array [ + "values": [ 1611767228473, 1611767240473, 1611767252473, @@ -228,12 +228,12 @@ describe('Query Response parser', () => { 1611767288473, ], }, - Object { - "config": Object {}, + { + "config": {}, "labels": undefined, "name": "A-series", "type": "number", - "values": Array [ + "values": [ 1, 20, 90, @@ -351,7 +351,7 @@ describe('Query Response parser', () => { // } const res = toDataQueryResponse(resWithError); expect(res.error).toMatchInlineSnapshot(` - Object { + { "message": "Hello Error", "refId": "A", } @@ -359,23 +359,23 @@ describe('Query Response parser', () => { const norm = res.data.map((f) => toDataFrameDTO(f)); expect(norm).toMatchInlineSnapshot(` - Array [ - Object { - "fields": Array [ - Object { - "config": Object {}, + [ + { + "fields": [ + { + "config": {}, "labels": undefined, "name": "numbers", "type": "number", - "values": Array [ + "values": [ 1, 3, ], }, ], - "meta": Object { - "notices": Array [ - Object { + "meta": { + "notices": [ + { "severity": 2, "text": "Text", }, diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index e69b1f0876c..bc938f89625 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -145,7 +145,7 @@ "@types/enzyme-adapter-react-16": "1.0.6", "@types/hoist-non-react-statics": "3.3.1", "@types/is-hotkey": "0.1.7", - "@types/jest": "28.1.6", + "@types/jest": "29.2.3", "@types/jquery": "3.5.14", "@types/lodash": "4.14.187", "@types/mock-raf": "1.0.3", diff --git a/packages/grafana-ui/src/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap b/packages/grafana-ui/src/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap index 6011fd4d086..51bbeb3cb85 100644 --- a/packages/grafana-ui/src/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap +++ b/packages/grafana-ui/src/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap @@ -4,7 +4,7 @@ exports[`CustomScrollbar renders correctly 1`] = `
{ }); expect(aligndFrame).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "name": "time", - "state": Object { + "state": { "nullThresholdApplied": true, - "origin": Object { + "origin": { "fieldIndex": 0, "frameIndex": 0, }, }, "type": "time", - "values": Array [ + "values": [ 1, 1.1, 2, @@ -350,25 +350,25 @@ describe('GraphNG utils', () => { 102, ], }, - Object { - "config": Object { - "custom": Object { + { + "config": { + "custom": { "drawStyle": "bars", "spanNulls": -1, }, }, - "labels": Object { + "labels": { "name": "A", }, "name": "value", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 1, "frameIndex": 0, }, }, "type": "number", - "values": Array [ + "values": [ 1, undefined, 1, @@ -383,25 +383,25 @@ describe('GraphNG utils', () => { null, ], }, - Object { - "config": Object { - "custom": Object { + { + "config": { + "custom": { "drawStyle": "bars", "spanNulls": -1, }, }, - "labels": Object { + "labels": { "name": "B", }, "name": "value", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 1, "frameIndex": 1, }, }, "type": "number", - "values": Array [ + "values": [ undefined, undefined, undefined, @@ -416,24 +416,24 @@ describe('GraphNG utils', () => { null, ], }, - Object { - "config": Object { - "custom": Object { + { + "config": { + "custom": { "drawStyle": "line", }, }, - "labels": Object { + "labels": { "name": "B", }, "name": "value", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 2, "frameIndex": 1, }, }, "type": "number", - "values": Array [ + "values": [ undefined, undefined, undefined, @@ -448,24 +448,24 @@ describe('GraphNG utils', () => { undefined, ], }, - Object { - "config": Object { - "custom": Object { + { + "config": { + "custom": { "drawStyle": "line", }, }, - "labels": Object { + "labels": { "name": "C", }, "name": "value", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 1, "frameIndex": 2, }, }, "type": "number", - "values": Array [ + "values": [ 4, 4, undefined, @@ -480,27 +480,27 @@ describe('GraphNG utils', () => { undefined, ], }, - Object { - "config": Object { - "custom": Object { + { + "config": { + "custom": { "drawStyle": "bars", - "hideFrom": Object { + "hideFrom": { "viz": true, }, }, }, - "labels": Object { + "labels": { "name": "C", }, "name": "value", - "state": Object { - "origin": Object { + "state": { + "origin": { "fieldIndex": 2, "frameIndex": 2, }, }, "type": "number", - "values": Array [ + "values": [ 4, 4, undefined, diff --git a/packages/grafana-ui/src/components/SingleStatShared/SingleStatBaseOptions.test.ts b/packages/grafana-ui/src/components/SingleStatShared/SingleStatBaseOptions.test.ts index fadc4db2ece..5672a56ad23 100644 --- a/packages/grafana-ui/src/components/SingleStatShared/SingleStatBaseOptions.test.ts +++ b/packages/grafana-ui/src/components/SingleStatShared/SingleStatBaseOptions.test.ts @@ -38,14 +38,14 @@ describe('sharedSingleStatMigrationHandler', () => { sharedSingleStatMigrationHandler(panel as any); expect((panel as any).fieldConfig).toMatchInlineSnapshot(` - Object { - "defaults": Object { - "color": Object { + { + "defaults": { + "color": { "mode": "thresholds", }, "decimals": 5, - "mappings": Array [ - Object { + "mappings": [ + { "text": "OK", "type": 1, "value": "1", @@ -53,20 +53,20 @@ describe('sharedSingleStatMigrationHandler', () => { ], "max": 100, "min": 10, - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "green", "index": 0, "value": -Infinity, }, - Object { + { "color": "orange", "index": 1, "value": 40, }, - Object { + { "color": "red", "index": 2, "value": 80, @@ -75,7 +75,7 @@ describe('sharedSingleStatMigrationHandler', () => { }, "unit": "watt", }, - "overrides": Array [], + "overrides": [], } `); }); @@ -110,12 +110,12 @@ describe('sharedSingleStatMigrationHandler', () => { sharedSingleStatMigrationHandler(panel as any); expect((panel as any).fieldConfig).toMatchInlineSnapshot(` - Object { - "defaults": Object { + { + "defaults": { "mappings": undefined, "thresholds": undefined, }, - "overrides": Array [], + "overrides": [], } `); }); @@ -145,14 +145,14 @@ describe('sharedSingleStatMigrationHandler', () => { sharedSingleStatMigrationHandler(panel as any); expect((panel as any).fieldConfig).toMatchInlineSnapshot(` - Object { - "defaults": Object { + { + "defaults": { "mappings": undefined, "max": 100, "min": 0, "thresholds": undefined, }, - "overrides": Array [], + "overrides": [], } `); }); diff --git a/packages/grafana-ui/src/components/uPlot/config/UPlotConfigBuilder.test.ts b/packages/grafana-ui/src/components/uPlot/config/UPlotConfigBuilder.test.ts index a4714bddd7b..1e28fd6c97b 100644 --- a/packages/grafana-ui/src/components/uPlot/config/UPlotConfigBuilder.test.ts +++ b/packages/grafana-ui/src/components/uPlot/config/UPlotConfigBuilder.test.ts @@ -21,41 +21,41 @@ describe('UPlotConfigBuilder', () => { it('builds default config', () => { const builder = new UPlotConfigBuilder(); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "cursor": Object { - "drag": Object { + { + "axes": [], + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object {}, + "scales": {}, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, ], @@ -84,46 +84,46 @@ describe('UPlotConfigBuilder', () => { }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "cursor": Object { - "drag": Object { + { + "axes": [], + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "scale-x": Object { + "scales": { + "scale-x": { "auto": false, "dir": 1, "ori": 0, "range": [Function], "time": true, }, - "scale-y": Object { + "scale-y": { "asinh": undefined, "auto": true, "dir": 1, @@ -135,8 +135,8 @@ describe('UPlotConfigBuilder', () => { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, ], @@ -177,39 +177,39 @@ describe('UPlotConfigBuilder', () => { distribution: ScaleDistribution.Linear, }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "cursor": Object { - "drag": Object { + { + "axes": [], + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "scale-y": Object { + "scales": { + "scale-y": { "asinh": undefined, "auto": true, "dir": 1, @@ -221,8 +221,8 @@ describe('UPlotConfigBuilder', () => { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, ], @@ -243,39 +243,39 @@ describe('UPlotConfigBuilder', () => { }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "cursor": Object { - "drag": Object { + { + "axes": [], + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "scale-y": Object { + "scales": { + "scale-y": { "asinh": undefined, "auto": true, "dir": 1, @@ -287,8 +287,8 @@ describe('UPlotConfigBuilder', () => { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, ], @@ -310,39 +310,39 @@ describe('UPlotConfigBuilder', () => { }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "cursor": Object { - "drag": Object { + { + "axes": [], + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "scale-y": Object { + "scales": { + "scale-y": { "asinh": undefined, "auto": true, "dir": 1, @@ -354,8 +354,8 @@ describe('UPlotConfigBuilder', () => { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, ], @@ -411,19 +411,19 @@ describe('UPlotConfigBuilder', () => { }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [ - Object { + { + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, }, "label": "test label", - "labelFont": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "labelFont": "12px "Roboto", "Helvetica", "Arial", sans-serif", "labelGap": 8, "labelSize": 20, "rotate": undefined, @@ -434,49 +434,49 @@ describe('UPlotConfigBuilder', () => { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, }, "timeZone": "browser", - "values": Array [], + "values": [], }, ], - "cursor": Object { - "drag": Object { + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object {}, + "scales": {}, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, ], @@ -573,49 +573,49 @@ describe('UPlotConfigBuilder', () => { }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "cursor": Object { - "drag": Object { + { + "axes": [], + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object {}, + "scales": {}, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#0000ff", "filter": undefined, "size": 5, @@ -685,65 +685,65 @@ describe('UPlotConfigBuilder', () => { }); expect(builder.getConfig()).toMatchInlineSnapshot(` - Object { - "axes": Array [], - "bands": Array [ - Object { + { + "axes": [], + "bands": [ + { "fill": "red", - "series": Array [ + "series": [ 3, 2, ], }, - Object { + { "fill": "blue", - "series": Array [ + "series": [ 2, 1, ], }, ], - "cursor": Object { - "drag": Object { + "cursor": { + "drag": { "setScale": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "fill": [Function], "size": [Function], "stroke": [Function], "width": [Function], }, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object {}, - "legend": Object { + "hooks": {}, + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object {}, + "scales": {}, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#0000ff", "filter": undefined, "size": undefined, @@ -757,12 +757,12 @@ describe('UPlotConfigBuilder', () => { "value": [Function], "width": 1, }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#00ff00", "filter": undefined, "size": 5, @@ -776,12 +776,12 @@ describe('UPlotConfigBuilder', () => { "value": [Function], "width": 1, }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#ff0000", "filter": undefined, "size": 5, diff --git a/packages/grafana-ui/src/components/uPlot/utils.test.ts b/packages/grafana-ui/src/components/uPlot/utils.test.ts index b09afd295fc..20b3012c259 100644 --- a/packages/grafana-ui/src/components/uPlot/utils.test.ts +++ b/packages/grafana-ui/src/components/uPlot/utils.test.ts @@ -31,23 +31,23 @@ describe('preparePlotData2', () => { it('creates array from DataFrame', () => { expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ 20, 20, 20, @@ -67,23 +67,23 @@ describe('preparePlotData2', () => { ], }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ -20, -20, -20, @@ -108,62 +108,62 @@ describe('preparePlotData2', () => { ], }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, undefined, ], - Array [ + [ -10, 20, 10, 30, ], - Array [ + [ 10, 10, 10, null, ], - Array [ + [ null, -20, -20, -20, ], - Array [ + [ -20, -20, -20, null, ], - Array [ + [ -20, null, -20, -20, ], - Array [ + [ 10, 10, 10, undefined, ], - Array [ + [ undefined, -20, -20, -20, ], - Array [ + [ -20, -20, -20, undefined, ], - Array [ + [ -20, undefined, -20, @@ -182,23 +182,23 @@ describe('preparePlotData2', () => { ], }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, undefined, undefined, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ 20, 20, 20, @@ -230,23 +230,23 @@ describe('preparePlotData2', () => { ], }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ 20, 20, 20, @@ -277,23 +277,23 @@ describe('preparePlotData2', () => { ], }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ 30, 30, 30, @@ -333,28 +333,28 @@ describe('preparePlotData2', () => { ], }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ -30, 0, -10, ], - Array [ + [ -40, -10, -20, @@ -401,38 +401,38 @@ describe('preparePlotData2', () => { }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ 30, 30, 30, ], - Array [ + [ 1, 2, 3, ], - Array [ + [ 2, 4, 6, ], - Array [ + [ 3, 6, 9, @@ -476,33 +476,33 @@ describe('preparePlotData2', () => { }); expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 9997, 9998, 9999, ], - Array [ + [ -10, 20, 10, ], - Array [ + [ 10, 10, 10, ], - Array [ + [ 1, 2, 3, ], - Array [ + [ 1, 2, 3, ], - Array [ + [ 2, 4, 6, @@ -615,8 +615,8 @@ describe('preparePlotData2', () => { })!; expect(preparePlotData2(df, getStackingGroups(df))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 1639455966000, 1639629625944, 1639803285888, @@ -636,7 +636,7 @@ describe('preparePlotData2', () => { 1642234525104, 1642408185048, ], - Array [ + [ 0, 0, 0, @@ -656,7 +656,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 0, 0, 2500, @@ -676,7 +676,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 0, 0, 30500, @@ -696,7 +696,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 0, 0, 30500, @@ -716,7 +716,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 0, 0, 35500, @@ -736,7 +736,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 122, 123, 47845, @@ -756,7 +756,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 122, 123, 47845, @@ -776,7 +776,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 122, 123, 47845, @@ -796,7 +796,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 122, 123, 47845, @@ -816,7 +816,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 122, 123, 48095, @@ -836,7 +836,7 @@ describe('preparePlotData2', () => { 0, 0, ], - Array [ + [ 122, 123, 48095, @@ -856,7 +856,7 @@ describe('preparePlotData2', () => { 1520, 665.35, ], - Array [ + [ 122, 123, 48095, @@ -876,7 +876,7 @@ describe('preparePlotData2', () => { 1520, 665.35, ], - Array [ + [ 122, 123, 48095, @@ -896,7 +896,7 @@ describe('preparePlotData2', () => { 5120, 665.35, ], - Array [ + [ 122, 123, 48095, @@ -916,7 +916,7 @@ describe('preparePlotData2', () => { 6795, 665.35, ], - Array [ + [ 122, 123, 48095, @@ -936,7 +936,7 @@ describe('preparePlotData2', () => { 6795, 665.35, ], - Array [ + [ 122, 123, 48095, @@ -956,7 +956,7 @@ describe('preparePlotData2', () => { 62118.84, 14496.31, ], - Array [ + [ 122, 123, 48095, @@ -976,7 +976,7 @@ describe('preparePlotData2', () => { 62118.84, 14496.31, ], - Array [ + [ 122, 123, 48095, @@ -1020,16 +1020,16 @@ describe('auto stacking groups', () => { }); expect(getStackingGroups(df)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "dir": 1, - "series": Array [ + "series": [ 1, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 2, ], }, @@ -1068,17 +1068,17 @@ describe('auto stacking groups', () => { }); expect(getStackingGroups(df)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "dir": -1, - "series": Array [ + "series": [ 1, 4, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 2, 3, ], @@ -1115,10 +1115,10 @@ describe('auto stacking groups', () => { }); expect(getStackingGroups(df)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "dir": 1, - "series": Array [ + "series": [ 1, 2, 3, @@ -1186,34 +1186,34 @@ describe('auto stacking groups', () => { }); expect(getStackingGroups(df)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "dir": 1, - "series": Array [ + "series": [ 1, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 2, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 3, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 4, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 5, ], }, @@ -1239,16 +1239,16 @@ describe('auto stacking groups', () => { }); expect(getStackingGroups(df)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "dir": 1, - "series": Array [ + "series": [ 1, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 2, ], }, @@ -1296,35 +1296,35 @@ describe('auto stacking groups', () => { }); expect(getStackingGroups(df)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "dir": 1, - "series": Array [ + "series": [ 1, 2, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 3, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 4, ], }, - Object { + { "dir": 1, - "series": Array [ + "series": [ 5, ], }, - Object { + { "dir": -1, - "series": Array [ + "series": [ 6, ], }, diff --git a/packages/jaeger-ui-components/package.json b/packages/jaeger-ui-components/package.json index 1fc08e847db..151c54674f4 100644 --- a/packages/jaeger-ui-components/package.json +++ b/packages/jaeger-ui-components/package.json @@ -16,7 +16,7 @@ "@types/classnames": "^2.2.7", "@types/deep-freeze": "^0.1.1", "@types/hoist-non-react-statics": "^3.3.1", - "@types/jest": "28.1.6", + "@types/jest": "29.2.3", "@types/lodash": "4.14.187", "@types/prop-types": "15.7.5", "@types/react": "17.0.42", diff --git a/packages/jaeger-ui-components/src/TraceTimelineViewer/ListView/__snapshots__/index.test.js.snap b/packages/jaeger-ui-components/src/TraceTimelineViewer/ListView/__snapshots__/index.test.js.snap index 3c12d1d9a8f..891f5a78940 100644 --- a/packages/jaeger-ui-components/src/TraceTimelineViewer/ListView/__snapshots__/index.test.js.snap +++ b/packages/jaeger-ui-components/src/TraceTimelineViewer/ListView/__snapshots__/index.test.js.snap @@ -3,14 +3,14 @@ exports[` shallow tests matches a snapshot 1`] = `
shallow tests matches a snapshot 1`] = `
shallow tests matches a snapshot 1`] = ` data-item-key="0" key="0" style={ - Object { + { "height": 2, "position": "absolute", "top": 0, @@ -44,7 +44,7 @@ exports[` shallow tests matches a snapshot 1`] = ` data-item-key="1" key="1" style={ - Object { + { "height": 4, "position": "absolute", "top": 2, @@ -57,7 +57,7 @@ exports[` shallow tests matches a snapshot 1`] = ` data-item-key="2" key="2" style={ - Object { + { "height": 6, "position": "absolute", "top": 6, @@ -70,7 +70,7 @@ exports[` shallow tests matches a snapshot 1`] = ` data-item-key="3" key="3" style={ - Object { + { "height": 8, "position": "absolute", "top": 12, @@ -83,7 +83,7 @@ exports[` shallow tests matches a snapshot 1`] = ` data-item-key="4" key="4" style={ - Object { + { "height": 10, "position": "absolute", "top": 20, diff --git a/packages/jaeger-ui-components/src/model/ddg/__snapshots__/PathElem.test.ts.snap b/packages/jaeger-ui-components/src/model/ddg/__snapshots__/PathElem.test.ts.snap index 95e81b6a8d3..8a6096a927d 100644 --- a/packages/jaeger-ui-components/src/model/ddg/__snapshots__/PathElem.test.ts.snap +++ b/packages/jaeger-ui-components/src/model/ddg/__snapshots__/PathElem.test.ts.snap @@ -1,36 +1,36 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PathElem legibility creates consumable JSON 1`] = ` -Object { +{ "memberIdx": 1, - "memberOf": Object { + "memberOf": { "focalIdx": 2, - "members": Array [ - Object { + "members": [ + { "memberIdx": 0, "operation": "firstOperation", "service": "firstService", "visibilityIdx": 4, }, - Object { + { "memberIdx": 1, "operation": "beforeOperation", "service": "beforeService", "visibilityIdx": 2, }, - Object { + { "memberIdx": 2, "operation": "focalOperation", "service": "focalService", "visibilityIdx": 0, }, - Object { + { "memberIdx": 3, "operation": "afterOperation", "service": "afterService", "visibilityIdx": 1, }, - Object { + { "memberIdx": 4, "operation": "lastOperation", "service": "lastService", diff --git a/public/app/core/utils/timeRegions.test.ts b/public/app/core/utils/timeRegions.test.ts index 16a20e47d24..643883a2707 100644 --- a/public/app/core/utils/timeRegions.test.ts +++ b/public/app/core/utils/timeRegions.test.ts @@ -19,20 +19,20 @@ describe('timeRegions', () => { }; const regions = calculateTimesWithin(cfg, tr); expect(regions).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "from": 1609779600000, "to": 1609779600000, }, - Object { + { "from": 1610384400000, "to": 1610384400000, }, - Object { + { "from": 1610989200000, "to": 1610989200000, }, - Object { + { "from": 1611594000000, "to": 1611594000000, }, diff --git a/public/app/features/alerting/unified/__snapshots__/PanelAlertTabContent.test.tsx.snap b/public/app/features/alerting/unified/__snapshots__/PanelAlertTabContent.test.tsx.snap index f76953257c1..e6e9f68c60e 100644 --- a/public/app/features/alerting/unified/__snapshots__/PanelAlertTabContent.test.tsx.snap +++ b/public/app/features/alerting/unified/__snapshots__/PanelAlertTabContent.test.tsx.snap @@ -1,28 +1,28 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PanelAlertTabContent Will render alerts belonging to panel and a button to create alert from panel queries 1`] = ` -Object { - "annotations": Array [ - Object { +{ + "annotations": [ + { "key": "__dashboardUid__", "value": "12", }, - Object { + { "key": "__panelId__", "value": "34", }, ], "condition": "C", - "folder": Object { + "folder": { "id": 1, "title": "super folder", }, "name": "mypanel", - "queries": Array [ - Object { + "queries": [ + { "datasourceUid": "mock-ds-2", - "model": Object { - "datasource": Object { + "model": { + "datasource": { "type": "prometheus", "uid": "mock-ds-2", }, @@ -33,36 +33,36 @@ Object { }, "queryType": "", "refId": "A", - "relativeTimeRange": Object { + "relativeTimeRange": { "from": 21600, "to": 0, }, }, - Object { + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [], + "model": { + "conditions": [ + { + "evaluator": { + "params": [], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [ + "query": { + "params": [ "B", ], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "last", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "type": "__expr__", "uid": "-100", }, @@ -75,33 +75,33 @@ Object { "queryType": "", "refId": "B", }, - Object { + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [ + "query": { + "params": [ "C", ], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "last", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "type": "__expr__", "uid": "-100", }, diff --git a/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/__snapshots__/reducer.test.tsx.snap b/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/__snapshots__/reducer.test.tsx.snap index b8678183f40..abaaa52a6bd 100644 --- a/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/__snapshots__/reducer.test.tsx.snap +++ b/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/__snapshots__/reducer.test.tsx.snap @@ -1,42 +1,42 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Query and expressions reducer should add a new expression 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "A", }, "queryType": "query", "refId": "A", }, - Object { + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [], + "query": { + "params": [], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "avg", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "name": "Expression", "type": "__expr__", "uid": "__expr__", @@ -55,20 +55,20 @@ Object { `; exports[`Query and expressions reducer should add query 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "A", }, "queryType": "query", "refId": "A", }, - Object { + { "datasourceUid": "c8eceabb-0275-4108-8f03-8f74faf4bf6d", - "model": Object { - "datasource": Object { + "model": { + "datasource": { "type": "prometheus", "uid": "c8eceabb-0275-4108-8f03-8f74faf4bf6d", }, @@ -77,7 +77,7 @@ Object { }, "queryType": "", "refId": "B", - "relativeTimeRange": Object { + "relativeTimeRange": { "from": 600, "to": 0, }, @@ -87,25 +87,25 @@ Object { `; exports[`Query and expressions reducer should duplicate query 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "A", }, "queryType": "query", "refId": "A", }, - Object { + { "datasourceUid": "abc123", - "model": Object { + "model": { "hide": false, "refId": "B", }, "queryType": "", "refId": "B", - "relativeTimeRange": Object { + "relativeTimeRange": { "from": 600, "to": 0, }, @@ -115,11 +115,11 @@ Object { `; exports[`Query and expressions reducer should remove an expression or alert query 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "A", }, "queryType": "query", @@ -130,44 +130,44 @@ Object { `; exports[`Query and expressions reducer should rewire expressions 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "A", }, "queryType": "query", "refId": "A", }, - Object { + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [ + "query": { + "params": [ "C", ], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "avg", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "name": "Expression", "type": "__expr__", "uid": "__expr__", @@ -184,36 +184,36 @@ Object { `; exports[`Query and expressions reducer should set data queries 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [ + "query": { + "params": [ "A", ], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "avg", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "name": "Expression", "type": "__expr__", "uid": "__expr__", @@ -230,36 +230,36 @@ Object { `; exports[`Query and expressions reducer should update an expression 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [ + "query": { + "params": [ "A", ], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "avg", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "name": "Expression", "type": "__expr__", "uid": "__expr__", @@ -276,44 +276,44 @@ Object { `; exports[`Query and expressions reducer should update an expression refId and rewire expressions 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "C", }, "queryType": "query", "refId": "C", }, - Object { + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [ + "query": { + "params": [ "C", ], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "avg", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "name": "Expression", "type": "__expr__", "uid": "__expr__", @@ -330,42 +330,42 @@ Object { `; exports[`Query and expressions reducer should update expression type 1`] = ` -Object { - "queries": Array [ - Object { +{ + "queries": [ + { "datasourceUid": "abc123", - "model": Object { + "model": { "refId": "A", }, "queryType": "query", "refId": "A", }, - Object { + { "datasourceUid": "-100", - "model": Object { - "conditions": Array [ - Object { - "evaluator": Object { - "params": Array [ + "model": { + "conditions": [ + { + "evaluator": { + "params": [ 0, 0, ], "type": "gt", }, - "operator": Object { + "operator": { "type": "and", }, - "query": Object { - "params": Array [], + "query": { + "params": [], }, - "reducer": Object { - "params": Array [], + "reducer": { + "params": [], "type": "avg", }, "type": "query", }, ], - "datasource": Object { + "datasource": { "name": "Expression", "type": "__expr__", "uid": "__expr__", diff --git a/public/app/features/alerting/unified/components/rules/__snapshots__/StateHistory.test.tsx.snap b/public/app/features/alerting/unified/components/rules/__snapshots__/StateHistory.test.tsx.snap index 6068c9caec1..f9396ab2149 100644 --- a/public/app/features/alerting/unified/components/rules/__snapshots__/StateHistory.test.tsx.snap +++ b/public/app/features/alerting/unified/components/rules/__snapshots__/StateHistory.test.tsx.snap @@ -1,10 +1,10 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`groupStateByLabels should group a list by labels 1`] = ` -Object { - "{cpu=0, type=cpu}": Array [ - Object { - "data": Object {}, +{ + "{cpu=0, type=cpu}": [ + { + "data": {}, "id": "1", "state": "alerting", "stringifiedLabels": "{cpu=0, type=cpu}", @@ -12,9 +12,9 @@ Object { "timestamp": 1658834395024, }, ], - "{cpu=1, type=cpu}": Array [ - Object { - "data": Object {}, + "{cpu=1, type=cpu}": [ + { + "data": {}, "id": "2", "state": "ok", "stringifiedLabels": "{cpu=1, type=cpu}", @@ -26,10 +26,10 @@ Object { `; exports[`groupStateByLabels should group a list by labels even if the alert rule name has {} 1`] = ` -Object { - "{cpu=0, type=cpu}": Array [ - Object { - "data": Object {}, +{ + "{cpu=0, type=cpu}": [ + { + "data": {}, "id": "1", "state": "alerting", "stringifiedLabels": "{cpu=0, type=cpu}", @@ -37,9 +37,9 @@ Object { "timestamp": 1658834395024, }, ], - "{cpu=1, type=cpu}": Array [ - Object { - "data": Object {}, + "{cpu=1, type=cpu}": [ + { + "data": {}, "id": "2", "state": "ok", "stringifiedLabels": "{cpu=1, type=cpu}", diff --git a/public/app/features/alerting/unified/utils/__snapshots__/rule-form.test.ts.snap b/public/app/features/alerting/unified/utils/__snapshots__/rule-form.test.ts.snap index 91d24e856b6..77658b56588 100644 --- a/public/app/features/alerting/unified/utils/__snapshots__/rule-form.test.ts.snap +++ b/public/app/features/alerting/unified/utils/__snapshots__/rule-form.test.ts.snap @@ -1,40 +1,40 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`formValuesToRulerGrafanaRuleDTO should correctly convert rule form values 1`] = ` -Object { - "annotations": Object { +{ + "annotations": { "description": "", "runbook_url": "", "summary": "", }, "for": "5m", - "grafana_alert": Object { + "grafana_alert": { "condition": "A", - "data": Array [], + "data": [], "exec_err_state": "Error", "no_data_state": "NoData", "title": "", }, - "labels": Object { + "labels": { "": "", }, } `; exports[`formValuesToRulerGrafanaRuleDTO should not save both instant and range type queries 1`] = ` -Object { - "annotations": Object { +{ + "annotations": { "description": "", "runbook_url": "", "summary": "", }, "for": "5m", - "grafana_alert": Object { + "grafana_alert": { "condition": "A", - "data": Array [ - Object { + "data": [ + { "datasourceUid": "dsuid", - "model": Object { + "model": { "expr": "", "instant": false, "range": true, @@ -42,7 +42,7 @@ Object { }, "queryType": "query", "refId": "A", - "relativeTimeRange": Object { + "relativeTimeRange": { "from": 900, "to": 1000, }, @@ -52,7 +52,7 @@ Object { "no_data_state": "NoData", "title": "", }, - "labels": Object { + "labels": { "": "", }, } diff --git a/public/app/features/dashboard/components/HelpWizard/SupportSnapshotService.test.ts b/public/app/features/dashboard/components/HelpWizard/SupportSnapshotService.test.ts index ccb5b7b5ff9..450b874685e 100644 --- a/public/app/features/dashboard/components/HelpWizard/SupportSnapshotService.test.ts +++ b/public/app/features/dashboard/components/HelpWizard/SupportSnapshotService.test.ts @@ -30,38 +30,38 @@ describe('SupportSnapshotService', () => { const service = new SupportSnapshotService(panel); await service.buildDebugDashboard(); expect(service.state.snapshot.panels[0].targets[0]).toMatchInlineSnapshot(` - Object { - "datasource": Object { + { + "datasource": { "type": "grafana", "uid": "grafana", }, "queryType": "snapshot", "refId": "A", - "snapshot": Array [ - Object { - "data": Object { - "values": Array [ - Array [ + "snapshot": [ + { + "data": { + "values": [ + [ 1, 2, 3, ], - Array [ + [ 11, 22, 33, ], ], }, - "schema": Object { - "fields": Array [ - Object { - "config": Object {}, + "schema": { + "fields": [ + { + "config": {}, "name": "Time", "type": "time", }, - Object { - "config": Object {}, + { + "config": {}, "name": "Value", "type": "number", }, diff --git a/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts b/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts index 86f37cb761a..bb7c385e2d7 100644 --- a/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts +++ b/public/app/features/dashboard/components/PanelEditor/state/selectors.test.ts @@ -23,14 +23,14 @@ describe('getPanelEditorTabs selector', () => { it('marks tab as active when tab param provided', () => { expect(getPanelEditorTabs('transform', { meta: { skipDataQuery: false } } as PanelPlugin)).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "active": false, "icon": "database", "id": "query", "text": "Query", }, - Object { + { "active": true, "icon": "process", "id": "transform", diff --git a/public/app/features/dashboard/state/DashboardMigrator.test.ts b/public/app/features/dashboard/state/DashboardMigrator.test.ts index 944bf97bd60..93f16735f99 100644 --- a/public/app/features/dashboard/state/DashboardMigrator.test.ts +++ b/public/app/features/dashboard/state/DashboardMigrator.test.ts @@ -1258,15 +1258,15 @@ describe('DashboardModel', () => { ], }); expect(model.panels[0].options).toMatchInlineSnapshot(` - Object { - "tooltip": Object { + { + "tooltip": { "mode": "multi", }, } `); expect(model.panels[1].options).toMatchInlineSnapshot(` - Object { - "tooltip": Object { + { + "tooltip": { "mode": "single", }, } @@ -1314,18 +1314,18 @@ describe('DashboardModel', () => { ], }); expect(model.panels[0].fieldConfig.defaults.mappings).toMatchInlineSnapshot(` - Array [ - Object { - "options": Object { - "20": Object { + [ + { + "options": { + "20": { "color": undefined, "text": "test", }, - "30": Object { + "30": { "color": undefined, "text": "test1", }, - "40": Object { + "40": { "color": "orange", "text": "50", }, @@ -1375,11 +1375,11 @@ describe('DashboardModel', () => { ], }); expect(model.panels[0].fieldConfig.defaults.mappings).toMatchInlineSnapshot(` - Array [ - Object { - "options": Object { + [ + { + "options": { "from": 20, - "result": Object { + "result": { "color": undefined, "text": "text1", }, @@ -1387,10 +1387,10 @@ describe('DashboardModel', () => { }, "type": "range", }, - Object { - "options": Object { + { + "options": { "from": 1, - "result": Object { + "result": { "color": undefined, "text": "text2", }, @@ -1398,10 +1398,10 @@ describe('DashboardModel', () => { }, "type": "range", }, - Object { - "options": Object { + { + "options": { "from": 5, - "result": Object { + "result": { "color": "orange", "text": "50", }, @@ -1471,13 +1471,13 @@ describe('DashboardModel', () => { it('should create two transormatoins', () => { const xforms = model.panels[0].transformations; expect(xforms).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "id": "labelsToFields", }, - Object { + { "id": "merge", - "options": Object {}, + "options": {}, }, ] `); @@ -1909,14 +1909,14 @@ describe('DashboardModel', () => { }); expect(model.panels[0].fieldConfig.overrides).toMatchInlineSnapshot(` - Array [ - Object { - "matcher": Object { + [ + { + "matcher": { "id": "byType", "options": "time", }, - "properties": Array [ - Object { + "properties": [ + { "id": "custom.axisPlacement", "value": "auto", }, diff --git a/public/app/features/dashboard/state/DashboardModel.test.ts b/public/app/features/dashboard/state/DashboardModel.test.ts index b82e710c114..9d154c691bf 100644 --- a/public/app/features/dashboard/state/DashboardModel.test.ts +++ b/public/app/features/dashboard/state/DashboardModel.test.ts @@ -13,7 +13,7 @@ import { PanelModel } from '../state/PanelModel'; jest.mock('app/core/services/context_srv'); -const mockContextSrv = jest.mocked(contextSrv, true); +const mockContextSrv = jest.mocked(contextSrv); variableAdapters.setInit(() => [ createQueryVariableAdapter(), diff --git a/public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts b/public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts index a56c2669238..07aa648d7ed 100644 --- a/public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts +++ b/public/app/features/dashboard/state/getPanelOptionsWithDefaults.test.ts @@ -60,12 +60,12 @@ describe('getPanelOptionsWithDefaults', () => { }); expect(result).toMatchInlineSnapshot(` - Object { - "fieldConfig": Object { - "defaults": Object {}, - "overrides": Array [], + { + "fieldConfig": { + "defaults": {}, + "overrides": [], }, - "options": Object {}, + "options": {}, } `); }); @@ -84,29 +84,29 @@ describe('getPanelOptionsWithDefaults', () => { }); expect(result).toMatchInlineSnapshot(` - Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + { + "fieldConfig": { + "defaults": { + "custom": { "hideLines": false, }, - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "green", "value": -Infinity, }, - Object { + { "color": "red", "value": 80, }, ], }, }, - "overrides": Array [], + "overrides": [], }, - "options": Object { + "options": { "name": "hello", "number": 10, "showThresholds": true, @@ -135,21 +135,21 @@ describe('getPanelOptionsWithDefaults', () => { }); expect(result).toMatchInlineSnapshot(` - Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + { + "fieldConfig": { + "defaults": { + "custom": { "hideLines": false, }, "decimals": 2, - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "green", "value": -Infinity, }, - Object { + { "color": "red", "value": 80, }, @@ -157,9 +157,9 @@ describe('getPanelOptionsWithDefaults', () => { }, "unit": "bytes", }, - "overrides": Array [], + "overrides": [], }, - "options": Object { + "options": { "name": "hello", "number": 20, "showThresholds": false, @@ -292,21 +292,21 @@ describe('getPanelOptionsWithDefaults', () => { }); expect(result.fieldConfig.defaults).toMatchInlineSnapshot(` - Object { - "custom": Object { + { + "custom": { "customProp": 20, - "nested": Object { + "nested": { "nestedA": "A", }, }, - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "green", "value": -Infinity, }, - Object { + { "color": "red", "value": 80, }, diff --git a/public/app/features/dashboard/utils/getPanelMenu.test.ts b/public/app/features/dashboard/utils/getPanelMenu.test.ts index ab6751711f7..0fae58b3e14 100644 --- a/public/app/features/dashboard/utils/getPanelMenu.test.ts +++ b/public/app/features/dashboard/utils/getPanelMenu.test.ts @@ -20,37 +20,37 @@ describe('getPanelMenu', () => { const menuItems = getPanelMenu(dashboard, panel); expect(menuItems).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "iconClassName": "eye", "onClick": [Function], "shortcut": "v", "text": "View", }, - Object { + { "iconClassName": "edit", "onClick": [Function], "shortcut": "e", "text": "Edit", }, - Object { + { "iconClassName": "share-alt", "onClick": [Function], "shortcut": "p s", "text": "Share", }, - Object { + { "iconClassName": "compass", "onClick": [Function], "shortcut": "x", "text": "Explore", }, - Object { + { "iconClassName": "info-circle", "onClick": [Function], "shortcut": "i", - "subMenu": Array [ - Object { + "subMenu": [ + { "onClick": [Function], "text": "Panel JSON", }, @@ -58,20 +58,20 @@ describe('getPanelMenu', () => { "text": "Inspect", "type": "submenu", }, - Object { + { "iconClassName": "cube", "onClick": [Function], - "subMenu": Array [ - Object { + "subMenu": [ + { "onClick": [Function], "shortcut": "p d", "text": "Duplicate", }, - Object { + { "onClick": [Function], "text": "Copy", }, - Object { + { "onClick": [Function], "text": "Create library panel", }, @@ -79,11 +79,11 @@ describe('getPanelMenu', () => { "text": "More...", "type": "submenu", }, - Object { + { "text": "", "type": "divider", }, - Object { + { "iconClassName": "trash-alt", "onClick": [Function], "shortcut": "p r", @@ -104,37 +104,37 @@ describe('getPanelMenu', () => { const menuItems = getPanelMenu(dashboard, panel, angularComponent); expect(menuItems).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "iconClassName": "eye", "onClick": [Function], "shortcut": "v", "text": "View", }, - Object { + { "iconClassName": "edit", "onClick": [Function], "shortcut": "e", "text": "Edit", }, - Object { + { "iconClassName": "share-alt", "onClick": [Function], "shortcut": "p s", "text": "Share", }, - Object { + { "iconClassName": "compass", "onClick": [Function], "shortcut": "x", "text": "Explore", }, - Object { + { "iconClassName": "info-circle", "onClick": [Function], "shortcut": "i", - "subMenu": Array [ - Object { + "subMenu": [ + { "onClick": [Function], "text": "Panel JSON", }, @@ -142,11 +142,11 @@ describe('getPanelMenu', () => { "text": "Inspect", "type": "submenu", }, - Object { + { "iconClassName": "cube", "onClick": [Function], - "subMenu": Array [ - Object { + "subMenu": [ + { "href": undefined, "onClick": [Function], "shortcut": "p l", diff --git a/public/app/features/dashboard/utils/panelMerge.test.ts b/public/app/features/dashboard/utils/panelMerge.test.ts index 9882379d3a2..cc3f77a1d1d 100644 --- a/public/app/features/dashboard/utils/panelMerge.test.ts +++ b/public/app/features/dashboard/utils/panelMerge.test.ts @@ -49,16 +49,16 @@ describe('Merge dashbaord panels', () => { const info = dashboard.updatePanels(rawPanels); expect(info.changed).toBeFalsy(); expect(info.actions).toMatchInlineSnapshot(` - Object { - "add": Array [], - "noop": Array [ + { + "add": [], + "noop": [ 1, 2, 3, ], - "remove": Array [], - "replace": Array [], - "update": Array [], + "remove": [], + "replace": [], + "update": [], } `); }); @@ -115,17 +115,17 @@ describe('Merge dashbaord panels', () => { const info = dashboard.updatePanels(rawPanels); expect(info.changed).toBeTruthy(); expect(info.actions).toMatchInlineSnapshot(` - Object { - "add": Array [], - "noop": Array [ + { + "add": [], + "noop": [ 1, 3, ], - "remove": Array [], - "replace": Array [ + "remove": [], + "replace": [ 2, ], - "update": Array [], + "update": [], } `); }); diff --git a/public/app/features/dimensions/scale.test.ts b/public/app/features/dimensions/scale.test.ts index d10d65e5875..86cb69421f7 100644 --- a/public/app/features/dimensions/scale.test.ts +++ b/public/app/features/dimensions/scale.test.ts @@ -9,7 +9,7 @@ describe('scale dimensions', () => { max: 10, }); expect(out).toMatchInlineSnapshot(` - Object { + { "fixed": 7.5, "max": 10, "min": 5, @@ -30,7 +30,7 @@ describe('scale dimensions', () => { } ); expect(out).toMatchInlineSnapshot(` - Object { + { "fixed": 10, "max": 7, "min": 5, diff --git a/public/app/features/geo/format/geojson.test.ts b/public/app/features/geo/format/geojson.test.ts index fe00ba66035..f9572f22ac8 100644 --- a/public/app/features/geo/format/geojson.test.ts +++ b/public/app/features/geo/format/geojson.test.ts @@ -45,30 +45,30 @@ describe('Read GeoJSON', () => { }); const msg = dataFrameToJSON(frame); expect(msg.schema).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "name": "id", "type": "string", }, - Object { - "config": Object {}, + { + "config": {}, "name": "geo", "type": "geo", }, - Object { - "config": Object {}, + { + "config": {}, "name": "hello", "type": "string", }, - Object { - "config": Object {}, + { + "config": {}, "name": "number", "type": "number", }, - Object { - "config": Object {}, + { + "config": {}, "name": "mixed", "type": "string", }, @@ -87,23 +87,23 @@ describe('Read GeoJSON', () => { return acc; }, {} as any) ).toMatchInlineSnapshot(` - Object { - "hello": Array [ + { + "hello": [ "A", "B", null, ], - "id": Array [ + "id": [ "A", null, null, ], - "mixed": Array [ + "mixed": [ null, "first", "2", ], - "number": Array [ + "number": [ null, 1.2, 2.3, diff --git a/public/app/features/geo/gazetteer/gazetteer.test.ts b/public/app/features/geo/gazetteer/gazetteer.test.ts index f91d7d34fbd..45ee0005966 100644 --- a/public/app/features/geo/gazetteer/gazetteer.test.ts +++ b/public/app/features/geo/gazetteer/gazetteer.test.ts @@ -60,7 +60,7 @@ describe('Placename lookup from geojson format', () => { const gaz = await getGazetteer('local'); expect(gaz.error).toBeUndefined(); expect(getCenterPointWGS84(gaz.find('A')?.geometry())).toMatchInlineSnapshot(` - Array [ + [ 0, 0, ] @@ -71,7 +71,7 @@ describe('Placename lookup from geojson format', () => { const gaz = await getGazetteer('airports'); expect(gaz.error).toBeUndefined(); expect(getCenterPointWGS84(gaz.find('B')?.geometry())).toMatchInlineSnapshot(` - Array [ + [ 1, 1, ] @@ -83,7 +83,7 @@ describe('Placename lookup from geojson format', () => { const gaz = await getGazetteer('airports'); expect(gaz.error).toBeUndefined(); expect(getCenterPointWGS84(gaz.find('C')?.geometry())).toMatchInlineSnapshot(` - Array [ + [ 2, 2, ] diff --git a/public/app/features/geo/gazetteer/worldmap.test.ts b/public/app/features/geo/gazetteer/worldmap.test.ts index a43471f7363..d3342da7346 100644 --- a/public/app/features/geo/gazetteer/worldmap.test.ts +++ b/public/app/features/geo/gazetteer/worldmap.test.ts @@ -23,7 +23,7 @@ describe('Placename lookup from worldmap format', () => { const gaz = await getGazetteer('countries'); expect(gaz.error).toBeUndefined(); expect(toLonLat(gaz.find('US')?.point()?.getCoordinates()!)).toMatchInlineSnapshot(` - Array [ + [ -95.712891, 37.09023999999998, ] diff --git a/public/app/features/geo/utils/location.test.ts b/public/app/features/geo/utils/location.test.ts index 6257e890376..18ce5d83b1a 100644 --- a/public/app/features/geo/utils/location.test.ts +++ b/public/app/features/geo/utils/location.test.ts @@ -33,17 +33,17 @@ describe('handle location parsing', () => { const info = getGeometryField(frame, matchers); expect(info.field!.type).toBe(FieldType.geo); expect(info.field!.values.toArray().map((p) => toLonLat((p as Point).getCoordinates()))).toMatchInlineSnapshot(` - Array [ - Array [ - -122.01416015625001, - 36.979980468750014, - ], - Array [ - -73.98193359375, - 40.71533203125, - ], - ] - `); + [ + [ + -122.01416015625001, + 36.979980468750014, + ], + [ + -73.98193359375, + 40.71533203125, + ], + ] + `); }); it('auto should find coordinate fields', async () => { @@ -59,12 +59,12 @@ describe('handle location parsing', () => { const matchers = await getLocationMatchers(); const geo = getGeometryField(frame, matchers).field!; expect(geo.values.toArray().map((p) => toLonLat((p as Point).getCoordinates()))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 0, 0, ], - Array [ + [ -74.1, 40.69999999999999, ], @@ -86,12 +86,12 @@ describe('handle location parsing', () => { }); const geo = getGeometryField(frame, matchers).field!; expect(geo.values.toArray().map((p) => toLonLat((p as Point).getCoordinates()))).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ -122.01416015625001, 36.979980468750014, ], - Array [ + [ -73.98193359375, 40.71533203125, ], diff --git a/public/app/features/live/data/StreamingDataFrame.test.ts b/public/app/features/live/data/StreamingDataFrame.test.ts index 984203ddaf1..fb3baab7396 100644 --- a/public/app/features/live/data/StreamingDataFrame.test.ts +++ b/public/app/features/live/data/StreamingDataFrame.test.ts @@ -91,26 +91,26 @@ describe('Streaming JSON', () => { it('should create frame with schema & data', () => { expect(stream.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 100, 200, 300, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "a", "b", "c", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 1, 2, 3, @@ -128,28 +128,28 @@ describe('Streaming JSON', () => { }); expect(stream.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 100, 200, 300, 400, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "a", "b", "c", "d", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 1, 2, 3, @@ -168,28 +168,28 @@ describe('Streaming JSON', () => { }); expect(stream.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 200, 300, 400, 500, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "b", "c", "d", "e", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 2, 3, 4, @@ -212,10 +212,10 @@ describe('Streaming JSON', () => { }); expect(stream.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 400, 500, 501, @@ -223,9 +223,9 @@ describe('Streaming JSON', () => { 503, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "d", "e", "f", @@ -233,9 +233,9 @@ describe('Streaming JSON', () => { "h", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 4, 5, 6, @@ -264,10 +264,10 @@ describe('Streaming JSON', () => { }); expect(stream.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 500, 501, 502, @@ -275,9 +275,9 @@ describe('Streaming JSON', () => { 601, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "e", "f", "g", @@ -285,9 +285,9 @@ describe('Streaming JSON', () => { "i", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 5, 6, 7, @@ -296,9 +296,9 @@ describe('Streaming JSON', () => { 10, ], }, - Object { + { "name": "value2", - "value": Array [ + "value": [ undefined, undefined, undefined, @@ -559,26 +559,26 @@ describe('Streaming JSON', () => { ]); expect(frame.length).toEqual(3); expect(frame.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 300, 601, 602, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "c", "x", "y", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 3, 10, 11, @@ -604,24 +604,24 @@ describe('Streaming JSON', () => { ]); expect(frame.length).toEqual(2); expect(frame.fields.map((f) => ({ name: f.name, value: f.values.buffer }))).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "time", - "value": Array [ + "value": [ 601, 602, ], }, - Object { + { "name": "name", - "value": Array [ + "value": [ "x", "y", ], }, - Object { + { "name": "value", - "value": Array [ + "value": [ 10, 11, ], @@ -722,83 +722,83 @@ describe('Streaming JSON', () => { expect(stream.fields.map((f) => ({ name: f.name, labels: f.labels, values: f.values.buffer }))) .toMatchInlineSnapshot(` - Array [ - Object { + [ + { "labels": undefined, "name": "time", - "values": Array [ + "values": [ 100, 200, 300, 400, ], }, - Object { - "labels": Object { + { + "labels": { "sensor": "A", }, "name": "speed", - "values": Array [ + "values": [ 10, undefined, 30, undefined, ], }, - Object { - "labels": Object { + { + "labels": { "sensor": "A", }, "name": "light", - "values": Array [ + "values": [ 1, undefined, 5, undefined, ], }, - Object { - "labels": Object { + { + "labels": { "sensor": "B", }, "name": "speed", - "values": Array [ + "values": [ 15, 20, undefined, undefined, ], }, - Object { - "labels": Object { + { + "labels": { "sensor": "B", }, "name": "light", - "values": Array [ + "values": [ 2, 3, undefined, undefined, ], }, - Object { - "labels": Object { + { + "labels": { "sensor": "C", }, "name": "speed", - "values": Array [ + "values": [ undefined, 25, undefined, 40, ], }, - Object { - "labels": Object { + { + "labels": { "sensor": "C", }, "name": "light", - "values": Array [ + "values": [ undefined, 4, undefined, @@ -817,7 +817,7 @@ describe('Streaming JSON', () => { // names are based on legend format expect(stream.fields.map((f) => getFieldDisplayName(f, stream, [stream]))).toMatchInlineSnapshot(` - Array [ + [ "time: sensor", "speed: A", "light: A", @@ -860,14 +860,14 @@ describe('Streaming JSON', () => { }; expect(getSnapshot(stream)).toMatchInlineSnapshot(` - Object { - "info": Object { + { + "info": { "action": "replace", "length": 3, "number": 1, "schemaChanged": true, }, - "values": Array [ + "values": [ 1, 2, 3, @@ -884,14 +884,14 @@ describe('Streaming JSON', () => { }, }); expect(getSnapshot(stream)).toMatchInlineSnapshot(` - Object { - "info": Object { + { + "info": { "action": "append", "length": 2, "number": 2, "schemaChanged": false, }, - "values": Array [ + "values": [ 2, 3, 4, @@ -906,14 +906,14 @@ describe('Streaming JSON', () => { }, }); expect(getSnapshot(stream)).toMatchInlineSnapshot(` - Object { - "info": Object { + { + "info": { "action": "append", "length": 1, "number": 3, "schemaChanged": false, }, - "values": Array [ + "values": [ 3, 4, 5, @@ -946,25 +946,25 @@ describe('Streaming JSON', () => { let cTables = transpose(vrecsC); expect(cTables).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ "sensor=A", "sensor=C", ], - Array [ - Array [ - Array [ + [ + [ + [ 300, ], - Array [ + [ 30, ], ], - Array [ - Array [ + [ + [ 400, ], - Array [ + [ 40, ], ], @@ -975,16 +975,16 @@ describe('Streaming JSON', () => { let cJoined = join(cTables[1]); expect(cJoined).toMatchInlineSnapshot(` - Array [ - Array [ + [ + [ 300, 400, ], - Array [ + [ 30, undefined, ], - Array [ + [ undefined, 40, ], diff --git a/public/app/features/manage-dashboards/components/SnapshotListTable.test.tsx b/public/app/features/manage-dashboards/components/SnapshotListTable.test.tsx index ac89f7f9684..582566c98dd 100644 --- a/public/app/features/manage-dashboards/components/SnapshotListTable.test.tsx +++ b/public/app/features/manage-dashboards/components/SnapshotListTable.test.tsx @@ -38,15 +38,15 @@ describe('getSnapshots', () => { const results = await getSnapshots(); expect(results).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "external": true, "externalUrl": "https://www.externalSnapshotUrl.com", "key": "JRXqfKihKZek70FM6Xaq502NxH7OyyEs", "name": "Snap 1", "url": "/dashboard/snapshot/JRXqfKihKZek70FM6Xaq502NxH7OyyEs", }, - Object { + { "external": false, "externalUrl": "", "id": 3, diff --git a/public/app/features/panel/panellinks/linkSuppliers.test.ts b/public/app/features/panel/panellinks/linkSuppliers.test.ts index 2bdf1977972..e199d823823 100644 --- a/public/app/features/panel/panellinks/linkSuppliers.test.ts +++ b/public/app/features/panel/panellinks/linkSuppliers.test.ts @@ -120,36 +120,36 @@ describe('getFieldLinksSupplier', () => { }; }); expect(links).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "href": "http://go/100.200 kW", "title": "By Name", }, - Object { + { "href": "http://go/100.200 kW", "title": "By Index", }, - Object { + { "href": "http://go/100.200 kW", "title": "By Title", }, - Object { + { "href": "http://go/100.2000001", "title": "Numeric Value", }, - Object { + { "href": "http://go/100.200", "title": "Text (no suffix)", }, - Object { + { "href": "http://go/\${__data.fields.XYZ}", "title": "Unknown Field", }, - Object { + { "href": "http://go/Hello Templates", "title": "Data Frame name", }, - Object { + { "href": "http://go/ZZZ", "title": "Data Frame refId", }, diff --git a/public/app/features/plugins/tests/datasource_srv.test.ts b/public/app/features/plugins/tests/datasource_srv.test.ts index 14517b7d3e8..1ab3a3be536 100644 --- a/public/app/features/plugins/tests/datasource_srv.test.ts +++ b/public/app/features/plugins/tests/datasource_srv.test.ts @@ -169,7 +169,7 @@ describe('datasource_srv', () => { expect(ds?.name).toBe('${datasource}'); expect(ds?.uid).toBe('${datasource}'); expect(ds?.rawRef).toMatchInlineSnapshot(` - Object { + { "type": "test-db", "uid": "uid-code-BBB", } @@ -193,7 +193,7 @@ describe('datasource_srv', () => { expect(ds?.name).toBe('${datasourceDefault}'); expect(ds?.uid).toBe('${datasourceDefault}'); expect(ds?.rawRef).toMatchInlineSnapshot(` - Object { + { "type": "test-db", "uid": "uid-code-BBB", } @@ -239,26 +239,26 @@ describe('datasource_srv', () => { it('Can get list of data sources with metrics: true, builtIn: true, mixed: true', () => { expect(dataSourceSrv.getList({ metrics: true, dashboard: true, mixed: true })).toMatchInlineSnapshot(` - Array [ - Object { - "meta": Object { + [ + { + "meta": { "metrics": true, }, "name": "aaa", "type": "test-db", "uid": "uid-code-aaa", }, - Object { + { "isDefault": true, - "meta": Object { + "meta": { "metrics": true, }, "name": "BBB", "type": "test-db", "uid": "uid-code-BBB", }, - Object { - "meta": Object { + { + "meta": { "annotations": true, "metrics": true, }, @@ -266,16 +266,16 @@ describe('datasource_srv', () => { "type": "test-db", "uid": "uid-code-mmm", }, - Object { - "meta": Object { + { + "meta": { "metrics": true, }, "name": "ZZZ", "type": "test-db", "uid": "uid-code-ZZZ", }, - Object { - "meta": Object { + { + "meta": { "builtIn": true, "id": "mixed", "metrics": true, @@ -284,8 +284,8 @@ describe('datasource_srv', () => { "type": "test-db", "uid": "-- Mixed --", }, - Object { - "meta": Object { + { + "meta": { "builtIn": true, "id": "dashboard", "metrics": true, @@ -294,8 +294,8 @@ describe('datasource_srv', () => { "type": "dashboard", "uid": "-- Dashboard --", }, - Object { - "meta": Object { + { + "meta": { "builtIn": true, "id": "grafana", "metrics": true, diff --git a/public/app/features/query/state/runRequest.test.ts b/public/app/features/query/state/runRequest.test.ts index 366e0282be9..52ec24b2481 100644 --- a/public/app/features/query/state/runRequest.test.ts +++ b/public/app/features/query/state/runRequest.test.ts @@ -209,12 +209,12 @@ describe('runRequest', () => { it('should keep data for X and Y', () => { expect(ctx.results[2].series).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "name": "DataX-1", "refId": "X", }, - Object { + { "name": "DataY-2", "refId": "Y", }, diff --git a/public/app/features/query/state/updateQueries.test.ts b/public/app/features/query/state/updateQueries.test.ts index f761b7a1d85..fd95693c388 100644 --- a/public/app/features/query/state/updateQueries.test.ts +++ b/public/app/features/query/state/updateQueries.test.ts @@ -226,9 +226,9 @@ describe('updateQueries with import', () => { expect(importSpy).toBeCalledWith(queries.map((q) => ({ ...q, exported: true }))); expect(updated).toMatchInlineSnapshot(` - Array [ - Object { - "datasource": Object { + [ + { + "datasource": { "type": "new-type", "uid": "new-uid", }, @@ -236,8 +236,8 @@ describe('updateQueries with import', () => { "imported": true, "refId": "A", }, - Object { - "datasource": Object { + { + "datasource": { "type": "new-type", "uid": "new-uid", }, @@ -349,17 +349,17 @@ describe('updateQueries with import', () => { expect(importSpy).toBeCalledWith(queries, { uid: 'old-uid', type: 'old-type', meta: { id: 'old-type' } }); expect(updated).toMatchInlineSnapshot(` - Array [ - Object { - "datasource": Object { + [ + { + "datasource": { "type": "new-type", "uid": "new-uid", }, "imported": true, "refId": "A", }, - Object { - "datasource": Object { + { + "datasource": { "type": "new-type", "uid": "new-uid", }, diff --git a/public/app/features/search/service/frontend.test.ts b/public/app/features/search/service/frontend.test.ts index 11beefac3e9..dbb64328381 100644 --- a/public/app/features/search/service/frontend.test.ts +++ b/public/app/features/search/service/frontend.test.ts @@ -26,7 +26,7 @@ describe('FrontendSearcher', () => { const results = await frontendSearcher.search(query); expect(results.view.fields.name.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ "foo cat", "bar dog", "cow baz", @@ -44,7 +44,7 @@ describe('FrontendSearcher', () => { const results = await frontendSearcher.search(query); expect(results.view.fields.name.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ "bar dog", "cow baz", ] @@ -61,7 +61,7 @@ describe('FrontendSearcher', () => { const results = await frontendSearcher.search(query); expect(results.view.fields.name.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ "bar dog", ] `); diff --git a/public/app/features/transformers/calculateHeatmap/heatmap.test.ts b/public/app/features/transformers/calculateHeatmap/heatmap.test.ts index afbbcd4a1d3..bff77a8fcff 100644 --- a/public/app/features/transformers/calculateHeatmap/heatmap.test.ts +++ b/public/app/features/transformers/calculateHeatmap/heatmap.test.ts @@ -19,16 +19,16 @@ describe('Heatmap transformer', () => { const heatmap = calculateHeatmapFromData([data], options); expect(heatmap.fields.map((f) => ({ name: f.name, type: f.type, config: f.config }))).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, + [ + { + "config": {}, "name": "xMin", "type": "time", }, - Object { - "config": Object { - "custom": Object { - "scaleDistribution": Object { + { + "config": { + "custom": { + "scaleDistribution": { "type": "linear", }, }, @@ -37,8 +37,8 @@ describe('Heatmap transformer', () => { "name": "yMin", "type": "number", }, - Object { - "config": Object { + { + "config": { "unit": "short", }, "name": "Count", @@ -60,21 +60,21 @@ describe('Heatmap transformer', () => { const heatmap = rowsToCellsHeatmap({ frame, value: 'Speed' }); expect(heatmap.fields.map((f) => ({ name: f.name, type: f.type, config: f.config }))).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, + [ + { + "config": {}, "name": "xMax", "type": "time", }, - Object { - "config": Object { + { + "config": { "unit": "short", }, "name": "y", "type": "number", }, - Object { - "config": Object { + { + "config": { "unit": "m2", }, "name": "Speed", @@ -83,10 +83,10 @@ describe('Heatmap transformer', () => { ] `); expect(heatmap.meta).toMatchInlineSnapshot(` - Object { - "custom": Object { + { + "custom": { "yMatchWithLabel": undefined, - "yOrdinalDisplay": Array [ + "yOrdinalDisplay": [ "A", "B", "C", @@ -96,7 +96,7 @@ describe('Heatmap transformer', () => { } `); expect(heatmap.fields[1].values.toArray()).toMatchInlineSnapshot(` - Array [ + [ 0, 1, 2, diff --git a/public/app/features/transformers/configFromQuery/configFromQuery.test.ts b/public/app/features/transformers/configFromQuery/configFromQuery.test.ts index 2e5266590c1..08f0f7efb87 100644 --- a/public/app/features/transformers/configFromQuery/configFromQuery.test.ts +++ b/public/app/features/transformers/configFromQuery/configFromQuery.test.ts @@ -132,20 +132,20 @@ describe('value mapping from data', () => { const results = extractConfigFromQuery(options, [config, seriesA]); expect(results[0].fields[1].config.mappings).toMatchInlineSnapshot(` - Array [ - Object { - "options": Object { - "1": Object { + [ + { + "options": { + "1": { "color": "red", "index": 0, "text": "one", }, - "2": Object { + "2": { "color": "blue", "index": 1, "text": "two", }, - "3": Object { + "3": { "color": "green", "index": 2, "text": "three", diff --git a/public/app/features/transformers/extractFields/extractFields.test.ts b/public/app/features/transformers/extractFields/extractFields.test.ts index a25d7b299d0..949fbdf6ccc 100644 --- a/public/app/features/transformers/extractFields/extractFields.test.ts +++ b/public/app/features/transformers/extractFields/extractFields.test.ts @@ -21,7 +21,7 @@ describe('Fields from JSON', () => { return acc; }, {} as any) ).toMatchInlineSnapshot(` - Object { + { "a": "string", "av": "number", "c": "string", diff --git a/public/app/features/transformers/extractFields/fieldExtractor.test.ts b/public/app/features/transformers/extractFields/fieldExtractor.test.ts index fd1b62a7d8d..8e5f9865a31 100644 --- a/public/app/features/transformers/extractFields/fieldExtractor.test.ts +++ b/public/app/features/transformers/extractFields/fieldExtractor.test.ts @@ -6,7 +6,7 @@ describe('Extract fields from text', () => { const out = extractor.parse('{"a":"148.1672","av":41923755,"c":148.25}'); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "148.1672", "av": 41923755, "c": 148.25, @@ -18,7 +18,7 @@ describe('Extract fields from text', () => { const extractor = fieldExtractors.get(FieldExtractorID.KeyValues); const out = extractor.parse('a="1", "b"=\'2\',c=3 x:y ;\r\nz="d and 4"'); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "1", "b": "2", "c": "3", @@ -35,12 +35,12 @@ describe('Extract fields from text', () => { ); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "1", "b": "2", "c": "3", "x": "y", - "z": "dbl_quotes=\\"Double Quotes\\" sgl_quotes='Single Quotes'", + "z": "dbl_quotes="Double Quotes" sgl_quotes='Single Quotes'", } `); }); @@ -50,7 +50,7 @@ describe('Extract fields from text', () => { const out = extractor.parse(`a="1", "b"=\'2\',c=3 x:y ;\r\nz="This is; testing& validating, 1=:2"`); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "1", "b": "2", "c": "3", @@ -65,7 +65,7 @@ describe('Extract fields from text', () => { const out = extractor.parse(`a=, "b"=\'2\',c=3 x: `); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "", "b": "2", "c": "3", @@ -78,7 +78,7 @@ describe('Extract fields from text', () => { const extractor = fieldExtractors.get(FieldExtractorID.KeyValues); const out = extractor.parse('a="1", "b"=\'2\',c=3 x:y ;\r\nz="7"'); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "1", "b": "2", "c": "3", @@ -92,7 +92,7 @@ describe('Extract fields from text', () => { const extractor = fieldExtractors.get(FieldExtractorID.KeyValues); const out = extractor.parse('a=b&c=d&x=123'); expect(out).toMatchInlineSnapshot(` - Object { + { "a": "b", "c": "d", "x": "123", @@ -104,7 +104,7 @@ describe('Extract fields from text', () => { const extractor = fieldExtractors.get(FieldExtractorID.KeyValues); const out = extractor.parse('{foo="bar", baz="42"}'); expect(out).toMatchInlineSnapshot(` - Object { + { "baz": "42", "foo": "bar", } diff --git a/public/app/features/transformers/joinByLabels/joinByLabels.test.ts b/public/app/features/transformers/joinByLabels/joinByLabels.test.ts index 7e8acc9f4f7..aeaf32651c6 100644 --- a/public/app/features/transformers/joinByLabels/joinByLabels.test.ts +++ b/public/app/features/transformers/joinByLabels/joinByLabels.test.ts @@ -55,35 +55,35 @@ describe('Join by labels', () => { }, input ); - expect(result.fields[result.fields.length - 1].config).toMatchInlineSnapshot(`Object {}`); + expect(result.fields[result.fields.length - 1].config).toMatchInlineSnapshot(`{}`); expect(toRowsSnapshow(result)).toMatchInlineSnapshot(` - Object { - "columns": Array [ + { + "columns": [ "cluster", "job", "Temp", "Speed", ], - "rows": Array [ - Array [ + "rows": [ + [ "A", "J1", 10, undefined, ], - Array [ + [ "A", "J1", 200, undefined, ], - Array [ + [ "B", "J1", 10, 22, ], - Array [ + [ "B", "J1", 200, @@ -115,21 +115,21 @@ describe('Join by labels', () => { input ); expect(result).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object {}, + { + "fields": [ + { + "config": {}, "name": "Error", "type": "string", - "values": Array [ + "values": [ "No labels in result", ], }, ], "length": 0, - "meta": Object { - "notices": Array [ - Object { + "meta": { + "notices": [ + { "severity": "error", "text": "No labels in result", }, diff --git a/public/app/features/transformers/lookupGazetteer/fieldLookup.test.ts b/public/app/features/transformers/lookupGazetteer/fieldLookup.test.ts index be0f273246f..ee4ad88faf8 100644 --- a/public/app/features/transformers/lookupGazetteer/fieldLookup.test.ts +++ b/public/app/features/transformers/lookupGazetteer/fieldLookup.test.ts @@ -36,12 +36,12 @@ describe('Lookup gazetteer', () => { const out = await addFieldsFromGazetteer([data], gaz, matcher)[0]; expect(out.fields).toMatchInlineSnapshot(` - Array [ - Object { - "config": Object {}, + [ + { + "config": {}, "name": "location", "type": "string", - "values": Array [ + "values": [ "AL", "AK", "Arizona", @@ -49,11 +49,11 @@ describe('Lookup gazetteer', () => { "Somewhere", ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "id", "type": "string", - "values": Array [ + "values": [ "AL", "AK", , @@ -61,11 +61,11 @@ describe('Lookup gazetteer', () => { , ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "name", "type": "string", - "values": Array [ + "values": [ "Alabama", "Arkansas", , @@ -73,11 +73,11 @@ describe('Lookup gazetteer', () => { , ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "lng", "type": "number", - "values": Array [ + "values": [ -80.891064, -100.891064, , @@ -85,11 +85,11 @@ describe('Lookup gazetteer', () => { , ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "lat", "type": "number", - "values": Array [ + "values": [ 12.448457, 24.448457, , @@ -97,15 +97,15 @@ describe('Lookup gazetteer', () => { , ], }, - Object { - "config": Object {}, + { + "config": {}, "name": "values", - "state": Object { + "state": { "displayName": "values", "multipleFrames": false, }, "type": "number", - "values": Array [ + "values": [ 0, 10, 5, diff --git a/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts b/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts index 4dd2dc7b030..3cc056fe66d 100644 --- a/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts +++ b/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts @@ -85,59 +85,59 @@ describe('Prepare time series transformer', () => { values: f.fields[1].values.toArray(), })) ).toMatchInlineSnapshot(` - Array [ - Object { - "labels": Object { + [ + { + "labels": { "region": "a", }, "name": "wide", - "time": Array [ + "time": [ 1, 2, ], - "values": Array [ + "values": [ 10, 30, ], }, - Object { - "labels": Object { + { + "labels": { "region": "b", }, "name": "wide", - "time": Array [ + "time": [ 1, 2, ], - "values": Array [ + "values": [ 20, 40, ], }, - Object { - "labels": Object { + { + "labels": { "region": "a", }, "name": "wide", - "time": Array [ + "time": [ 1, 2, ], - "values": Array [ + "values": [ 2, 4, ], }, - Object { - "labels": Object { + { + "labels": { "region": "b", }, "name": "wide", - "time": Array [ + "time": [ 1, 2, ], - "values": Array [ + "values": [ 3, 5, ], diff --git a/public/app/features/transformers/rowsToFields/rowsToFields.test.ts b/public/app/features/transformers/rowsToFields/rowsToFields.test.ts index 9b6c6f3b583..bcfab657e51 100644 --- a/public/app/features/transformers/rowsToFields/rowsToFields.test.ts +++ b/public/app/features/transformers/rowsToFields/rowsToFields.test.ts @@ -27,31 +27,31 @@ describe('Rows to fields', () => { ); expect(result).toMatchInlineSnapshot(` - Object { - "fields": Array [ - Object { - "config": Object { + { + "fields": [ + { + "config": { "max": 15, "min": 3, "unit": "degree", }, - "labels": Object {}, + "labels": {}, "name": "Temperature", "type": "number", - "values": Array [ + "values": [ 10, ], }, - Object { - "config": Object { + { + "config": { "max": 200, "min": 100, "unit": "pressurebar", }, - "labels": Object {}, + "labels": {}, "name": "Pressure", "type": "number", - "values": Array [ + "values": [ 200, ], }, diff --git a/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringDatasource.ts b/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringDatasource.ts index 50f465b96f4..390310cbac6 100644 --- a/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringDatasource.ts +++ b/public/app/plugins/datasource/cloud-monitoring/__mocks__/cloudMonitoringDatasource.ts @@ -17,5 +17,5 @@ export const createMockDatasource = (overrides?: Partial) => { ...overrides, }; - return jest.mocked(datasource as Datasource, true); + return jest.mocked(datasource as Datasource); }; diff --git a/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts b/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts index 4086d9c956d..c353dd7559a 100644 --- a/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts +++ b/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts @@ -77,11 +77,11 @@ describe('SharedQueryRunner', () => { }).subscribe((v) => { try { expect(v).toMatchInlineSnapshot(` - Object { + { "annotations": undefined, - "series": Array [ - Object { - "fields": Array [], + "series": [ + { + "fields": [], "length": 0, "refId": "X", }, diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/datasource.ts b/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/datasource.ts index a6d66c28ed6..13ccd63ac85 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/datasource.ts +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/datasource.ts @@ -49,5 +49,5 @@ export default function createMockDatasource(overrides?: DeepPartial const mockDatasource = _mockDatasource as Datasource; - return jest.mocked(mockDatasource, true); + return jest.mocked(mockDatasource); } diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/panelData.ts b/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/panelData.ts index 9ccdfe28a92..640f96c5db6 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/panelData.ts +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/panelData.ts @@ -46,5 +46,5 @@ export default function createMockPanelData(overrides?: DeepPartial) const mockPanelData = _mockPanelData as PanelData; - return jest.mocked(mockPanelData, true); + return jest.mocked(mockPanelData); } diff --git a/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.test.ts b/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.test.ts index 540d3e04834..05ee0215a38 100644 --- a/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.test.ts +++ b/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.test.ts @@ -775,16 +775,16 @@ describe('AzureMonitorDatasource', () => { }) .then((results: any) => { expect(results.dimensions).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "label": "Response type", "value": "ResponseType", }, - Object { + { "label": "Geo type", "value": "GeoType", }, - Object { + { "label": "API name", "value": "ApiName", }, diff --git a/public/app/plugins/datasource/graphite/meta.test.ts b/public/app/plugins/datasource/graphite/meta.test.ts index 647341005c9..a417d834558 100644 --- a/public/app/plugins/datasource/graphite/meta.test.ts +++ b/public/app/plugins/datasource/graphite/meta.test.ts @@ -5,29 +5,29 @@ describe('metadata parsing', () => { const retentions = '1s:35d:20min:5:1542274085,1min:38d:2h:1:true,10min:120d:6h:1:true,2h:2y:6h:2'; const info = parseSchemaRetentions(retentions); expect(info).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "chunkspan": "20min", "interval": "1s", "numchunks": 5, "ready": 1542274085, "retention": "35d", }, - Object { + { "chunkspan": "2h", "interval": "1min", "numchunks": 1, "ready": true, "retention": "38d", }, - Object { + { "chunkspan": "6h", "interval": "10min", "numchunks": 1, "ready": true, "retention": "120d", }, - Object { + { "chunkspan": "6h", "interval": "2h", "numchunks": 2, diff --git a/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.test.tsx b/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.test.tsx index ad9d01d6722..5f48c504af6 100644 --- a/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.test.tsx +++ b/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.test.tsx @@ -1,4 +1,4 @@ -import { render, screen } from '@testing-library/react'; +import { act, render, screen } from '@testing-library/react'; import React from 'react'; import { DataSourcePluginMeta } from '@grafana/data'; @@ -39,7 +39,9 @@ describe('LokiQueryBuilderContainer', () => { render(); const selector = await screen.findByLabelText('selector'); expect(selector.textContent).toBe('{job="testjob"}'); - await addOperation('Range functions', 'Rate'); + await act(async () => { + await addOperation('Range functions', 'Rate'); + }); expect(await screen.findByText('Rate')).toBeInTheDocument(); expect(props.onChange).toBeCalledWith({ expr: 'rate({job="testjob"} [$__interval])', diff --git a/public/app/plugins/panel/barchart/__snapshots__/utils.test.ts.snap b/public/app/plugins/panel/barchart/__snapshots__/utils.test.ts.snap index 874d31dbfd9..9fe14c366ec 100644 --- a/public/app/plugins/panel/barchart/__snapshots__/utils.test.ts.snap +++ b/public/app/plugins/panel/barchart/__snapshots__/utils.test.ts.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`BarChart utils preparePlotConfigBuilder orientation 1`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -21,7 +21,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -30,11 +30,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -48,7 +48,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -58,17 +58,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -78,33 +78,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -114,7 +114,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -126,16 +126,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -155,13 +155,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder orientation 2`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -175,7 +175,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -184,11 +184,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -202,7 +202,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -212,17 +212,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -232,33 +232,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -268,7 +268,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -280,16 +280,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -309,13 +309,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder orientation 3`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -329,7 +329,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -338,11 +338,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -356,7 +356,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -366,17 +366,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -386,33 +386,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -422,7 +422,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": 1, @@ -434,16 +434,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -463,13 +463,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder stacking 1`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -483,7 +483,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -492,11 +492,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -510,7 +510,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -520,17 +520,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -540,33 +540,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -576,7 +576,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -588,16 +588,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -617,13 +617,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder stacking 2`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -637,7 +637,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -646,11 +646,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -664,7 +664,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -674,17 +674,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -694,33 +694,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -730,7 +730,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -742,16 +742,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -771,13 +771,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder stacking 3`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -791,7 +791,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -800,11 +800,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -818,7 +818,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -828,17 +828,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -848,33 +848,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -884,7 +884,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -896,16 +896,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -925,13 +925,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder value visibility 1`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -945,7 +945,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -954,11 +954,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -972,7 +972,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -982,17 +982,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -1002,33 +1002,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -1038,7 +1038,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -1050,16 +1050,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, @@ -1079,13 +1079,13 @@ Object { `; exports[`BarChart utils preparePlotConfigBuilder value visibility 2`] = ` -Object { - "axes": Array [ - Object { +{ + "axes": [ + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 15, - "grid": Object { + "grid": { "show": false, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -1099,7 +1099,7 @@ Object { "space": [Function], "splits": [Function], "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": false, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -1108,11 +1108,11 @@ Object { "timeZone": undefined, "values": [Function], }, - Object { + { "filter": undefined, - "font": "12px \\"Roboto\\", \\"Helvetica\\", \\"Arial\\", sans-serif", + "font": "12px "Roboto", "Helvetica", "Arial", sans-serif", "gap": 5, - "grid": Object { + "grid": { "show": true, "stroke": "rgba(240, 250, 255, 0.09)", "width": 1, @@ -1126,7 +1126,7 @@ Object { "space": [Function], "splits": undefined, "stroke": "rgb(204, 204, 220)", - "ticks": Object { + "ticks": { "show": true, "size": 4, "stroke": "rgba(240, 250, 255, 0.09)", @@ -1136,17 +1136,17 @@ Object { "values": [Function], }, ], - "cursor": Object { + "cursor": { "dataIdx": [Function], - "drag": Object { + "drag": { "setScale": false, "x": false, "y": false, }, - "focus": Object { + "focus": { "prox": 30, }, - "points": Object { + "points": { "bbox": [Function], "fill": "rgba(255,255,255,0.4)", "size": [Function], @@ -1156,33 +1156,33 @@ Object { "x": false, "y": false, }, - "focus": Object { + "focus": { "alpha": 1, }, - "hooks": Object { - "draw": Array [ + "hooks": { + "draw": [ [Function], ], - "drawClear": Array [ + "drawClear": [ [Function], ], - "init": Array [ + "init": [ [Function], ], }, - "legend": Object { + "legend": { "show": false, }, "mode": 1, "ms": 1, - "padding": Array [ + "padding": [ [Function], [Function], [Function], [Function], ], - "scales": Object { - "m/s": Object { + "scales": { + "m/s": { "asinh": undefined, "auto": true, "dir": 1, @@ -1192,7 +1192,7 @@ Object { "range": [Function], "time": undefined, }, - "x": Object { + "x": { "asinh": undefined, "auto": true, "dir": -1, @@ -1204,16 +1204,16 @@ Object { }, }, "select": undefined, - "series": Array [ - Object { + "series": [ + { "value": [Function], }, - Object { + { "facets": undefined, "fill": [Function], "gaps": [Function], "paths": [Function], - "points": Object { + "points": { "fill": "#808080", "filter": undefined, "size": undefined, diff --git a/public/app/plugins/panel/barchart/utils.test.ts b/public/app/plugins/panel/barchart/utils.test.ts index 4b917ab6b7f..8cfc749eb93 100644 --- a/public/app/plugins/panel/barchart/utils.test.ts +++ b/public/app/plugins/panel/barchart/utils.test.ts @@ -202,14 +202,14 @@ describe('BarChart utils', () => { const field = displayValues.viz[0].fields[1]; expect(field.values.toArray()).toMatchInlineSnapshot(` - Array [ - -10, - null, - 10, - null, - null, - ] - `); + [ + -10, + null, + 10, + null, + null, + ] + `); }); it('should sort fields when legend sortBy and sortDesc are set', () => { diff --git a/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts b/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts index 14b08ad0b88..44c75efcefb 100644 --- a/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts +++ b/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts @@ -50,29 +50,29 @@ describe('BarGauge Panel Migrations', () => { // should mutate panel model and move field config out of panel.options expect((panel as PanelModel).fieldConfig).toMatchInlineSnapshot(` - Object { - "defaults": Object { - "color": Object { + { + "defaults": { + "color": { "mode": "thresholds", }, "decimals": null, - "mappings": Array [], + "mappings": [], "max": 33, "min": -22, - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "green", "index": 0, "value": -Infinity, }, - Object { + { "color": "orange", "index": 1, "value": 40, }, - Object { + { "color": "red", "index": 2, "value": 80, @@ -81,17 +81,17 @@ describe('BarGauge Panel Migrations', () => { }, "unit": "watt", }, - "overrides": Array [], + "overrides": [], } `); // should options options expect(newOptions).toMatchInlineSnapshot(` - Object { + { "displayMode": "lcd", "orientation": "vertical", - "reduceOptions": Object { - "calcs": Array [ + "reduceOptions": { + "calcs": [ "mean", ], "limit": undefined, diff --git a/public/app/plugins/panel/candlestick/fields.test.ts b/public/app/plugins/panel/candlestick/fields.test.ts index 2f68c4bf838..2fbc73c32ec 100644 --- a/public/app/plugins/panel/candlestick/fields.test.ts +++ b/public/app/plugins/panel/candlestick/fields.test.ts @@ -44,7 +44,7 @@ describe('Candlestick data', () => { theme ); expect(info?.names).toMatchInlineSnapshot(` - Object { + { "close": "Next open", "high": "MAX", "low": "min", @@ -82,13 +82,13 @@ describe('Candlestick data', () => { // Close should be offset by one and dupliate last point expect({ open: info.open!.values.toArray(), close: info.close!.values.toArray() }).toMatchInlineSnapshot(` - Object { - "close": Array [ + { + "close": [ 5, 6, 6, ], - "open": Array [ + "open": [ 4, 5, 6, diff --git a/public/app/plugins/panel/flamegraph/components/FlameGraph/__snapshots__/FlameGraph.test.tsx.snap b/public/app/plugins/panel/flamegraph/components/FlameGraph/__snapshots__/FlameGraph.test.tsx.snap index e7adebec7e1..ff595f45137 100644 --- a/public/app/plugins/panel/flamegraph/components/FlameGraph/__snapshots__/FlameGraph.test.tsx.snap +++ b/public/app/plugins/panel/flamegraph/components/FlameGraph/__snapshots__/FlameGraph.test.tsx.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`FlameGraph should render correctly 1`] = ` -Array [ - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ +[ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17,14 +17,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1599, "x": 0.5, "y": 0, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36,7 +36,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -46,13 +46,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -62,14 +62,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1599, "x": 0.5, "y": 0, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -81,7 +81,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -91,14 +91,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "total (16.5 Bil)", "x": 4, "y": 11, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -108,12 +108,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -123,14 +123,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 397.5419198055893, "x": 0.5, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -142,7 +142,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -152,13 +152,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -168,14 +168,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 397.5419198055893, "x": 0.5, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -187,7 +187,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -197,14 +197,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/agent.(*Target).start.func1 (4.10 Bil)", "x": 4, "y": 33, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -214,12 +214,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -229,14 +229,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 546.26609963548, "x": 399.0419198055893, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -248,7 +248,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -258,13 +258,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -274,14 +274,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 546.26609963548, "x": 399.0419198055893, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -293,7 +293,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -303,14 +303,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.(*conn).serve (5.63 Bil)", "x": 402.5419198055893, "y": 33, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -320,12 +320,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -335,14 +335,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 600.7010935601459, "x": 946.3080194410693, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -354,7 +354,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -364,13 +364,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -380,14 +380,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 600.7010935601459, "x": 946.3080194410693, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -399,7 +399,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -409,14 +409,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.gcBgMarkWorker (6.19 Bil)", "x": 949.8080194410693, "y": 33, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -426,13 +426,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -442,14 +442,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 1547.5091130012152, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -461,7 +461,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -471,12 +471,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -486,14 +486,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 1551.897326852977, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -505,7 +505,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -515,13 +515,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -531,14 +531,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 1551.897326852977, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -550,7 +550,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -560,12 +560,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -575,14 +575,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 1568.4222357229648, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -594,7 +594,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -604,13 +604,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -620,14 +620,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 1568.4222357229648, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -639,7 +639,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -649,13 +649,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -665,14 +665,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.552855407047389, "x": 1584.4471445929528, "y": 22, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -684,7 +684,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -694,12 +694,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -709,14 +709,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 397.5419198055893, "x": 0.5, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -728,7 +728,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -738,13 +738,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -754,14 +754,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 397.5419198055893, "x": 0.5, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -773,7 +773,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -783,14 +783,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/agent.(*Target).scrape (4.10 Bil)", "x": 4, "y": 55, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -800,12 +800,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -815,14 +815,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -834,7 +834,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -844,13 +844,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -860,14 +860,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -879,7 +879,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -889,14 +889,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.serverHandler.ServeHTTP (5.58 Bil)", "x": 402.5419198055893, "y": 55, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -906,13 +906,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -922,14 +922,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 940.947752126367, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -941,7 +941,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -951,12 +951,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -966,14 +966,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 598.7569866342649, "x": 946.3080194410693, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -985,7 +985,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -995,13 +995,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1011,14 +1011,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 598.7569866342649, "x": 946.3080194410693, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1030,7 +1030,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1040,14 +1040,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.systemstack (6.17 Bil)", "x": 949.8080194410693, "y": 55, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1057,13 +1057,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1073,14 +1073,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 1545.5650060753342, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1092,7 +1092,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1102,12 +1102,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1117,14 +1117,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.552855407047389, "x": 1551.897326852977, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1136,7 +1136,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1146,13 +1146,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1162,14 +1162,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.552855407047389, "x": 1551.897326852977, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1181,7 +1181,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1191,13 +1191,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1207,14 +1207,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 33.0498177399757, "x": 1566.9501822600243, "y": 44, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1226,7 +1226,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1236,12 +1236,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1251,14 +1251,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 355.74362089914945, "x": 0.5, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1270,7 +1270,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1280,13 +1280,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1296,14 +1296,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 355.74362089914945, "x": 0.5, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1315,7 +1315,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1325,14 +1325,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/distributor.(*Distributor).Push (3.67 Bil)", "x": 4, "y": 77, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1342,12 +1342,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1357,14 +1357,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1376,7 +1376,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1386,13 +1386,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1402,14 +1402,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1421,7 +1421,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1431,14 +1431,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "io/ioutil.ReadAll (430 Mil)", "x": 360.74362089914945, "y": 77, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1448,12 +1448,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1463,14 +1463,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1482,7 +1482,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1492,13 +1492,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1508,14 +1508,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1527,7 +1527,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1537,14 +1537,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.HandlerFunc.ServeHTTP (5.58 Bil)", "x": 402.5419198055893, "y": 77, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1554,13 +1554,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1570,14 +1570,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 940.947752126367, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1589,7 +1589,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1599,12 +1599,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1614,14 +1614,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 598.7569866342649, "x": 946.3080194410693, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1633,7 +1633,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1643,13 +1643,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1659,14 +1659,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 598.7569866342649, "x": 946.3080194410693, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1678,7 +1678,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1688,14 +1688,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.gcBgMarkWorker.func2 (6.17 Bil)", "x": 949.8080194410693, "y": 77, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1705,13 +1705,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1721,14 +1721,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.441069258809236, "x": 1545.5650060753342, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1740,7 +1740,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1750,13 +1750,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1766,14 +1766,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 32.077764277035236, "x": 1567.9222357229648, "y": 66, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1785,7 +1785,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1795,12 +1795,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1810,14 +1810,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 108.84204131227219, "x": 0.5, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1829,7 +1829,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1839,13 +1839,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1855,14 +1855,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 108.84204131227219, "x": 0.5, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1874,7 +1874,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1884,14 +1884,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/gzip.(*Writer).Write (1.13 Bil)", "x": 4, "y": 99, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1901,12 +1901,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1916,14 +1916,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 36.91008505467801, "x": 110.34204131227219, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1935,7 +1935,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1945,13 +1945,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -1961,14 +1961,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 36.91008505467801, "x": 110.34204131227219, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1980,7 +1980,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -1990,14 +1990,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/pprof.OpenRaw (390 Mil)", "x": 113.84204131227219, "y": 99, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2007,12 +2007,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2022,14 +2022,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 148.2521263669502, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2041,7 +2041,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2051,13 +2051,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2067,14 +2067,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 148.2521263669502, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2086,7 +2086,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2096,12 +2096,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2111,14 +2111,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 177.85783718104497, "x": 168.66524908869988, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2130,7 +2130,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2140,13 +2140,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2156,14 +2156,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 177.85783718104497, "x": 168.66524908869988, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2175,7 +2175,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2185,14 +2185,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/pprof.(*Profile).Normalize (1.84 Bil)", "x": 172.16524908869988, "y": 99, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2202,13 +2202,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2218,14 +2218,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.720534629404618, "x": 347.02308626974485, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2237,7 +2237,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2247,12 +2247,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2262,14 +2262,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2281,7 +2281,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2291,13 +2291,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2307,14 +2307,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2326,7 +2326,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2336,14 +2336,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "io.ReadAll (430 Mil)", "x": 360.74362089914945, "y": 99, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2353,12 +2353,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2368,14 +2368,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2387,7 +2387,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2397,13 +2397,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2413,14 +2413,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2432,7 +2432,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2442,14 +2442,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/util.glob..func1.1 (5.58 Bil)", "x": 402.5419198055893, "y": 99, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2459,13 +2459,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2475,14 +2475,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 940.947752126367, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2494,7 +2494,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2504,12 +2504,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2519,14 +2519,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 589.0364520048603, "x": 946.3080194410693, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2538,7 +2538,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2548,13 +2548,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2564,14 +2564,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 589.0364520048603, "x": 946.3080194410693, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2583,7 +2583,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2593,14 +2593,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.gcDrain (6.07 Bil)", "x": 949.8080194410693, "y": 99, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2610,13 +2610,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2626,14 +2626,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.552855407047389, "x": 1535.8444714459297, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2645,7 +2645,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2655,13 +2655,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2671,14 +2671,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1558.2017010935601, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2690,7 +2690,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2700,13 +2700,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2716,14 +2716,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 32.077764277035236, "x": 1567.9222357229648, "y": 88, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2735,7 +2735,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2745,12 +2745,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2760,14 +2760,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 102.03766707168894, "x": 0.5, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2779,7 +2779,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2789,13 +2789,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2805,14 +2805,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 102.03766707168894, "x": 0.5, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2824,7 +2824,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2834,14 +2834,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/flate.(*compressor).write (1.06 Bil)", "x": 4, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2851,13 +2851,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2867,14 +2867,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 103.03766707168894, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2886,7 +2886,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2896,12 +2896,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2911,14 +2911,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 36.91008505467801, "x": 110.34204131227219, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2930,7 +2930,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2940,13 +2940,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -2956,14 +2956,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 36.91008505467801, "x": 110.34204131227219, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2975,7 +2975,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -2985,14 +2985,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/gen/google/v1.(*Profile).UnmarshalVT (390 Mil)", "x": 113.84204131227219, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3002,12 +3002,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3017,14 +3017,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 148.2521263669502, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3036,7 +3036,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3046,13 +3046,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3062,14 +3062,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 148.2521263669502, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3081,7 +3081,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3091,12 +3091,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3106,14 +3106,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 22.329283110571083, "x": 168.66524908869988, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3125,7 +3125,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3135,13 +3135,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3151,14 +3151,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 22.329283110571083, "x": 168.66524908869988, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3170,7 +3170,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3180,14 +3180,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "sort.Sort (240 Mil)", "x": 172.16524908869988, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3197,12 +3197,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3212,14 +3212,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 128.2831105710814, "x": 191.99453219927096, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3231,7 +3231,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3241,13 +3241,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3257,14 +3257,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 128.2831105710814, "x": 191.99453219927096, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3276,7 +3276,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3286,14 +3286,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/pprof.(*Profile).clearSampleReferences (1.33 Bil)", "x": 195.49453219927096, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3303,12 +3303,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3318,14 +3318,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 321.2776427703524, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3337,7 +3337,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3347,13 +3347,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3363,14 +3363,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 321.2776427703524, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3382,7 +3382,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3392,13 +3392,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3408,14 +3408,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 23.329283110571083, "x": 333.4143377885784, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3427,7 +3427,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3437,12 +3437,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3452,14 +3452,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3471,7 +3471,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3481,13 +3481,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3497,14 +3497,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3516,7 +3516,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3526,14 +3526,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/gzip.(*Reader).Read (430 Mil)", "x": 360.74362089914945, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3543,12 +3543,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3558,14 +3558,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3577,7 +3577,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3587,13 +3587,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3603,14 +3603,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3622,7 +3622,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3632,14 +3632,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "golang.org/x/net/http2/h2c.h2cHandler.ServeHTTP (5.58 Bil)", "x": 402.5419198055893, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3649,13 +3649,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3665,14 +3665,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 940.947752126367, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3684,7 +3684,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3694,12 +3694,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3709,14 +3709,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 432.53584447144596, "x": 946.3080194410693, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3728,7 +3728,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3738,13 +3738,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3754,14 +3754,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 432.53584447144596, "x": 946.3080194410693, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3773,7 +3773,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3783,14 +3783,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.scanobject (4.46 Bil)", "x": 949.8080194410693, "y": 121, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3800,12 +3800,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3815,14 +3815,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 1379.8438639125152, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3834,7 +3834,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3844,13 +3844,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3860,14 +3860,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 1379.8438639125152, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3879,7 +3879,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3889,13 +3889,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3905,14 +3905,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 8.748481166464156, "x": 1399.7569866342649, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3924,7 +3924,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3934,12 +3934,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3949,14 +3949,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 1409.005467800729, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3968,7 +3968,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -3978,13 +3978,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -3994,14 +3994,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 1409.005467800729, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4013,7 +4013,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4023,13 +4023,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4039,14 +4039,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1426.0024301336575, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4058,7 +4058,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4068,12 +4068,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4083,14 +4083,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 1427.4744835965978, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4102,7 +4102,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4112,13 +4112,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4128,14 +4128,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 1427.4744835965978, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4147,7 +4147,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4157,13 +4157,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4173,14 +4173,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1447.3876063183475, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4192,7 +4192,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4202,13 +4202,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4218,14 +4218,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 1545.5650060753342, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4237,7 +4237,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4247,13 +4247,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4263,14 +4263,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 1567.9222357229648, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4282,7 +4282,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4292,13 +4292,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4308,14 +4308,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 1577.6427703523696, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4327,7 +4327,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4337,13 +4337,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4353,14 +4353,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.580801944106927, "x": 1584.4471445929528, "y": 110, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4372,7 +4372,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4382,12 +4382,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4397,14 +4397,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 98.1494532199271, "x": 0.5, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4416,7 +4416,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4426,13 +4426,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4442,14 +4442,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 98.1494532199271, "x": 0.5, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4461,7 +4461,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4471,14 +4471,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/flate.(*compressor).deflate (1.02 Bil)", "x": 4, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4488,13 +4488,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4504,14 +4504,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 99.1494532199271, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4523,7 +4523,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4533,12 +4533,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4548,14 +4548,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 110.34204131227219, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4567,7 +4567,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4577,13 +4577,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4593,14 +4593,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 110.34204131227219, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4612,7 +4612,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4622,12 +4622,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4637,14 +4637,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 127.83900364520049, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4656,7 +4656,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4666,13 +4666,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4682,14 +4682,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 127.83900364520049, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4701,7 +4701,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4711,13 +4711,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4727,14 +4727,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 138.03159173754557, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4746,7 +4746,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4756,12 +4756,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4771,14 +4771,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 148.2521263669502, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4790,7 +4790,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4800,13 +4800,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4816,14 +4816,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 148.2521263669502, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4835,7 +4835,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4845,12 +4845,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4860,14 +4860,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 22.329283110571083, "x": 168.66524908869988, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4879,7 +4879,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4889,13 +4889,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4905,14 +4905,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 22.329283110571083, "x": 168.66524908869988, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4924,7 +4924,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4934,14 +4934,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "sort.quickSort (240 Mil)", "x": 172.16524908869988, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4951,12 +4951,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -4966,14 +4966,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 124.39489671931958, "x": 191.99453219927096, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4985,7 +4985,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -4995,13 +4995,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5011,14 +5011,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 124.39489671931958, "x": 191.99453219927096, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5030,7 +5030,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5040,14 +5040,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/slices.RemoveInPlace[...] (1.29 Bil)", "x": 195.49453219927096, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5057,13 +5057,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5073,14 +5073,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 316.88942891859057, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5092,7 +5092,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5102,13 +5102,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5118,14 +5118,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 320.7776427703524, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5137,7 +5137,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5147,13 +5147,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5163,14 +5163,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 333.4143377885784, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5182,7 +5182,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5192,13 +5192,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5208,14 +5208,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 343.134872417983, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5227,7 +5227,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5237,13 +5237,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5253,14 +5253,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 347.02308626974485, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5272,7 +5272,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5282,12 +5282,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5297,14 +5297,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5316,7 +5316,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5326,13 +5326,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5342,14 +5342,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 40.798298906439854, "x": 357.24362089914945, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5361,7 +5361,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5371,14 +5371,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/flate.(*decompressor).Read (430 Mil)", "x": 360.74362089914945, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5388,12 +5388,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5403,14 +5403,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5422,7 +5422,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5432,13 +5432,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5448,14 +5448,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5467,7 +5467,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5477,14 +5477,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.HandlerFunc.ServeHTTP (5.58 Bil)", "x": 402.5419198055893, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5494,13 +5494,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5510,14 +5510,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 940.947752126367, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5529,7 +5529,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5539,13 +5539,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5555,14 +5555,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 945.8080194410693, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5574,7 +5574,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5584,12 +5584,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5599,14 +5599,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 41.77035236938032, "x": 952.140340218712, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5618,7 +5618,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5628,13 +5628,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5644,14 +5644,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 41.77035236938032, "x": 952.140340218712, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5663,7 +5663,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5673,14 +5673,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.pageIndexOf (440 Mil)", "x": 955.640340218712, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5690,12 +5690,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5705,14 +5705,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 51.49088699878494, "x": 994.9106925880924, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5724,7 +5724,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5734,13 +5734,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5750,14 +5750,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 51.49088699878494, "x": 994.9106925880924, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5769,7 +5769,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5779,14 +5779,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.greyobject (540 Mil)", "x": 998.4106925880924, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5796,12 +5796,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5811,14 +5811,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 94.26123936816525, "x": 1047.4015795868772, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5830,7 +5830,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5840,13 +5840,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5856,14 +5856,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 94.26123936816525, "x": 1047.4015795868772, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5875,7 +5875,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5885,14 +5885,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.findObject (980 Mil)", "x": 1050.9015795868772, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5902,13 +5902,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5918,14 +5918,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 1142.1628189550427, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5937,7 +5937,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5947,12 +5947,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -5962,14 +5962,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 45.658566221142166, "x": 1147.523086269745, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5981,7 +5981,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -5991,13 +5991,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6007,14 +6007,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 45.658566221142166, "x": 1147.523086269745, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6026,7 +6026,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6036,14 +6036,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.spanOf (480 Mil)", "x": 1151.023086269745, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6053,12 +6053,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6068,14 +6068,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 51.49088699878494, "x": 1194.181652490887, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6087,7 +6087,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6097,13 +6097,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6113,14 +6113,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 51.49088699878494, "x": 1194.181652490887, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6132,7 +6132,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6142,14 +6142,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.markBits.isMarked (540 Mil)", "x": 1197.681652490887, "y": 143, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6159,13 +6159,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6175,14 +6175,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 1246.172539489672, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6194,7 +6194,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6204,13 +6204,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6220,14 +6220,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1399.7569866342649, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6239,7 +6239,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6249,13 +6249,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6265,14 +6265,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1447.3876063183475, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6284,7 +6284,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6294,13 +6294,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6310,14 +6310,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 1545.5650060753342, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6329,7 +6329,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6339,13 +6339,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6355,14 +6355,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1567.9222357229648, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6374,7 +6374,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6384,13 +6384,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6400,14 +6400,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1569.8663426488458, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6419,7 +6419,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6429,13 +6429,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6445,14 +6445,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1573.7545565006076, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6464,7 +6464,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6474,13 +6474,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6490,14 +6490,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1577.6427703523696, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6509,7 +6509,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6519,13 +6519,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6535,14 +6535,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1580.5589307411908, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6554,7 +6554,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6564,13 +6564,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6580,14 +6580,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.580801944106927, "x": 1584.4471445929528, "y": 132, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6599,7 +6599,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6609,12 +6609,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6624,14 +6624,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 0.5, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6643,7 +6643,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6653,13 +6653,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6669,14 +6669,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 0.5, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6688,7 +6688,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6698,12 +6698,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6713,14 +6713,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 50.51883353584447, "x": 15.080801944106927, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6732,7 +6732,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6742,13 +6742,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6758,14 +6758,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 50.51883353584447, "x": 15.080801944106927, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6777,7 +6777,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6787,14 +6787,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/flate.(*compressor).findMatch (530 Mil)", "x": 18.580801944106927, "y": 165, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6804,13 +6804,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6820,14 +6820,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 66.0996354799514, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6839,7 +6839,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6849,13 +6849,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6865,14 +6865,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.52490886998785, "x": 103.03766707168894, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6884,7 +6884,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6894,13 +6894,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6910,14 +6910,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 18.469015795868774, "x": 127.33900364520049, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6929,7 +6929,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6939,12 +6939,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6954,14 +6954,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 148.2521263669502, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6973,7 +6973,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -6983,13 +6983,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -6999,14 +6999,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 148.2521263669502, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7018,7 +7018,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7028,13 +7028,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7044,14 +7044,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 160.3888213851762, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7063,7 +7063,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7073,13 +7073,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7089,14 +7089,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 168.16524908869988, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7108,7 +7108,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7118,12 +7118,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7133,14 +7133,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 17.469015795868774, "x": 173.5255164034022, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7152,7 +7152,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7162,13 +7162,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7178,14 +7178,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 17.469015795868774, "x": 173.5255164034022, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7197,7 +7197,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7207,12 +7207,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7222,14 +7222,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 30.105710814094778, "x": 191.99453219927096, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7241,7 +7241,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7251,13 +7251,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7267,14 +7267,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 30.105710814094778, "x": 191.99453219927096, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7286,7 +7286,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7296,14 +7296,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/pprof.(*Profile).clearSampleReferences.func1 (320 Mil)", "x": 195.49453219927096, "y": 165, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7313,13 +7313,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7329,14 +7329,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 316.88942891859057, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7348,7 +7348,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7358,13 +7358,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7374,14 +7374,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 333.4143377885784, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7393,7 +7393,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7403,13 +7403,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7419,14 +7419,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 343.134872417983, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7438,7 +7438,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7448,13 +7448,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7464,14 +7464,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 356.74362089914945, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7483,7 +7483,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7493,12 +7493,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7508,14 +7508,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.96597812879708, "x": 362.1038882138518, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7527,7 +7527,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7537,13 +7537,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7553,14 +7553,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.96597812879708, "x": 362.1038882138518, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7572,7 +7572,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7582,14 +7582,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "compress/flate.(*decompressor).huffmanBlock (370 Mil)", "x": 365.6038882138518, "y": 165, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7599,13 +7599,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7615,14 +7615,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 397.5698663426489, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7634,7 +7634,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7644,12 +7644,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7659,14 +7659,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7678,7 +7678,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7688,13 +7688,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7704,14 +7704,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7723,7 +7723,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7733,14 +7733,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/create.(*create).initServer.func2.1 (5.58 Bil)", "x": 402.5419198055893, "y": 165, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7750,13 +7750,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7766,14 +7766,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 940.947752126367, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7785,7 +7785,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7795,13 +7795,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7811,14 +7811,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 994.4106925880924, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7830,7 +7830,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7840,13 +7840,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7856,14 +7856,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1046.9015795868772, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7875,7 +7875,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7885,13 +7885,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7901,14 +7901,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1447.3876063183475, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7920,7 +7920,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7930,13 +7930,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7946,14 +7946,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 1546.5370595382747, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7965,7 +7965,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -7975,13 +7975,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -7991,14 +7991,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1569.8663426488458, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8010,7 +8010,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8020,13 +8020,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8036,14 +8036,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1573.7545565006076, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8055,7 +8055,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8065,13 +8065,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8081,14 +8081,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.608748481166465, "x": 1585.419198055893, "y": 154, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8100,7 +8100,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8110,12 +8110,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8125,14 +8125,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 0.5, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8144,7 +8144,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8154,13 +8154,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8170,14 +8170,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 0.5, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8189,7 +8189,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8199,13 +8199,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8215,14 +8215,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.552855407047389, "x": 103.03766707168894, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8234,7 +8234,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8244,13 +8244,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8260,14 +8260,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.720534629404618, "x": 127.33900364520049, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8279,7 +8279,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8289,13 +8289,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8305,14 +8305,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 138.03159173754557, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8324,7 +8324,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8334,13 +8334,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8350,14 +8350,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 141.91980558930743, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8369,7 +8369,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8379,12 +8379,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8394,14 +8394,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 148.2521263669502, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8413,7 +8413,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8423,13 +8423,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8439,14 +8439,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 148.2521263669502, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8458,7 +8458,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8468,13 +8468,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8484,14 +8484,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 168.16524908869988, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8503,7 +8503,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8513,12 +8513,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8528,14 +8528,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 173.5255164034022, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8547,7 +8547,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8557,13 +8557,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8573,14 +8573,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 173.5255164034022, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8592,7 +8592,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8602,13 +8602,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8618,14 +8618,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 185.6622114216282, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8637,7 +8637,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8647,13 +8647,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8663,14 +8663,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 343.134872417983, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8682,7 +8682,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8692,13 +8692,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8708,14 +8708,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 357.71567436208994, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8727,7 +8727,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8737,13 +8737,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8753,14 +8753,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 361.6038882138518, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8772,7 +8772,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8782,12 +8782,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8797,14 +8797,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 364.0479951397327, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8816,7 +8816,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8826,13 +8826,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8842,14 +8842,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 364.0479951397327, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8861,7 +8861,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8871,13 +8871,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8887,14 +8887,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 381.044957472661, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8906,7 +8906,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8916,13 +8916,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8932,14 +8932,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 397.5698663426489, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8951,7 +8951,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8961,12 +8961,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -8976,14 +8976,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -8995,7 +8995,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9005,13 +9005,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9021,14 +9021,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9040,7 +9040,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9050,14 +9050,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.HandlerFunc.ServeHTTP (5.58 Bil)", "x": 402.5419198055893, "y": 187, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9067,13 +9067,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9083,14 +9083,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 940.947752126367, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9102,7 +9102,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9112,13 +9112,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9128,14 +9128,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 994.4106925880924, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9147,7 +9147,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9157,13 +9157,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9173,14 +9173,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 1546.5370595382747, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9192,7 +9192,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9202,13 +9202,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9218,14 +9218,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1569.8663426488458, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9237,7 +9237,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9247,13 +9247,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9263,14 +9263,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.608748481166465, "x": 1585.419198055893, "y": 176, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9282,7 +9282,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9292,13 +9292,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9308,14 +9308,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.580801944106927, "x": 0, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9327,7 +9327,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9337,13 +9337,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9353,14 +9353,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 105.95382746051034, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9372,7 +9372,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9382,13 +9382,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9398,14 +9398,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 127.33900364520049, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9417,7 +9417,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9427,13 +9427,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9443,14 +9443,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 143.86391251518833, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9462,7 +9462,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9472,13 +9472,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9488,14 +9488,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 12.636695018226003, "x": 147.7521263669502, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9507,7 +9507,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9517,13 +9517,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9533,14 +9533,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.608748481166465, "x": 173.0255164034022, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9552,7 +9552,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9562,13 +9562,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9578,14 +9578,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 361.6038882138518, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9597,7 +9597,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9607,13 +9607,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9623,14 +9623,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 363.5479951397327, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9642,7 +9642,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9652,13 +9652,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9668,14 +9668,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 397.5698663426489, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9687,7 +9687,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9697,12 +9697,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9712,14 +9712,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9731,7 +9731,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9741,13 +9741,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9757,14 +9757,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 541.4058323207777, "x": 399.0419198055893, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9776,7 +9776,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9786,14 +9786,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/opentracing-contrib/go-stdlib/nethttp.MiddlewareFunc.func5 (5.58 Bil)", "x": 402.5419198055893, "y": 209, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9803,13 +9803,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9819,14 +9819,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 941.9198055893074, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9838,7 +9838,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9848,13 +9848,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9864,14 +9864,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 995.3827460510329, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9883,7 +9883,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9893,13 +9893,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9909,14 +9909,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1546.5370595382747, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9928,7 +9928,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9938,13 +9938,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9954,14 +9954,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1548.4811664641556, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9973,7 +9973,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -9983,13 +9983,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -9999,14 +9999,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1585.419198055893, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10018,7 +10018,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10028,13 +10028,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10044,14 +10044,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 1592.2235722964765, "y": 198, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10063,7 +10063,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10073,13 +10073,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10089,14 +10089,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 0, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10108,7 +10108,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10118,13 +10118,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10134,14 +10134,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 4.860267314702309, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10153,7 +10153,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10163,13 +10163,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10179,14 +10179,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 105.95382746051034, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10198,7 +10198,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10208,13 +10208,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10224,14 +10224,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 110.81409477521264, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10243,7 +10243,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10253,13 +10253,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10269,14 +10269,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 128.31105710814094, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10288,7 +10288,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10298,13 +10298,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10314,14 +10314,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 143.86391251518833, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10333,7 +10333,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10343,13 +10343,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10359,14 +10359,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 148.72417982989066, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10378,7 +10378,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10388,13 +10388,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10404,14 +10404,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 153.58444714459296, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10423,7 +10423,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10433,13 +10433,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10449,14 +10449,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 173.0255164034022, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10468,7 +10468,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10478,13 +10478,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10494,14 +10494,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 177.8857837181045, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10513,7 +10513,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10523,12 +10523,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10538,14 +10538,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 537.5176184690158, "x": 399.0419198055893, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10557,7 +10557,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10567,13 +10567,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10583,14 +10583,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 537.5176184690158, "x": 399.0419198055893, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10602,7 +10602,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10612,14 +10612,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.HandlerFunc.ServeHTTP (5.54 Bil)", "x": 402.5419198055893, "y": 231, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10629,13 +10629,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10645,14 +10645,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 937.0595382746052, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10664,7 +10664,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10674,13 +10674,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10690,14 +10690,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1585.419198055893, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10709,7 +10709,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10719,13 +10719,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10735,14 +10735,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10754,7 +10754,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10764,13 +10764,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10780,14 +10780,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1596.1117861482383, "y": 220, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10799,7 +10799,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10809,13 +10809,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10825,14 +10825,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 0, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10844,7 +10844,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10854,13 +10854,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10870,14 +10870,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 105.95382746051034, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10889,7 +10889,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10899,13 +10899,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10915,14 +10915,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 107.89793438639126, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10934,7 +10934,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10944,13 +10944,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -10960,14 +10960,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 110.81409477521264, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10979,7 +10979,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -10989,13 +10989,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11005,14 +11005,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 128.31105710814094, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11024,7 +11024,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11034,13 +11034,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11050,14 +11050,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 143.86391251518833, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11069,7 +11069,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11079,13 +11079,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11095,14 +11095,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 148.72417982989066, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11114,7 +11114,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11124,13 +11124,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11140,14 +11140,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 173.0255164034022, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11159,7 +11159,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11169,13 +11169,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11185,14 +11185,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 175.94167679222357, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11204,7 +11204,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11214,13 +11214,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11230,14 +11230,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11249,7 +11249,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11259,12 +11259,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11274,14 +11274,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 537.5176184690158, "x": 399.0419198055893, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11293,7 +11293,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11303,13 +11303,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11319,14 +11319,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 537.5176184690158, "x": 399.0419198055893, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11338,7 +11338,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11348,14 +11348,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/weaveworks/common/middleware.Log.Wrap.func1 (5.54 Bil)", "x": 402.5419198055893, "y": 253, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11365,13 +11365,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11381,14 +11381,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 937.0595382746052, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11400,7 +11400,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11410,13 +11410,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11426,14 +11426,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1585.419198055893, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11445,7 +11445,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11455,13 +11455,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11471,14 +11471,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11490,7 +11490,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11500,13 +11500,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11516,14 +11516,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1596.1117861482383, "y": 242, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11535,7 +11535,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11545,13 +11545,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11561,14 +11561,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 0, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11580,7 +11580,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11590,13 +11590,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11606,14 +11606,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1.9441069258809236, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11625,7 +11625,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11635,13 +11635,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11651,14 +11651,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 105.95382746051034, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11670,7 +11670,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11680,13 +11680,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11696,14 +11696,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 107.89793438639126, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11715,7 +11715,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11725,13 +11725,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11741,14 +11741,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 110.81409477521264, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11760,7 +11760,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11770,13 +11770,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11786,14 +11786,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11805,7 +11805,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11815,13 +11815,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11831,14 +11831,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 143.86391251518833, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11850,7 +11850,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11860,13 +11860,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11876,14 +11876,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 173.0255164034022, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11895,7 +11895,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11905,13 +11905,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11921,14 +11921,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11940,7 +11940,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11950,12 +11950,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -11965,14 +11965,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 536.5455650060753, "x": 399.0419198055893, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11984,7 +11984,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -11994,13 +11994,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12010,14 +12010,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 536.5455650060753, "x": 399.0419198055893, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12029,7 +12029,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12039,14 +12039,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.HandlerFunc.ServeHTTP (5.53 Bil)", "x": 402.5419198055893, "y": 275, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12056,13 +12056,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12072,14 +12072,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 936.0874848116647, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12091,7 +12091,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12101,13 +12101,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12117,14 +12117,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1585.419198055893, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12136,7 +12136,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12146,13 +12146,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12162,14 +12162,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12181,7 +12181,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12191,13 +12191,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12207,14 +12207,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1596.1117861482383, "y": 264, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12226,7 +12226,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12236,13 +12236,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12252,14 +12252,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1.9441069258809236, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12271,7 +12271,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12281,13 +12281,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12297,14 +12297,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 105.95382746051034, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12316,7 +12316,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12326,13 +12326,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12342,14 +12342,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 107.89793438639126, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12361,7 +12361,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12371,13 +12371,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12387,14 +12387,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 111.7861482381531, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12406,7 +12406,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12416,13 +12416,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12432,14 +12432,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12451,7 +12451,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12461,13 +12461,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12477,14 +12477,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 173.0255164034022, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12496,7 +12496,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12506,13 +12506,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12522,14 +12522,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12541,7 +12541,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12551,12 +12551,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12566,14 +12566,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 534.6014580801944, "x": 399.0419198055893, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12585,7 +12585,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12595,13 +12595,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12611,14 +12611,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 534.6014580801944, "x": 399.0419198055893, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12630,7 +12630,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12640,14 +12640,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/weaveworks/common/middleware.Instrument.Wrap.func1 (5.51 Bil)", "x": 402.5419198055893, "y": 297, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12657,13 +12657,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12673,14 +12673,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 934.1433778857838, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12692,7 +12692,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12702,13 +12702,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12718,14 +12718,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1585.419198055893, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12737,7 +12737,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12747,13 +12747,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12763,14 +12763,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12782,7 +12782,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12792,13 +12792,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12808,14 +12808,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1596.1117861482383, "y": 286, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12827,7 +12827,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12837,13 +12837,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12853,14 +12853,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1.9441069258809236, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12872,7 +12872,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12882,13 +12882,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12898,14 +12898,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 107.89793438639126, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12917,7 +12917,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12927,13 +12927,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12943,14 +12943,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12962,7 +12962,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -12972,13 +12972,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -12988,14 +12988,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13007,7 +13007,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13017,12 +13017,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13032,14 +13032,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 533.629404617254, "x": 399.0419198055893, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13051,7 +13051,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13061,13 +13061,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13077,14 +13077,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 533.629404617254, "x": 399.0419198055893, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13096,7 +13096,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13106,14 +13106,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/felixge/httpsnoop.(*Metrics).CaptureMetrics (5.50 Bil)", "x": 402.5419198055893, "y": 319, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13123,13 +13123,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13139,14 +13139,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 933.1713244228433, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13158,7 +13158,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13168,13 +13168,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13184,14 +13184,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 939.0036452004861, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13203,7 +13203,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13213,13 +13213,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13229,14 +13229,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13248,7 +13248,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13258,13 +13258,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13274,14 +13274,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 1596.1117861482383, "y": 308, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13293,7 +13293,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13303,13 +13303,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13319,14 +13319,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1.9441069258809236, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13338,7 +13338,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13348,13 +13348,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13364,14 +13364,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 107.89793438639126, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13383,7 +13383,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13393,13 +13393,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13409,14 +13409,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13428,7 +13428,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13438,13 +13438,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13454,14 +13454,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13473,7 +13473,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13483,12 +13483,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13498,14 +13498,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 532.6573511543135, "x": 399.0419198055893, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13517,7 +13517,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13527,13 +13527,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13543,14 +13543,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 532.6573511543135, "x": 399.0419198055893, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13562,7 +13562,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13572,14 +13572,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/weaveworks/common/middleware.Instrument.Wrap.func1.2 (5.49 Bil)", "x": 402.5419198055893, "y": 341, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13589,13 +13589,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13605,14 +13605,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 932.1992709599028, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13624,7 +13624,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13634,13 +13634,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13650,14 +13650,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 939.0036452004861, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13669,7 +13669,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13679,13 +13679,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13695,14 +13695,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13714,7 +13714,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13724,13 +13724,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13740,14 +13740,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 330, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13759,7 +13759,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13769,13 +13769,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13785,14 +13785,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1.9441069258809236, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13804,7 +13804,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13814,13 +13814,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13830,14 +13830,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13849,7 +13849,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13859,13 +13859,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13875,14 +13875,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13894,7 +13894,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13904,12 +13904,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13919,14 +13919,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 532.6573511543135, "x": 399.0419198055893, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13938,7 +13938,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13948,13 +13948,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -13964,14 +13964,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 532.6573511543135, "x": 399.0419198055893, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13983,7 +13983,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -13993,14 +13993,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/gorilla/mux.(*Router).ServeHTTP (5.49 Bil)", "x": 402.5419198055893, "y": 363, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14010,13 +14010,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14026,14 +14026,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 933.1713244228433, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14045,7 +14045,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14055,13 +14055,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14071,14 +14071,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14090,7 +14090,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14100,13 +14100,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14116,14 +14116,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 352, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14135,7 +14135,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14145,13 +14145,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14161,14 +14161,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14180,7 +14180,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14190,13 +14190,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14206,14 +14206,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 179.82989064398544, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14225,7 +14225,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14235,12 +14235,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14250,14 +14250,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 155.50060753341435, "x": 399.0419198055893, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14269,7 +14269,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14279,13 +14279,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14295,14 +14295,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 155.50060753341435, "x": 399.0419198055893, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14314,7 +14314,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14324,14 +14324,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/bufbuild/connect-go.(*Handler).ServeHTTP (1.61 Bil)", "x": 402.5419198055893, "y": 385, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14341,12 +14341,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14356,14 +14356,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14375,7 +14375,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14385,13 +14385,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14401,14 +14401,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14420,7 +14420,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14430,14 +14430,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.(*ServeMux).ServeHTTP (3.88 Bil)", "x": 559.0425273390036, "y": 385, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14447,13 +14447,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14463,14 +14463,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 933.1713244228433, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14482,7 +14482,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14492,13 +14492,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14508,14 +14508,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 935.1154313487242, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14527,7 +14527,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14537,13 +14537,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14553,14 +14553,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14572,7 +14572,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14582,13 +14582,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14598,14 +14598,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 374, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14617,7 +14617,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14627,13 +14627,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14643,14 +14643,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 128.31105710814094, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14662,7 +14662,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14672,12 +14672,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14687,14 +14687,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 155.50060753341435, "x": 399.0419198055893, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14706,7 +14706,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14716,13 +14716,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14732,14 +14732,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 155.50060753341435, "x": 399.0419198055893, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14751,7 +14751,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14761,14 +14761,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/bufbuild/connect-go.NewUnaryHandler[...].func1 (1.61 Bil)", "x": 402.5419198055893, "y": 407, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14778,12 +14778,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14793,14 +14793,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14812,7 +14812,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14822,13 +14822,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14838,14 +14838,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14857,7 +14857,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14867,14 +14867,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http.HandlerFunc.ServeHTTP (3.88 Bil)", "x": 559.0425273390036, "y": 407, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14884,13 +14884,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14900,14 +14900,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 935.1154313487242, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14919,7 +14919,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14929,13 +14929,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14945,14 +14945,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14964,7 +14964,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -14974,13 +14974,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -14990,14 +14990,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 396, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15009,7 +15009,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15019,12 +15019,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15034,14 +15034,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 148.69623329283112, "x": 399.0419198055893, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15053,7 +15053,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15063,13 +15063,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15079,14 +15079,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 148.69623329283112, "x": 399.0419198055893, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15098,7 +15098,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15108,14 +15108,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "github.com/bufbuild/connect-go.NewUnaryHandler[...].func1.1 (1.54 Bil)", "x": 402.5419198055893, "y": 429, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15125,13 +15125,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15141,14 +15141,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 548.2381530984204, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15160,7 +15160,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15170,12 +15170,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15185,14 +15185,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15204,7 +15204,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15214,13 +15214,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15230,14 +15230,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15249,7 +15249,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15259,14 +15259,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http/pprof.Index (3.88 Bil)", "x": 559.0425273390036, "y": 429, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15276,13 +15276,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15292,14 +15292,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 935.1154313487242, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15311,7 +15311,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15321,13 +15321,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15337,14 +15337,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 1592.2235722964765, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15356,7 +15356,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15366,13 +15366,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15382,14 +15382,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 418, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15401,7 +15401,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15411,12 +15411,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15426,14 +15426,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 148.69623329283112, "x": 399.0419198055893, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15445,7 +15445,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15455,13 +15455,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15471,14 +15471,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 148.69623329283112, "x": 399.0419198055893, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15490,7 +15490,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15500,14 +15500,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/ingester.(*Ingester).Push (1.54 Bil)", "x": 402.5419198055893, "y": 451, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15517,13 +15517,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15533,14 +15533,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 548.2381530984204, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15552,7 +15552,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15562,12 +15562,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15577,14 +15577,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15596,7 +15596,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15606,13 +15606,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15622,14 +15622,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 376.1567436208992, "x": 555.5425273390036, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15641,7 +15641,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15651,14 +15651,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "net/http/pprof.handler.ServeHTTP (3.88 Bil)", "x": 559.0425273390036, "y": 451, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15668,13 +15668,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15684,14 +15684,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 935.1154313487242, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15703,7 +15703,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15713,13 +15713,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15729,14 +15729,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1592.2235722964765, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15748,7 +15748,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15758,13 +15758,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15774,14 +15774,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1594.1676792223573, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15793,7 +15793,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15803,13 +15803,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15819,14 +15819,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 440, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15838,7 +15838,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15848,12 +15848,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15863,14 +15863,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 17.469015795868774, "x": 399.0419198055893, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15882,7 +15882,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15892,13 +15892,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15908,14 +15908,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 17.469015795868774, "x": 399.0419198055893, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15927,7 +15927,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15937,12 +15937,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15952,14 +15952,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 81.62454434993926, "x": 417.51093560145813, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15971,7 +15971,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -15981,13 +15981,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -15997,14 +15997,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 81.62454434993926, "x": 417.51093560145813, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16016,7 +16016,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16026,14 +16026,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/create.(*Head).Ingest (850 Mil)", "x": 421.01093560145813, "y": 473, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16043,12 +16043,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16058,14 +16058,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 45.658566221142166, "x": 500.1354799513974, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16077,7 +16077,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16087,13 +16087,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16103,14 +16103,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 45.658566221142166, "x": 500.1354799513974, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16122,7 +16122,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16132,14 +16132,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/gen/google/v1.(*Profile).UnmarshalVT (480 Mil)", "x": 503.6354799513974, "y": 473, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16149,13 +16149,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16165,14 +16165,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 8.748481166464156, "x": 546.2940461725395, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16184,7 +16184,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16194,12 +16194,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16209,14 +16209,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 375.1846901579587, "x": 555.5425273390036, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16228,7 +16228,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16238,13 +16238,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16254,14 +16254,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 375.1846901579587, "x": 555.5425273390036, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16273,7 +16273,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16283,14 +16283,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.(*Profile).WriteTo (3.87 Bil)", "x": 559.0425273390036, "y": 473, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16300,13 +16300,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16316,14 +16316,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1592.2235722964765, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16335,7 +16335,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16345,13 +16345,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16361,14 +16361,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1594.1676792223573, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16380,7 +16380,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16390,13 +16390,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16406,14 +16406,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 462, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16425,7 +16425,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16435,12 +16435,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16450,14 +16450,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 399.0419198055893, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16469,7 +16469,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16479,13 +16479,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16495,14 +16495,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 399.0419198055893, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16514,7 +16514,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16524,13 +16524,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16540,14 +16540,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 415.0668286755772, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16559,7 +16559,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16569,12 +16569,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16584,14 +16584,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 33.02187120291616, "x": 417.51093560145813, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16603,7 +16603,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16613,13 +16613,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16629,14 +16629,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 33.02187120291616, "x": 417.51093560145813, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16648,7 +16648,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16658,14 +16658,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/create.(*Head).convertSamples (350 Mil)", "x": 421.01093560145813, "y": 495, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16675,12 +16675,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16690,14 +16690,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.96597812879708, "x": 451.5328068043743, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16709,7 +16709,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16719,13 +16719,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16735,14 +16735,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.96597812879708, "x": 451.5328068043743, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16754,7 +16754,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16764,14 +16764,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/create.(*deduplicatingSlice[...]).ingest (370 Mil)", "x": 455.0328068043743, "y": 495, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16781,13 +16781,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16797,14 +16797,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 486.99878493317135, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16816,7 +16816,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16826,12 +16826,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16841,14 +16841,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 488.4708383961118, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16860,7 +16860,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16870,13 +16870,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16886,14 +16886,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 488.4708383961118, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16905,7 +16905,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16915,13 +16915,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16931,14 +16931,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16950,7 +16950,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16960,12 +16960,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -16975,14 +16975,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 500.1354799513974, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -16994,7 +16994,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17004,13 +17004,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17020,14 +17020,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 500.1354799513974, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17039,7 +17039,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17049,12 +17049,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17064,14 +17064,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 12.608748481166465, "x": 514.7162818955043, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17083,7 +17083,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17093,13 +17093,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17109,14 +17109,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 12.608748481166465, "x": 514.7162818955043, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17128,7 +17128,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17138,12 +17138,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17153,14 +17153,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 528.3250303766707, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17172,7 +17172,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17182,13 +17182,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17198,14 +17198,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 528.3250303766707, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17217,7 +17217,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17227,13 +17227,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17243,14 +17243,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 539.4896719319563, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17262,7 +17262,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17272,13 +17272,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17288,14 +17288,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 8.748481166464156, "x": 546.2940461725395, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17307,7 +17307,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17317,12 +17317,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17332,14 +17332,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 312.97326852976914, "x": 555.5425273390036, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17351,7 +17351,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17361,13 +17361,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17377,14 +17377,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 312.97326852976914, "x": 555.5425273390036, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17396,7 +17396,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17406,14 +17406,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.writeAlloc (3.23 Bil)", "x": 559.0425273390036, "y": 495, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17423,12 +17423,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17438,14 +17438,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 61.211421628189555, "x": 869.5157958687728, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17457,7 +17457,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17467,13 +17467,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17483,14 +17483,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 61.211421628189555, "x": 869.5157958687728, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17502,7 +17502,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17512,14 +17512,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.writeGoroutine (640 Mil)", "x": 873.0157958687728, "y": 495, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17529,13 +17529,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17545,14 +17545,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1592.2235722964765, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17564,7 +17564,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17574,13 +17574,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17590,14 +17590,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1594.1676792223573, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17609,7 +17609,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17619,13 +17619,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17635,14 +17635,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 484, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17654,7 +17654,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17664,12 +17664,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17679,14 +17679,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 399.0419198055893, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17698,7 +17698,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17708,13 +17708,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17724,14 +17724,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 399.0419198055893, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17743,7 +17743,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17753,13 +17753,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17769,14 +17769,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 415.0668286755772, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17788,7 +17788,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17798,12 +17798,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17813,14 +17813,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 28.161603888213854, "x": 417.51093560145813, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17832,7 +17832,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17842,13 +17842,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17858,14 +17858,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 28.161603888213854, "x": 417.51093560145813, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17877,7 +17877,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17887,14 +17887,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "test/pkg/create.(*deduplicatingSlice[...]).ingest (300 Mil)", "x": 421.01093560145813, "y": 517, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17904,13 +17904,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17920,14 +17920,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 446.172539489672, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17939,7 +17939,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17949,13 +17949,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -17965,14 +17965,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 33.0498177399757, "x": 451.0328068043743, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17984,7 +17984,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -17994,13 +17994,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18010,14 +18010,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 486.99878493317135, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18029,7 +18029,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18039,12 +18039,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18054,14 +18054,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 488.4708383961118, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18073,7 +18073,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18083,13 +18083,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18099,14 +18099,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 488.4708383961118, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18118,7 +18118,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18128,13 +18128,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18144,14 +18144,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 498.6634264884569, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18163,7 +18163,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18173,12 +18173,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18188,14 +18188,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 501.1075334143378, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18207,7 +18207,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18217,13 +18217,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18233,14 +18233,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 501.1075334143378, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18252,7 +18252,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18262,13 +18262,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18278,14 +18278,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 514.2162818955043, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18297,7 +18297,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18307,13 +18307,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18323,14 +18323,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 527.8250303766707, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18342,7 +18342,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18352,13 +18352,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18368,14 +18368,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 539.4896719319563, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18387,7 +18387,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18397,13 +18397,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18413,14 +18413,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 546.2940461725395, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18432,7 +18432,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18442,13 +18442,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18458,14 +18458,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 548.2381530984204, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18477,7 +18477,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18487,12 +18487,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18502,14 +18502,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 312.97326852976914, "x": 555.5425273390036, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18521,7 +18521,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18531,13 +18531,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18547,14 +18547,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 312.97326852976914, "x": 555.5425273390036, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18566,7 +18566,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18576,14 +18576,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.writeHeapInternal (3.23 Bil)", "x": 559.0425273390036, "y": 517, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18593,12 +18593,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18608,14 +18608,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 61.211421628189555, "x": 869.5157958687728, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18627,7 +18627,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18637,13 +18637,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18653,14 +18653,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 61.211421628189555, "x": 869.5157958687728, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18672,7 +18672,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18682,14 +18682,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.writeRuntimeProfile (640 Mil)", "x": 873.0157958687728, "y": 517, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18699,13 +18699,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18715,14 +18715,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1592.2235722964765, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18734,7 +18734,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18744,13 +18744,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18760,14 +18760,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1594.1676792223573, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18779,7 +18779,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18789,13 +18789,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18805,14 +18805,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 1596.1117861482383, "y": 506, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18824,7 +18824,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18834,13 +18834,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18850,14 +18850,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 398.5419198055893, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18869,7 +18869,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18879,12 +18879,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18894,14 +18894,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 401.95808019441074, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18913,7 +18913,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18923,13 +18923,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18939,14 +18939,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 401.95808019441074, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18958,7 +18958,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -18968,13 +18968,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -18984,14 +18984,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 413.12272174969627, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19003,7 +19003,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19013,13 +19013,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19029,14 +19029,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19048,7 +19048,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19058,12 +19058,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19073,14 +19073,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 417.51093560145813, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19092,7 +19092,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19102,13 +19102,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19118,14 +19118,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 417.51093560145813, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19137,7 +19137,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19147,13 +19147,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19163,14 +19163,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.552855407047389, "x": 428.67557715674366, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19182,7 +19182,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19192,13 +19192,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19208,14 +19208,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 446.172539489672, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19227,7 +19227,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19237,13 +19237,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19253,14 +19253,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 451.0328068043743, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19272,7 +19272,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19282,13 +19282,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19298,14 +19298,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 454.92102065613614, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19317,7 +19317,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19327,13 +19327,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19343,14 +19343,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 464.64155528554073, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19362,7 +19362,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19372,13 +19372,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19388,14 +19388,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 473.3900364520049, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19407,7 +19407,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19417,13 +19417,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19433,14 +19433,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 483.1105710814095, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19452,7 +19452,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19462,13 +19462,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19478,14 +19478,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 486.99878493317135, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19497,7 +19497,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19507,13 +19507,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19523,14 +19523,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19542,7 +19542,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19552,13 +19552,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19568,14 +19568,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 500.6075334143378, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19587,7 +19587,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19597,13 +19597,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19613,14 +19613,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 514.2162818955043, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19632,7 +19632,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19642,13 +19642,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19658,14 +19658,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 521.992709599028, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19677,7 +19677,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19687,13 +19687,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19703,14 +19703,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 527.8250303766707, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19722,7 +19722,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19732,13 +19732,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19748,14 +19748,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 539.4896719319563, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19767,7 +19767,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19777,13 +19777,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19793,14 +19793,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 546.2940461725395, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19812,7 +19812,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19822,13 +19822,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19838,14 +19838,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 548.2381530984204, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19857,7 +19857,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19867,12 +19867,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19882,14 +19882,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 311.0291616038882, "x": 555.5425273390036, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19901,7 +19901,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19911,13 +19911,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19927,14 +19927,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 311.0291616038882, "x": 555.5425273390036, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19946,7 +19946,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19956,14 +19956,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.writeHeapProto (3.21 Bil)", "x": 559.0425273390036, "y": 539, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -19973,13 +19973,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -19989,14 +19989,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 867.0716889428919, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20008,7 +20008,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20018,12 +20018,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20033,14 +20033,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 23.301336573511545, "x": 869.5157958687728, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20052,7 +20052,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20062,13 +20062,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20078,14 +20078,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 23.301336573511545, "x": 869.5157958687728, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20097,7 +20097,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20107,14 +20107,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.runtime_goroutineProfileWithLabels (250 Mil)", "x": 873.0157958687728, "y": 539, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20124,12 +20124,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20139,14 +20139,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 36.91008505467801, "x": 893.8171324422843, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20158,7 +20158,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20168,13 +20168,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20184,14 +20184,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 36.91008505467801, "x": 893.8171324422843, "y": 528, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20203,7 +20203,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20213,14 +20213,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.printCountProfile (390 Mil)", "x": 897.3171324422843, "y": 539, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20230,13 +20230,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20246,14 +20246,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 401.45808019441074, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20265,7 +20265,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20275,13 +20275,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20291,14 +20291,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 413.12272174969627, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20310,7 +20310,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20320,13 +20320,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20336,14 +20336,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20355,7 +20355,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20365,12 +20365,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20380,14 +20380,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 417.51093560145813, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20399,7 +20399,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20409,13 +20409,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20425,14 +20425,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 417.51093560145813, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20444,7 +20444,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20454,13 +20454,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20470,14 +20470,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 428.67557715674366, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20489,7 +20489,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20499,13 +20499,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20515,14 +20515,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 437.4240583232078, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20534,7 +20534,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20544,13 +20544,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20560,14 +20560,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 447.1445929526124, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20579,7 +20579,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20589,13 +20589,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20605,14 +20605,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 454.92102065613614, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20624,7 +20624,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20634,13 +20634,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20650,14 +20650,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 466.58566221142166, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20669,7 +20669,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20679,13 +20679,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20695,14 +20695,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 483.1105710814095, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20714,7 +20714,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20724,13 +20724,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20740,14 +20740,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 486.99878493317135, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20759,7 +20759,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20769,13 +20769,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20785,14 +20785,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20804,7 +20804,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20814,13 +20814,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20830,14 +20830,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 514.2162818955043, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20849,7 +20849,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20859,13 +20859,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20875,14 +20875,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 527.8250303766707, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20894,7 +20894,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20904,13 +20904,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20920,14 +20920,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20939,7 +20939,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20949,13 +20949,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -20965,14 +20965,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 546.2940461725395, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20984,7 +20984,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -20994,13 +20994,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21010,14 +21010,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 548.2381530984204, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21029,7 +21029,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21039,12 +21039,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21054,14 +21054,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 30.105710814094778, "x": 555.5425273390036, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21073,7 +21073,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21083,13 +21083,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21099,14 +21099,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 30.105710814094778, "x": 555.5425273390036, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21118,7 +21118,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21128,14 +21128,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.(*profileBuilder).pbSample (320 Mil)", "x": 559.0425273390036, "y": 561, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21145,12 +21145,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21160,14 +21160,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 178.82989064398544, "x": 586.6482381530984, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21179,7 +21179,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21189,13 +21189,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21205,14 +21205,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 178.82989064398544, "x": 586.6482381530984, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21224,7 +21224,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21234,14 +21234,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.(*profileBuilder).appendLocsForStack (1.85 Bil)", "x": 590.1482381530984, "y": 561, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21251,13 +21251,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21267,14 +21267,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 765.9781287970839, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21286,7 +21286,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21296,12 +21296,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21311,14 +21311,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 26.21749696233293, "x": 767.4501822600243, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21330,7 +21330,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21340,13 +21340,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21356,14 +21356,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 26.21749696233293, "x": 767.4501822600243, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21375,7 +21375,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21385,14 +21385,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.(*profileBuilder).build (280 Mil)", "x": 770.9501822600243, "y": 561, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21402,12 +21402,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21417,14 +21417,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 56.35115431348724, "x": 794.6676792223573, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21436,7 +21436,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21446,13 +21446,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21462,14 +21462,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 56.35115431348724, "x": 794.6676792223573, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21481,7 +21481,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21491,14 +21491,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.FuncForPC (590 Mil)", "x": 798.1676792223573, "y": 561, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21508,13 +21508,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21524,14 +21524,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 851.5188335358445, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21543,7 +21543,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21553,13 +21553,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21569,14 +21569,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 867.0716889428919, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21588,7 +21588,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21598,12 +21598,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21613,14 +21613,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 23.301336573511545, "x": 869.5157958687728, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21632,7 +21632,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21642,13 +21642,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21658,14 +21658,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 23.301336573511545, "x": 869.5157958687728, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21677,7 +21677,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21687,14 +21687,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.goroutineProfileWithLabels (250 Mil)", "x": 873.0157958687728, "y": 561, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21704,13 +21704,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21720,14 +21720,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 17.496962332928312, "x": 893.3171324422843, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21739,7 +21739,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21749,12 +21749,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21764,14 +21764,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 911.3140947752127, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21783,7 +21783,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21793,13 +21793,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21809,14 +21809,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 911.3140947752127, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21828,7 +21828,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21838,13 +21838,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21854,14 +21854,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 928.311057108141, "y": 550, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21873,7 +21873,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21883,13 +21883,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21899,14 +21899,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 401.45808019441074, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21918,7 +21918,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21928,13 +21928,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21944,14 +21944,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.720534629404618, "x": 416.03888213851764, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21963,7 +21963,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -21973,13 +21973,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -21989,14 +21989,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 428.67557715674366, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22008,7 +22008,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22018,13 +22018,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22034,14 +22034,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 437.4240583232078, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22053,7 +22053,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22063,13 +22063,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22079,14 +22079,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 454.92102065613614, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22098,7 +22098,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22108,13 +22108,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22124,14 +22124,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 487.9708383961118, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22143,7 +22143,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22153,13 +22153,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22169,14 +22169,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22188,7 +22188,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22198,13 +22198,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22214,14 +22214,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 528.7970838396112, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22233,7 +22233,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22243,13 +22243,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22259,14 +22259,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22278,7 +22278,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22288,13 +22288,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22304,14 +22304,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 546.2940461725395, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22323,7 +22323,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22333,13 +22333,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22349,14 +22349,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.993924665856625, "x": 548.2381530984204, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22368,7 +22368,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22378,12 +22378,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22393,14 +22393,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 38.85419198055893, "x": 586.6482381530984, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22412,7 +22412,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22422,13 +22422,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22438,14 +22438,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 38.85419198055893, "x": 586.6482381530984, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22457,7 +22457,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22467,14 +22467,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.(*profileBuilder).emitLocation (410 Mil)", "x": 590.1482381530984, "y": 583, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22484,12 +22484,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22499,14 +22499,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.552855407047389, "x": 626.5024301336574, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22518,7 +22518,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22528,13 +22528,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22544,14 +22544,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.552855407047389, "x": 626.5024301336574, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22563,7 +22563,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22573,12 +22573,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22588,14 +22588,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 61.211421628189555, "x": 642.0552855407047, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22607,7 +22607,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22617,13 +22617,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22633,14 +22633,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 61.211421628189555, "x": 642.0552855407047, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22652,7 +22652,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22662,14 +22662,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime/pprof.allFrames (640 Mil)", "x": 645.5552855407047, "y": 583, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22679,12 +22679,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22694,14 +22694,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 27.189550425273392, "x": 704.2667071688943, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22713,7 +22713,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22723,13 +22723,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22739,14 +22739,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 27.189550425273392, "x": 704.2667071688943, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22758,7 +22758,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22768,14 +22768,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.mapaccess2_fast64 (290 Mil)", "x": 707.7667071688943, "y": 583, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22785,13 +22785,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22801,14 +22801,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 731.9562575941677, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22820,7 +22820,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22830,12 +22830,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22845,14 +22845,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 735.3724179829891, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22864,7 +22864,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22874,13 +22874,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22890,14 +22890,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.413122721749698, "x": 735.3724179829891, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22909,7 +22909,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22919,13 +22919,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22935,14 +22935,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 755.2855407047388, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22954,7 +22954,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22964,12 +22964,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -22979,14 +22979,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 767.4501822600243, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -22998,7 +22998,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23008,13 +23008,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23024,14 +23024,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 767.4501822600243, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23043,7 +23043,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23053,12 +23053,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23068,14 +23068,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 782.0309842041313, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23087,7 +23087,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23097,13 +23097,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23113,14 +23113,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 782.0309842041313, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23132,7 +23132,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23142,13 +23142,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23158,14 +23158,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 794.1676792223573, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23177,7 +23177,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23187,12 +23187,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23202,14 +23202,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 800.5, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23221,7 +23221,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23231,13 +23231,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23247,14 +23247,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 800.5, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23266,7 +23266,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23276,12 +23276,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23291,14 +23291,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.96597812879708, "x": 815.080801944107, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23310,7 +23310,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23320,13 +23320,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23336,14 +23336,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 34.96597812879708, "x": 815.080801944107, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23355,7 +23355,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23365,14 +23365,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.funcline1 (370 Mil)", "x": 818.580801944107, "y": 583, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23382,13 +23382,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23398,14 +23398,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23417,7 +23417,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23427,13 +23427,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23443,14 +23443,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 854.434993924666, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23462,7 +23462,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23472,12 +23472,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23487,14 +23487,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 21.35722964763062, "x": 869.5157958687728, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23506,7 +23506,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23516,13 +23516,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23532,14 +23532,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 21.35722964763062, "x": 869.5157958687728, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23551,7 +23551,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23561,14 +23561,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.forEachGRace (230 Mil)", "x": 873.0157958687728, "y": 583, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23578,13 +23578,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23594,14 +23594,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 891.3730255164035, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23613,7 +23613,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23623,13 +23623,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23639,14 +23639,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 899.1494532199272, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23658,7 +23658,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23668,13 +23668,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23684,14 +23684,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 8.748481166464156, "x": 902.0656136087485, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23703,7 +23703,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23713,12 +23713,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23728,14 +23728,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 911.3140947752127, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23747,7 +23747,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23757,13 +23757,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23773,14 +23773,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 911.3140947752127, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23792,7 +23792,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23802,13 +23802,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23818,14 +23818,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 927.3390036452006, "y": 572, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23837,7 +23837,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23847,13 +23847,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23863,14 +23863,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 416.03888213851764, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23882,7 +23882,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23892,13 +23892,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23908,14 +23908,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 437.4240583232078, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23927,7 +23927,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23937,13 +23937,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23953,14 +23953,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 487.9708383961118, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23972,7 +23972,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -23982,13 +23982,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -23998,14 +23998,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 489.9149453219927, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24017,7 +24017,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24027,13 +24027,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24043,14 +24043,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24062,7 +24062,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24072,13 +24072,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24088,14 +24088,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 528.7970838396112, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24107,7 +24107,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24117,13 +24117,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24133,14 +24133,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24152,7 +24152,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24162,13 +24162,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24178,14 +24178,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 546.2940461725395, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24197,7 +24197,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24207,13 +24207,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24223,14 +24223,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 22.35722964763062, "x": 548.2381530984204, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24242,7 +24242,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24252,12 +24252,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24267,14 +24267,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 586.6482381530984, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24286,7 +24286,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24296,13 +24296,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24312,14 +24312,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 586.6482381530984, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24331,7 +24331,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24341,13 +24341,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24357,14 +24357,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 28.189550425273392, "x": 596.8408262454435, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24376,7 +24376,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24386,12 +24386,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24401,14 +24401,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 626.5024301336574, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24420,7 +24420,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24430,13 +24430,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24446,14 +24446,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 626.5024301336574, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24465,7 +24465,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24475,13 +24475,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24491,14 +24491,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 641.5552855407047, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24510,7 +24510,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24520,12 +24520,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24535,14 +24535,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 52.462940461725395, "x": 643.0273390036452, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24554,7 +24554,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24564,13 +24564,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24580,14 +24580,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 52.462940461725395, "x": 643.0273390036452, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24599,7 +24599,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24609,14 +24609,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.(*Frames).Next (550 Mil)", "x": 646.5273390036452, "y": 605, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24626,13 +24626,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24642,14 +24642,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 695.9902794653706, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24661,7 +24661,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24671,13 +24671,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24687,14 +24687,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 8.748481166464156, "x": 703.7667071688943, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24706,7 +24706,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24716,13 +24716,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24732,14 +24732,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 731.9562575941677, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24751,7 +24751,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24761,13 +24761,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24777,14 +24777,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 734.8724179829891, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24796,7 +24796,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24806,12 +24806,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24821,14 +24821,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 737.3165249088701, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24840,7 +24840,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24850,13 +24850,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24866,14 +24866,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 737.3165249088701, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24885,7 +24885,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24895,13 +24895,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24911,14 +24911,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 748.4811664641555, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24930,7 +24930,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24940,12 +24940,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -24955,14 +24955,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 767.4501822600243, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24974,7 +24974,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -24984,13 +24984,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25000,14 +25000,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 767.4501822600243, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25019,7 +25019,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25029,12 +25029,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25044,14 +25044,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 782.0309842041313, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25063,7 +25063,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25073,13 +25073,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25089,14 +25089,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 782.0309842041313, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25108,7 +25108,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25118,13 +25118,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25134,14 +25134,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 794.1676792223573, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25153,7 +25153,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25163,13 +25163,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25179,14 +25179,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 800, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25198,7 +25198,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25208,12 +25208,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25223,14 +25223,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 803.4161603888215, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25242,7 +25242,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25252,13 +25252,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25268,14 +25268,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.664641555285542, "x": 803.4161603888215, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25287,7 +25287,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25297,12 +25297,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25312,14 +25312,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 24.273390036452007, "x": 815.080801944107, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25331,7 +25331,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25341,13 +25341,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25357,14 +25357,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 24.273390036452007, "x": 815.080801944107, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25376,7 +25376,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25386,14 +25386,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.pcvalue (260 Mil)", "x": 818.580801944107, "y": 605, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25403,12 +25403,12 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25418,14 +25418,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 840.354191980559, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25437,7 +25437,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25447,13 +25447,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25463,14 +25463,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 840.354191980559, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25482,7 +25482,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25492,13 +25492,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25508,14 +25508,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25527,7 +25527,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25537,13 +25537,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25553,14 +25553,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 854.434993924666, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25572,7 +25572,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25582,12 +25582,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25597,14 +25597,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 869.5157958687728, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25616,7 +25616,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25626,13 +25626,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25642,14 +25642,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 16.496962332928312, "x": 869.5157958687728, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25661,7 +25661,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25671,13 +25671,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25687,14 +25687,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 886.5127582017011, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25706,7 +25706,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25716,13 +25716,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25732,14 +25732,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 899.1494532199272, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25751,7 +25751,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25761,13 +25761,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25777,14 +25777,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 902.0656136087485, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25796,7 +25796,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25806,13 +25806,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25822,14 +25822,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 18.469015795868774, "x": 908.8699878493318, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25841,7 +25841,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25851,13 +25851,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25867,14 +25867,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 928.311057108141, "y": 594, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25886,7 +25886,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25896,13 +25896,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25912,14 +25912,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25931,7 +25931,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25941,13 +25941,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -25957,14 +25957,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25976,7 +25976,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -25986,13 +25986,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26002,14 +26002,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 487.9708383961118, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26021,7 +26021,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26031,13 +26031,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26047,14 +26047,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 489.9149453219927, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26066,7 +26066,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26076,13 +26076,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26092,14 +26092,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26111,7 +26111,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26121,13 +26121,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26137,14 +26137,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26156,7 +26156,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26166,13 +26166,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26182,14 +26182,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 546.2940461725395, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26201,7 +26201,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26211,13 +26211,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26227,14 +26227,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 19.441069258809236, "x": 548.2381530984204, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26246,7 +26246,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26256,12 +26256,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26271,14 +26271,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 586.6482381530984, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26290,7 +26290,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26300,13 +26300,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26316,14 +26316,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.69258809234508, "x": 586.6482381530984, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26335,7 +26335,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26345,13 +26345,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26361,14 +26361,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 596.8408262454435, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26380,7 +26380,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26390,13 +26390,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26406,14 +26406,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 603.6452004860267, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26425,7 +26425,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26435,13 +26435,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26451,14 +26451,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 607.5334143377886, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26470,7 +26470,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26480,13 +26480,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26496,14 +26496,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 615.3098420413123, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26515,7 +26515,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26525,13 +26525,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26541,14 +26541,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 622.1142162818956, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26560,7 +26560,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26570,13 +26570,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26586,14 +26586,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 626.0024301336574, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26605,7 +26605,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26615,12 +26615,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26630,14 +26630,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 38.85419198055893, "x": 643.0273390036452, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26649,7 +26649,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26659,13 +26659,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26675,14 +26675,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 38.85419198055893, "x": 643.0273390036452, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26694,7 +26694,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26704,14 +26704,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.funcline1 (410 Mil)", "x": 646.5273390036452, "y": 627, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26721,13 +26721,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26737,14 +26737,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 682.3815309842041, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26756,7 +26756,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26766,13 +26766,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26782,14 +26782,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 695.9902794653706, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26801,7 +26801,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26811,13 +26811,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26827,14 +26827,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 732.9283110571082, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26846,7 +26846,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26856,13 +26856,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26872,14 +26872,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 14.580801944106927, "x": 734.8724179829891, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26891,7 +26891,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26901,12 +26901,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26916,14 +26916,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 767.4501822600243, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26935,7 +26935,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26945,13 +26945,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -26961,14 +26961,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 767.4501822600243, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26980,7 +26980,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -26990,12 +26990,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27005,14 +27005,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 782.0309842041313, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27024,7 +27024,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27034,13 +27034,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27050,14 +27050,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.636695018226003, "x": 782.0309842041313, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27069,7 +27069,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27079,13 +27079,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27095,14 +27095,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 794.1676792223573, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27114,7 +27114,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27124,13 +27124,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27140,14 +27140,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 800, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27159,7 +27159,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27169,13 +27169,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27185,14 +27185,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 814.580801944107, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27204,7 +27204,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27214,12 +27214,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27229,14 +27229,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 818.9690157958688, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27248,7 +27248,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27258,13 +27258,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27274,14 +27274,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 13.580801944106927, "x": 818.9690157958688, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27293,7 +27293,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27303,13 +27303,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27319,14 +27319,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 8.748481166464156, "x": 839.854191980559, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27338,7 +27338,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27348,13 +27348,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27364,14 +27364,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27383,7 +27383,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27393,13 +27393,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27409,14 +27409,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 854.434993924666, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27428,7 +27428,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27438,12 +27438,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27453,14 +27453,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27472,7 +27472,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27482,13 +27482,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27498,14 +27498,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27517,7 +27517,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27527,13 +27527,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27543,14 +27543,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 9.720534629404618, "x": 885.5407047387607, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27562,7 +27562,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27572,13 +27572,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27588,14 +27588,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 896.2332928311058, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27607,7 +27607,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27617,13 +27617,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27633,14 +27633,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 899.1494532199272, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27652,7 +27652,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27662,13 +27662,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27678,14 +27678,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 904.0097205346294, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27697,7 +27697,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27707,13 +27707,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27723,14 +27723,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 18.469015795868774, "x": 908.8699878493318, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27742,7 +27742,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27752,13 +27752,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27768,14 +27768,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 928.311057108141, "y": 616, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27787,7 +27787,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27797,13 +27797,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27813,14 +27813,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27832,7 +27832,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27842,13 +27842,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27858,14 +27858,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27877,7 +27877,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27887,13 +27887,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27903,14 +27903,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 489.9149453219927, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27922,7 +27922,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27932,13 +27932,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27948,14 +27948,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27967,7 +27967,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -27977,13 +27977,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -27993,14 +27993,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28012,7 +28012,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28022,13 +28022,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28038,14 +28038,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28057,7 +28057,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28067,13 +28067,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28083,14 +28083,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 554.0704738760633, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28102,7 +28102,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28112,13 +28112,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28128,14 +28128,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 566.7071688942892, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28147,7 +28147,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28157,13 +28157,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28173,14 +28173,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 586.1482381530984, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28192,7 +28192,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28202,13 +28202,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28218,14 +28218,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28237,7 +28237,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28247,13 +28247,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28263,14 +28263,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 607.5334143377886, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28282,7 +28282,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28292,13 +28292,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28308,14 +28308,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 618.2260024301337, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28327,7 +28327,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28337,13 +28337,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28353,14 +28353,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 627.9465370595383, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28372,7 +28372,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28382,13 +28382,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28398,14 +28398,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 642.5273390036452, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28417,7 +28417,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28427,12 +28427,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28442,14 +28442,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 24.273390036452007, "x": 650.803766707169, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28461,7 +28461,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28471,13 +28471,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28487,14 +28487,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 24.273390036452007, "x": 650.803766707169, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28506,7 +28506,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28516,14 +28516,14 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "maxWidth": null, "text": "runtime.pcvalue (260 Mil)", "x": 654.303766707169, "y": 649, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28533,13 +28533,13 @@ Array [ ], "type": "fillText", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28549,14 +28549,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 675.5771567436209, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28568,7 +28568,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28578,13 +28578,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28594,14 +28594,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 682.3815309842041, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28613,7 +28613,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28623,13 +28623,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28639,14 +28639,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 688.213851761847, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28658,7 +28658,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28668,13 +28668,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28684,14 +28684,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 732.9283110571082, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28703,7 +28703,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28713,13 +28713,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28729,14 +28729,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 734.8724179829891, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28748,7 +28748,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28758,13 +28758,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28774,14 +28774,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 736.8165249088701, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28793,7 +28793,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28803,13 +28803,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28819,14 +28819,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 27.21749696233293, "x": 766.9501822600243, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28838,7 +28838,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28848,13 +28848,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28864,14 +28864,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28883,7 +28883,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28893,12 +28893,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28908,14 +28908,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28927,7 +28927,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28937,13 +28937,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28953,14 +28953,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28972,7 +28972,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -28982,13 +28982,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -28998,14 +28998,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 885.5407047387607, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29017,7 +29017,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29027,13 +29027,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29043,14 +29043,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 891.3730255164035, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29062,7 +29062,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29072,13 +29072,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29088,14 +29088,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 899.1494532199272, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29107,7 +29107,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29117,13 +29117,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29133,14 +29133,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 904.0097205346294, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29152,7 +29152,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29162,13 +29162,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29178,14 +29178,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 17.496962332928312, "x": 909.8420413122723, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29197,7 +29197,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29207,13 +29207,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29223,14 +29223,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 928.311057108141, "y": 638, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29242,7 +29242,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29252,13 +29252,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29268,14 +29268,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29287,7 +29287,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29297,13 +29297,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29313,14 +29313,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29332,7 +29332,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29342,13 +29342,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29358,14 +29358,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29377,7 +29377,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29387,13 +29387,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29403,14 +29403,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29422,7 +29422,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29432,13 +29432,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29448,14 +29448,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29467,7 +29467,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29477,13 +29477,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29493,14 +29493,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 554.0704738760633, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29512,7 +29512,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29522,13 +29522,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29538,14 +29538,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 586.1482381530984, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29557,7 +29557,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29567,13 +29567,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29583,14 +29583,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29602,7 +29602,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29612,13 +29612,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29628,14 +29628,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29647,7 +29647,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29657,13 +29657,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29673,14 +29673,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 5.832320777642771, "x": 642.5273390036452, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29692,7 +29692,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29702,13 +29702,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29718,14 +29718,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 650.303766707169, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29737,7 +29737,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29747,12 +29747,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29762,14 +29762,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 652.7478736330498, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29781,7 +29781,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29791,13 +29791,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29807,14 +29807,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 652.7478736330498, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29826,7 +29826,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29836,13 +29836,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29852,14 +29852,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 675.5771567436209, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29871,7 +29871,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29881,13 +29881,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29897,14 +29897,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 682.3815309842041, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29916,7 +29916,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29926,13 +29926,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29942,14 +29942,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 688.213851761847, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29961,7 +29961,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -29971,13 +29971,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -29987,14 +29987,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 692.1020656136088, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30006,7 +30006,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30016,13 +30016,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30032,14 +30032,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 736.8165249088701, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30051,7 +30051,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30061,13 +30061,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30077,14 +30077,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 745.5650060753342, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30096,7 +30096,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30106,13 +30106,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30122,14 +30122,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 766.9501822600243, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30141,7 +30141,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30151,13 +30151,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30167,14 +30167,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 7.776427703523694, "x": 772.7825030376671, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30186,7 +30186,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30196,13 +30196,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30212,14 +30212,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 6.804374240583233, "x": 781.5309842041313, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30231,7 +30231,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30241,13 +30241,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30257,14 +30257,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30276,7 +30276,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30286,12 +30286,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30301,14 +30301,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30320,7 +30320,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30330,13 +30330,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30346,14 +30346,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30365,7 +30365,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30375,13 +30375,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30391,14 +30391,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 885.5407047387607, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30410,7 +30410,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30420,13 +30420,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30436,14 +30436,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 891.3730255164035, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30455,7 +30455,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30465,13 +30465,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30481,14 +30481,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 893.3171324422843, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30500,7 +30500,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30510,13 +30510,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30526,14 +30526,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 904.0097205346294, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30545,7 +30545,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30555,13 +30555,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30571,14 +30571,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 910.8140947752127, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30590,7 +30590,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30600,13 +30600,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30616,14 +30616,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 915.674362089915, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30635,7 +30635,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30645,13 +30645,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30661,14 +30661,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 929.2831105710815, "y": 660, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30680,7 +30680,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30690,13 +30690,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30706,14 +30706,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30725,7 +30725,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30735,13 +30735,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30751,14 +30751,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30770,7 +30770,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30780,13 +30780,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30796,14 +30796,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30815,7 +30815,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30825,13 +30825,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30841,14 +30841,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30860,7 +30860,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30870,13 +30870,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30886,14 +30886,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30905,7 +30905,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30915,13 +30915,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30931,14 +30931,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 554.0704738760633, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30950,7 +30950,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30960,13 +30960,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -30976,14 +30976,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 558.9307411907655, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -30995,7 +30995,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31005,13 +31005,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31021,14 +31021,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 586.1482381530984, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31040,7 +31040,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31050,13 +31050,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31066,14 +31066,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31085,7 +31085,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31095,13 +31095,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31111,14 +31111,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31130,7 +31130,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31140,13 +31140,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31156,14 +31156,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 675.5771567436209, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31175,7 +31175,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31185,13 +31185,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31201,14 +31201,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 745.5650060753342, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31220,7 +31220,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31230,13 +31230,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31246,14 +31246,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 772.7825030376671, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31265,7 +31265,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31275,13 +31275,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31291,14 +31291,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 777.6427703523694, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31310,7 +31310,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31320,13 +31320,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31336,14 +31336,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 784.4471445929527, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31355,7 +31355,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31365,13 +31365,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31381,14 +31381,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31400,7 +31400,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31410,12 +31410,12 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + { + "props": { + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31425,14 +31425,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31444,7 +31444,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31454,13 +31454,13 @@ Array [ ], "type": "stroke", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31470,14 +31470,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 15.52490886998785, "x": 869.5157958687728, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31489,7 +31489,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31499,13 +31499,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31515,14 +31515,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 885.5407047387607, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31534,7 +31534,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31544,13 +31544,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31560,14 +31560,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 891.3730255164035, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31579,7 +31579,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31589,13 +31589,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31605,14 +31605,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 904.0097205346294, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31624,7 +31624,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31634,13 +31634,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31650,14 +31650,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 910.8140947752127, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31669,7 +31669,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31679,13 +31679,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31695,14 +31695,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 915.674362089915, "y": 682, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31714,7 +31714,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31724,13 +31724,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31740,14 +31740,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 416.03888213851764, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31759,7 +31759,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31769,13 +31769,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31785,14 +31785,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31804,7 +31804,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31814,13 +31814,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31830,14 +31830,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31849,7 +31849,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31859,13 +31859,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31875,14 +31875,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 539.4896719319563, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31894,7 +31894,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31904,13 +31904,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31920,14 +31920,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31939,7 +31939,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31949,13 +31949,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -31965,14 +31965,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 554.0704738760633, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31984,7 +31984,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -31994,13 +31994,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32010,14 +32010,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 558.9307411907655, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32029,7 +32029,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32039,13 +32039,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32055,14 +32055,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 586.1482381530984, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32074,7 +32074,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32084,13 +32084,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32100,14 +32100,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32119,7 +32119,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32129,13 +32129,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32145,14 +32145,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32164,7 +32164,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32174,13 +32174,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32190,14 +32190,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 745.5650060753342, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32209,7 +32209,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32219,13 +32219,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32235,14 +32235,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32254,7 +32254,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32264,13 +32264,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32280,14 +32280,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 777.6427703523694, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32299,7 +32299,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32309,13 +32309,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32325,14 +32325,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32344,7 +32344,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32354,13 +32354,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32370,14 +32370,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32389,7 +32389,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32399,13 +32399,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32415,14 +32415,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 11.664641555285542, "x": 869.0157958687728, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32434,7 +32434,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32444,13 +32444,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32460,14 +32460,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 891.3730255164035, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32479,7 +32479,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32489,13 +32489,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32505,14 +32505,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 904.0097205346294, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32524,7 +32524,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32534,13 +32534,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32550,14 +32550,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 910.8140947752127, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32569,7 +32569,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32579,13 +32579,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32595,14 +32595,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 917.6184690157959, "y": 704, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32614,7 +32614,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32624,13 +32624,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32640,14 +32640,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32659,7 +32659,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32669,13 +32669,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32685,14 +32685,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 498.6634264884569, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32704,7 +32704,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32714,13 +32714,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32730,14 +32730,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32749,7 +32749,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32759,13 +32759,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32775,14 +32775,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 554.0704738760633, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32794,7 +32794,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32804,13 +32804,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32820,14 +32820,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 558.9307411907655, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32839,7 +32839,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32849,13 +32849,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32865,14 +32865,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 590.0364520048603, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32884,7 +32884,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32894,13 +32894,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32910,14 +32910,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32929,7 +32929,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32939,13 +32939,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -32955,14 +32955,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32974,7 +32974,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -32984,13 +32984,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33000,14 +33000,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33019,7 +33019,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33029,13 +33029,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33045,14 +33045,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33064,7 +33064,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33074,13 +33074,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33090,14 +33090,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33109,7 +33109,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33119,13 +33119,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33135,14 +33135,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33154,7 +33154,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33164,13 +33164,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33180,14 +33180,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 10.69258809234508, "x": 869.0157958687728, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33199,7 +33199,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33209,13 +33209,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33225,14 +33225,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 891.3730255164035, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33244,7 +33244,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33254,13 +33254,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33270,14 +33270,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 904.0097205346294, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33289,7 +33289,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33299,13 +33299,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33315,14 +33315,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 917.6184690157959, "y": 726, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33334,7 +33334,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33344,13 +33344,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33360,14 +33360,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33379,7 +33379,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33389,13 +33389,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33405,14 +33405,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33424,7 +33424,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33434,13 +33434,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33450,14 +33450,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 554.0704738760633, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33469,7 +33469,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33479,13 +33479,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33495,14 +33495,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 558.9307411907655, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33514,7 +33514,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33524,13 +33524,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33540,14 +33540,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 4.860267314702309, "x": 590.0364520048603, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33559,7 +33559,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33569,13 +33569,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33585,14 +33585,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33604,7 +33604,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33614,13 +33614,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33630,14 +33630,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33649,7 +33649,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33659,13 +33659,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33675,14 +33675,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33694,7 +33694,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33704,13 +33704,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33720,14 +33720,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33739,7 +33739,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33749,13 +33749,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33765,14 +33765,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33784,7 +33784,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33794,13 +33794,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33810,14 +33810,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 851.5188335358445, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33829,7 +33829,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33839,13 +33839,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33855,14 +33855,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 869.9878493317133, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33874,7 +33874,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33884,13 +33884,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33900,14 +33900,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 3.888213851761847, "x": 873.8760631834751, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33919,7 +33919,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33929,13 +33929,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33945,14 +33945,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 891.3730255164035, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33964,7 +33964,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -33974,13 +33974,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -33990,14 +33990,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 904.0097205346294, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34009,7 +34009,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34019,13 +34019,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34035,14 +34035,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 917.6184690157959, "y": 748, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34054,7 +34054,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34064,13 +34064,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34080,14 +34080,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 437.4240583232078, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34099,7 +34099,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34109,13 +34109,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34125,14 +34125,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 548.2381530984204, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34144,7 +34144,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34154,13 +34154,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34170,14 +34170,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34189,7 +34189,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34199,13 +34199,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34215,14 +34215,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 558.9307411907655, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34234,7 +34234,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34244,13 +34244,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34260,14 +34260,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 592.9526123936816, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34279,7 +34279,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34289,13 +34289,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34305,14 +34305,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34324,7 +34324,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34334,13 +34334,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34350,14 +34350,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34369,7 +34369,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34379,13 +34379,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34395,14 +34395,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34414,7 +34414,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34424,13 +34424,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34440,14 +34440,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34459,7 +34459,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34469,13 +34469,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34485,14 +34485,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34504,7 +34504,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34514,13 +34514,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34530,14 +34530,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 904.0097205346294, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34549,7 +34549,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34559,13 +34559,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34575,14 +34575,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 917.6184690157959, "y": 770, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34594,7 +34594,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34604,13 +34604,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34620,14 +34620,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34639,7 +34639,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34649,13 +34649,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34665,14 +34665,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 558.9307411907655, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34684,7 +34684,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34694,13 +34694,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34710,14 +34710,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 592.9526123936816, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34729,7 +34729,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34739,13 +34739,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34755,14 +34755,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34774,7 +34774,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34784,13 +34784,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34800,14 +34800,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 607.5334143377886, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34819,7 +34819,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34829,13 +34829,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34845,14 +34845,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34864,7 +34864,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34874,13 +34874,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34890,14 +34890,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34909,7 +34909,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34919,13 +34919,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34935,14 +34935,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34954,7 +34954,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34964,13 +34964,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -34980,14 +34980,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 904.0097205346294, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -34999,7 +34999,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35009,13 +35009,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35025,14 +35025,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 918.5905224787364, "y": 792, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35044,7 +35044,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35054,13 +35054,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35070,14 +35070,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35089,7 +35089,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35099,13 +35099,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35115,14 +35115,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 558.9307411907655, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35134,7 +35134,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35144,13 +35144,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35160,14 +35160,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 592.9526123936816, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35179,7 +35179,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35189,13 +35189,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35205,14 +35205,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35224,7 +35224,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35234,13 +35234,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35250,14 +35250,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35269,7 +35269,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35279,13 +35279,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35295,14 +35295,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35314,7 +35314,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35324,13 +35324,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35340,14 +35340,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35359,7 +35359,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35369,13 +35369,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35385,14 +35385,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 2.9161603888213854, "x": 904.0097205346294, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35404,7 +35404,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35414,13 +35414,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35430,14 +35430,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 918.5905224787364, "y": 814, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35449,7 +35449,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35459,13 +35459,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35475,14 +35475,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35494,7 +35494,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35504,13 +35504,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35520,14 +35520,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 592.9526123936816, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35539,7 +35539,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35549,13 +35549,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35565,14 +35565,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35584,7 +35584,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35594,13 +35594,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35610,14 +35610,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35629,7 +35629,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35639,13 +35639,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35655,14 +35655,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35674,7 +35674,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35684,13 +35684,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35700,14 +35700,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35719,7 +35719,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35729,13 +35729,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35745,14 +35745,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 904.0097205346294, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35764,7 +35764,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35774,13 +35774,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35790,14 +35790,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 918.5905224787364, "y": 836, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35809,7 +35809,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35819,13 +35819,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35835,14 +35835,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35854,7 +35854,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35864,13 +35864,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35880,14 +35880,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 592.9526123936816, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35899,7 +35899,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35909,13 +35909,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35925,14 +35925,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35944,7 +35944,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35954,13 +35954,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -35970,14 +35970,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35989,7 +35989,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -35999,13 +35999,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36015,14 +36015,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36034,7 +36034,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36044,13 +36044,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36060,14 +36060,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36079,7 +36079,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36089,13 +36089,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36105,14 +36105,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 904.9817739975699, "y": 858, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36124,7 +36124,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36134,13 +36134,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36150,14 +36150,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 880, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36169,7 +36169,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36179,13 +36179,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36195,14 +36195,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 599.7569866342649, "y": 880, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36214,7 +36214,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36224,13 +36224,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36240,14 +36240,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 880, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36259,7 +36259,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36269,13 +36269,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36285,14 +36285,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 880, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36304,7 +36304,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36314,13 +36314,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36330,14 +36330,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 880, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36349,7 +36349,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36359,13 +36359,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36375,14 +36375,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 902, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36394,7 +36394,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36404,13 +36404,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36420,14 +36420,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 902, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36439,7 +36439,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36449,13 +36449,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36465,14 +36465,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 902, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36484,7 +36484,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36494,13 +36494,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36510,14 +36510,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 902, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36529,7 +36529,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36539,13 +36539,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36555,14 +36555,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 924, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36574,7 +36574,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36584,13 +36584,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36600,14 +36600,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 1.9441069258809236, "x": 772.7825030376671, "y": 924, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36619,7 +36619,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36629,13 +36629,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36645,14 +36645,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 924, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36664,7 +36664,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36674,13 +36674,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36690,14 +36690,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 924, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36709,7 +36709,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36719,13 +36719,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36735,14 +36735,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 946, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36754,7 +36754,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36764,13 +36764,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36780,14 +36780,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 772.7825030376671, "y": 946, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36799,7 +36799,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36809,13 +36809,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36825,14 +36825,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 946, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36844,7 +36844,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36854,13 +36854,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36870,14 +36870,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 946, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36889,7 +36889,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36899,13 +36899,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36915,14 +36915,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 968, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36934,7 +36934,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36944,13 +36944,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -36960,14 +36960,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 772.7825030376671, "y": 968, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36979,7 +36979,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -36989,13 +36989,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37005,14 +37005,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 968, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37024,7 +37024,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37034,13 +37034,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37050,14 +37050,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 968, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37069,7 +37069,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37079,13 +37079,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37095,14 +37095,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 990, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37114,7 +37114,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37124,13 +37124,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37140,14 +37140,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 772.7825030376671, "y": 990, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37159,7 +37159,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37169,13 +37169,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37185,14 +37185,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 990, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37204,7 +37204,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37214,13 +37214,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37230,14 +37230,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 784.4471445929527, "y": 990, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37249,7 +37249,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37259,13 +37259,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37275,14 +37275,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 1012, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37294,7 +37294,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37304,13 +37304,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37320,14 +37320,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 772.7825030376671, "y": 1012, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37339,7 +37339,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37349,13 +37349,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37365,14 +37365,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 1012, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37384,7 +37384,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37394,13 +37394,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37410,14 +37410,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 1034, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37429,7 +37429,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37439,13 +37439,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37455,14 +37455,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 772.7825030376671, "y": 1034, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37474,7 +37474,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37484,13 +37484,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37500,14 +37500,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 1034, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37519,7 +37519,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37529,13 +37529,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37545,14 +37545,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 1056, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37564,7 +37564,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37574,13 +37574,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37590,14 +37590,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 772.7825030376671, "y": 1056, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37609,7 +37609,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37619,13 +37619,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37635,14 +37635,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 779.5868772782503, "y": 1056, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37654,7 +37654,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37664,13 +37664,13 @@ Array [ ], "type": "fill", }, - Object { - "props": Object { + { + "props": { "fillRule": "nonzero", - "path": Array [ - Object { - "props": Object {}, - "transform": Array [ + "path": [ + { + "props": {}, + "transform": [ 1, 0, 0, @@ -37680,14 +37680,14 @@ Array [ ], "type": "beginPath", }, - Object { - "props": Object { + { + "props": { "height": 22, "width": 0.9720534629404618, "x": 555.0425273390036, "y": 1078, }, - "transform": Array [ + "transform": [ 1, 0, 0, @@ -37699,7 +37699,7 @@ Array [ }, ], }, - "transform": Array [ + "transform": [ 1, 0, 0, diff --git a/public/app/plugins/panel/gauge/GaugeMigrations.test.ts b/public/app/plugins/panel/gauge/GaugeMigrations.test.ts index 853359c4bfb..5ba0cfd84d0 100644 --- a/public/app/plugins/panel/gauge/GaugeMigrations.test.ts +++ b/public/app/plugins/panel/gauge/GaugeMigrations.test.ts @@ -89,14 +89,14 @@ describe('Gauge Panel Migrations', () => { expect(result.reduceOptions.overrides).toBeUndefined(); expect((panel as PanelModel).fieldConfig).toMatchInlineSnapshot(` - Object { - "defaults": Object { - "color": Object { + { + "defaults": { + "color": { "mode": "thresholds", }, "decimals": 3, - "mappings": Array [ - Object { + "mappings": [ + { "from": "50", "id": 1, "operator": "", @@ -108,25 +108,25 @@ describe('Gauge Panel Migrations', () => { ], "max": "50", "min": "-50", - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "green", "index": 0, "value": -Infinity, }, - Object { + { "color": "#EAB839", "index": 1, "value": -25, }, - Object { + { "color": "#6ED0E0", "index": 2, "value": 0, }, - Object { + { "color": "red", "index": 3, "value": 25, @@ -135,7 +135,7 @@ describe('Gauge Panel Migrations', () => { }, "unit": "accMS2", }, - "overrides": Array [], + "overrides": [], } `); }); diff --git a/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap b/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap index 86d48544c74..f7631babc3e 100644 --- a/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap +++ b/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap @@ -1,10 +1,10 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Gauge Panel Migrations from 6.1.1 1`] = ` -Object { +{ "orientation": "auto", - "reduceOptions": Object { - "calcs": Array [ + "reduceOptions": { + "calcs": [ "last", ], "limit": undefined, diff --git a/public/app/plugins/panel/geomap/migrations.test.ts b/public/app/plugins/panel/geomap/migrations.test.ts index 88d3da0df0a..3b6f3d97ca2 100644 --- a/public/app/plugins/panel/geomap/migrations.test.ts +++ b/public/app/plugins/panel/geomap/migrations.test.ts @@ -18,48 +18,48 @@ describe('Worldmap Migrations', () => { const panel = {} as PanelModel; panel.options = mapPanelChangedHandler(panel, 'grafana-worldmap-panel', old, prevFieldConfig); expect(panel).toMatchInlineSnapshot(` - Object { - "fieldConfig": Object { - "defaults": Object { + { + "fieldConfig": { + "defaults": { "decimals": 3, - "thresholds": Object { + "thresholds": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "#37872D", "value": -Infinity, }, - Object { + { "color": "#E0B400", "value": 0, }, - Object { + { "color": "#C4162A", "value": 50, }, - Object { + { "color": "#8F3BB8", "value": 100, }, ], }, }, - "overrides": Array [], + "overrides": [], }, - "options": Object { - "basemap": Object { + "options": { + "basemap": { "name": "Basemap", "type": "default", }, - "controls": Object { + "controls": { "mouseWheelZoom": true, "showZoom": true, }, - "layers": Array [], - "tooltip": Object { + "layers": [], + "tooltip": { "mode": "details", }, - "view": Object { + "view": { "id": "europe", "lat": 46, "lon": 14, @@ -142,35 +142,35 @@ describe('geomap migrations', () => { panel.options = mapMigrationHandler(panel); expect(panel).toMatchInlineSnapshot(` - Object { - "options": Object { - "layers": Array [ - Object { - "config": Object { + { + "options": { + "layers": [ + { + "config": { "showLegend": true, - "style": Object { - "color": Object { + "style": { + "color": { "field": "Price", "fixed": "dark-green", }, "opacity": 0.4, - "rotation": Object { + "rotation": { "fixed": 0, "max": 360, "min": -360, "mode": "mod", }, - "size": Object { + "size": { "field": "Count", "fixed": 5, "max": 15, "min": 2, }, - "symbol": Object { + "symbol": { "fixed": "img/icons/marker/triangle.svg", "mode": "fixed", }, - "textConfig": Object { + "textConfig": { "fontSize": 12, "offsetX": 0, "offsetY": 0, diff --git a/public/app/plugins/panel/geomap/style/utils.test.ts b/public/app/plugins/panel/geomap/style/utils.test.ts index 8c79844a266..be53d13fe41 100644 --- a/public/app/plugins/panel/geomap/style/utils.test.ts +++ b/public/app/plugins/panel/geomap/style/utils.test.ts @@ -34,8 +34,8 @@ describe('style utils', () => { state.config = null as unknown as StyleConfig; // not interesting in the snapshot expect(state.hasText).toBe(false); expect(state).toMatchInlineSnapshot(` - Object { - "base": Object { + { + "base": { "color": "#37872D", "lineWidth": 1, "opacity": 0.4, @@ -43,7 +43,7 @@ describe('style utils', () => { "size": 5, }, "config": null, - "fields": Object { + "fields": { "color": "Price", "size": "Count", }, diff --git a/public/app/plugins/panel/geomap/utils/getFeatures.test.ts b/public/app/plugins/panel/geomap/utils/getFeatures.test.ts index 6bc61033399..0b2b31a3f45 100644 --- a/public/app/plugins/panel/geomap/utils/getFeatures.test.ts +++ b/public/app/plugins/panel/geomap/utils/getFeatures.test.ts @@ -16,7 +16,7 @@ describe('get features utils', () => { const info = getLayerPropertyInfo(features); expect(info.geometryType).toBe(GeometryTypeId.Point); expect(info.propertes.map((v) => v.value)).toMatchInlineSnapshot(` - Array [ + [ "a", "b", "hello", @@ -29,13 +29,13 @@ describe('get features utils', () => { const uniqueA = getUniqueFeatureValues(features, 'a'); const uniqueB = getUniqueFeatureValues(features, 'b'); expect(uniqueA).toMatchInlineSnapshot(` - Array [ + [ "1", "2", ] `); expect(uniqueB).toMatchInlineSnapshot(` - Array [ + [ "10", "20", "30", diff --git a/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap b/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap index d1a47a1594c..e92044fa765 100644 --- a/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap +++ b/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap @@ -1,25 +1,25 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Graph DataProcessor getTimeSeries from LegacyResponseData Should return a new series for each field 1`] = ` -Array [ +[ TimeSeries { "alias": "Value", "aliasEscaped": "Value", - "bars": Object { + "bars": { "fillColor": "#7EB26D", }, "color": "#7EB26D", "dataFrameIndex": 0, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 1, 1001, ], - Array [ + [ 2, 1002, ], - Array [ + [ 3, 1003, ], @@ -29,28 +29,28 @@ Array [ "id": "Value", "label": "Value", "legend": true, - "stats": Object {}, + "stats": {}, "unit": "watt", "valueFormater": [Function], }, TimeSeries { "alias": "table_data v1", "aliasEscaped": "table_data v1", - "bars": Object { + "bars": { "fillColor": "#EAB839", }, "color": "#EAB839", "dataFrameIndex": 1, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 0.1, 1001, ], - Array [ + [ 0.2, 1002, ], - Array [ + [ 0.3, 1003, ], @@ -60,28 +60,28 @@ Array [ "id": "table_data v1", "label": "table_data v1", "legend": true, - "stats": Object {}, + "stats": {}, "unit": "ohm", "valueFormater": [Function], }, TimeSeries { "alias": "table_data v2", "aliasEscaped": "table_data v2", - "bars": Object { + "bars": { "fillColor": "#6ED0E0", }, "color": "#6ED0E0", "dataFrameIndex": 1, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 1.1, 1001, ], - Array [ + [ 2.2, 1002, ], - Array [ + [ 3.3, 1003, ], @@ -91,28 +91,28 @@ Array [ "id": "table_data v2", "label": "table_data v2", "legend": true, - "stats": Object {}, + "stats": {}, "unit": undefined, "valueFormater": [Function], }, TimeSeries { "alias": "series v1", "aliasEscaped": "series v1", - "bars": Object { + "bars": { "fillColor": "#EF843C", }, "color": "#EF843C", "dataFrameIndex": 2, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 0.1, 1001, ], - Array [ + [ 0.2, 1002, ], - Array [ + [ 0.3, 1003, ], @@ -122,28 +122,28 @@ Array [ "id": "series v1", "label": "series v1", "legend": true, - "stats": Object {}, + "stats": {}, "unit": undefined, "valueFormater": [Function], }, TimeSeries { "alias": "series v2", "aliasEscaped": "series v2", - "bars": Object { + "bars": { "fillColor": "#E24D42", }, "color": "#E24D42", "dataFrameIndex": 2, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 1.1, 1001, ], - Array [ + [ 2.2, 1002, ], - Array [ + [ 3.3, 1003, ], @@ -153,28 +153,28 @@ Array [ "id": "series v2", "label": "series v2", "legend": true, - "stats": Object {}, + "stats": {}, "unit": undefined, "valueFormater": [Function], }, TimeSeries { "alias": "series with time as strings v1", "aliasEscaped": "series with time as strings v1", - "bars": Object { + "bars": { "fillColor": "#1F78C1", }, "color": "#1F78C1", "dataFrameIndex": 3, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 0.1, 1609462800000, ], - Array [ + [ 0.2, 1609462800000, ], - Array [ + [ 0.3, 1609466400000, ], @@ -184,7 +184,7 @@ Array [ "id": "series with time as strings v1", "label": "series with time as strings v1", "legend": true, - "stats": Object {}, + "stats": {}, "unit": undefined, "valueFormater": [Function], }, @@ -192,85 +192,85 @@ Array [ `; exports[`Graph DataProcessor getTimeSeries from LegacyResponseData Should return single histogram 1`] = ` -Array [ +[ TimeSeries { "alias": "Count", "aliasEscaped": "Count", - "bars": Object { + "bars": { "fillColor": "#7EB26D", }, "color": "#7EB26D", "dataFrameIndex": 0, - "datapoints": Array [ - Array [ + "datapoints": [ + [ 1, 1001, ], - Array [ + [ 2, 1002, ], - Array [ + [ 3, 1003, ], - Array [ + [ 0.1, 1001, ], - Array [ + [ 0.2, 1002, ], - Array [ + [ 0.3, 1003, ], - Array [ + [ 1.1, 1001, ], - Array [ + [ 2.2, 1002, ], - Array [ + [ 3.3, 1003, ], - Array [ + [ 0.1, 1001, ], - Array [ + [ 0.2, 1002, ], - Array [ + [ 0.3, 1003, ], - Array [ + [ 1.1, 1001, ], - Array [ + [ 2.2, 1002, ], - Array [ + [ 3.3, 1003, ], - Array [ + [ 0.1, 1609462800000, ], - Array [ + [ 0.2, 1609462800000, ], - Array [ + [ 0.3, 1609466400000, ], @@ -280,7 +280,7 @@ Array [ "id": "Value", "label": "Value", "legend": true, - "stats": Object {}, + "stats": {}, "unit": "watt", "valueFormater": [Function], }, diff --git a/public/app/plugins/panel/heatmap/migrations.test.ts b/public/app/plugins/panel/heatmap/migrations.test.ts index fd12e6fd556..5d919a9187b 100644 --- a/public/app/plugins/panel/heatmap/migrations.test.ts +++ b/public/app/plugins/panel/heatmap/migrations.test.ts @@ -23,21 +23,21 @@ describe('Heatmap Migrations', () => { prevFieldConfig ); expect(panel).toMatchInlineSnapshot(` - Object { - "fieldConfig": Object { - "defaults": Object {}, - "overrides": Array [], + { + "fieldConfig": { + "defaults": {}, + "overrides": [], }, - "options": Object { + "options": { "calculate": true, - "calculation": Object { - "xBuckets": Object { + "calculation": { + "xBuckets": { "mode": "count", "value": "100", }, - "yBuckets": Object { + "yBuckets": { "mode": "count", - "scale": Object { + "scale": { "log": 2, "type": "log", }, @@ -46,10 +46,10 @@ describe('Heatmap Migrations', () => { }, "cellGap": 2, "cellRadius": 10, - "cellValues": Object { + "cellValues": { "decimals": undefined, }, - "color": Object { + "color": { "exponent": 0.5, "fill": "#b4ff00", "max": 100, @@ -60,24 +60,24 @@ describe('Heatmap Migrations', () => { "scheme": "BuGn", "steps": 128, }, - "exemplars": Object { + "exemplars": { "color": "rgba(255,0,255,0.7)", }, - "filterValues": Object { + "filterValues": { "le": 1e-9, }, - "legend": Object { + "legend": { "show": true, }, - "rowsFrame": Object { + "rowsFrame": { "layout": "auto", }, "showValue": "never", - "tooltip": Object { + "tooltip": { "show": true, "yHistogram": true, }, - "yAxis": Object { + "yAxis": { "axisPlacement": "left", "axisWidth": 400, "decimals": 6, diff --git a/public/app/plugins/panel/state-timeline/__snapshots__/migrations.test.ts.snap b/public/app/plugins/panel/state-timeline/__snapshots__/migrations.test.ts.snap index 38b0ff20b6d..bf4852cfbe9 100644 --- a/public/app/plugins/panel/state-timeline/__snapshots__/migrations.test.ts.snap +++ b/public/app/plugins/panel/state-timeline/__snapshots__/migrations.test.ts.snap @@ -1,54 +1,54 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Timeline Migrations from discrete panel 1`] = ` -Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object { +{ + "fieldConfig": { + "defaults": { + "custom": { "fillOpacity": 100, "lineWidth": 0, }, - "mappings": Array [ - Object { - "options": Object { - "1": Object { + "mappings": [ + { + "options": { + "1": { "color": "#7EB26D", }, - "111": Object { + "111": { "text": "ONE", }, - "20": Object { + "20": { "color": "#EAB839", }, - "222": Object { + "222": { "text": "TWO", }, - "30": Object { + "30": { "color": "#EF843C", }, - "5": Object { + "5": { "color": "#E24D42", }, - "90": Object { + "90": { "color": "#6ED0E0", }, }, "type": "value", }, - Object { - "options": Object { + { + "options": { "from": 1, - "result": Object { + "result": { "text": "AAA", }, "to": 3, }, "type": "range", }, - Object { - "options": Object { + { + "options": { "from": 4, - "result": Object { + "result": { "text": "BBB", }, "to": 5, @@ -58,9 +58,9 @@ Object { ], "unit": "currencyGBP", }, - "overrides": Array [], + "overrides": [], }, - "options": Object { + "options": { "mergeValues": true, }, } diff --git a/public/app/plugins/panel/state-timeline/utils.test.ts b/public/app/plugins/panel/state-timeline/utils.test.ts index d4cc5208b38..809490326fd 100644 --- a/public/app/plugins/panel/state-timeline/utils.test.ts +++ b/public/app/plugins/panel/state-timeline/utils.test.ts @@ -59,7 +59,7 @@ describe('prepare timeline graph', () => { const field = out.fields.find((f) => f.name === 'b'); expect(field?.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ 1, 1, undefined, diff --git a/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap b/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap index 1408187af14..965c68b5c56 100644 --- a/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap +++ b/public/app/plugins/panel/table/__snapshots__/migrations.test.ts.snap @@ -1,10 +1,10 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table Migrations migrates styles to field config overrides and defaults 1`] = ` -Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object { +{ + "fieldConfig": { + "defaults": { + "custom": { "align": "right", "displayMode": undefined, }, @@ -12,63 +12,63 @@ Object { "displayName": "", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "Time", }, - "properties": Array [ - Object { + "properties": [ + { "id": "displayName", "value": "Time", }, - Object { + { "id": "unit", "value": "time: YYYY-MM-DD HH:mm:ss", }, - Object { + { "id": "custom.align", "value": null, }, ], }, - Object { - "matcher": Object { + { + "matcher": { "id": "byName", "options": "ColorCell", }, - "properties": Array [ - Object { + "properties": [ + { "id": "unit", "value": "currencyUSD", }, - Object { + { "id": "decimals", "value": 2, }, - Object { + { "id": "custom.displayMode", "value": "color-background", }, - Object { + { "id": "custom.align", "value": "left", }, - Object { + { "id": "thresholds", - "value": Object { + "value": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "rgba(245, 54, 54, 0.9)", "value": -Infinity, }, - Object { + { "color": "rgba(237, 129, 40, 0.89)", "value": 5, }, - Object { + { "color": "rgba(50, 172, 45, 0.97)", "value": 10, }, @@ -77,52 +77,52 @@ Object { }, ], }, - Object { - "matcher": Object { + { + "matcher": { "id": "byName", "options": "ColorValue", }, - "properties": Array [ - Object { + "properties": [ + { "id": "unit", "value": "Bps", }, - Object { + { "id": "decimals", "value": 2, }, - Object { + { "id": "links", - "value": Array [ - Object { + "value": [ + { "targetBlank": true, "title": "", "url": "http://www.grafana.com", }, ], }, - Object { + { "id": "custom.displayMode", "value": "color-text", }, - Object { + { "id": "custom.align", "value": null, }, - Object { + { "id": "thresholds", - "value": Object { + "value": { "mode": "absolute", - "steps": Array [ - Object { + "steps": [ + { "color": "rgba(245, 54, 54, 0.9)", "value": -Infinity, }, - Object { + { "color": "rgba(237, 129, 40, 0.89)", "value": 5, }, - Object { + { "color": "rgba(50, 172, 45, 0.97)", "value": 10, }, @@ -133,23 +133,23 @@ Object { }, ], }, - "transformations": Array [], + "transformations": [], } `; exports[`Table Migrations migrates transform out to core transforms 1`] = ` -Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object {}, +{ + "fieldConfig": { + "defaults": { + "custom": {}, }, - "overrides": Array [], + "overrides": [], }, - "transformations": Array [ - Object { + "transformations": [ + { "id": "seriesToColumns", - "options": Object { - "reducers": Array [], + "options": { + "reducers": [], }, }, ], @@ -157,18 +157,18 @@ Object { `; exports[`Table Migrations migrates transform out to core transforms 2`] = ` -Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object {}, +{ + "fieldConfig": { + "defaults": { + "custom": {}, }, - "overrides": Array [], + "overrides": [], }, - "transformations": Array [ - Object { + "transformations": [ + { "id": "seriesToRows", - "options": Object { - "reducers": Array [], + "options": { + "reducers": [], }, }, ], @@ -176,19 +176,19 @@ Object { `; exports[`Table Migrations migrates transform out to core transforms 3`] = ` -Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object {}, +{ + "fieldConfig": { + "defaults": { + "custom": {}, }, - "overrides": Array [], + "overrides": [], }, - "transformations": Array [ - Object { + "transformations": [ + { "id": "reduce", - "options": Object { + "options": { "includeTimeField": false, - "reducers": Array [ + "reducers": [ "mean", "max", "lastNotNull", @@ -200,18 +200,18 @@ Object { `; exports[`Table Migrations migrates transform out to core transforms 4`] = ` -Object { - "fieldConfig": Object { - "defaults": Object { - "custom": Object {}, +{ + "fieldConfig": { + "defaults": { + "custom": {}, }, - "overrides": Array [], + "overrides": [], }, - "transformations": Array [ - Object { + "transformations": [ + { "id": "merge", - "options": Object { - "reducers": Array [], + "options": { + "reducers": [], }, }, ], diff --git a/public/app/plugins/panel/timeseries/__snapshots__/migrations.test.ts.snap b/public/app/plugins/panel/timeseries/__snapshots__/migrations.test.ts.snap index 63ab57895cc..5fbc82701a1 100644 --- a/public/app/plugins/panel/timeseries/__snapshots__/migrations.test.ts.snap +++ b/public/app/plugins/panel/timeseries/__snapshots__/migrations.test.ts.snap @@ -1,11 +1,11 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Graph Migrations legend with multiple values 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "auto", "drawStyle": "line", "fillOpacity": 50, @@ -17,16 +17,16 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "A-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "red", "mode": "fixed", }, @@ -35,9 +35,9 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "mean", "lastNotNull", "sum", @@ -46,7 +46,7 @@ Object { "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -55,27 +55,27 @@ Object { `; exports[`Graph Migrations legend with single value 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "drawStyle": "points", "spanNulls": false, }, }, - "overrides": Array [], + "overrides": [], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "sum", ], "displayMode": "list", "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "single", "sort": "none", }, @@ -84,25 +84,25 @@ Object { `; exports[`Graph Migrations legend without values 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "drawStyle": "points", "spanNulls": false, }, }, - "overrides": Array [], + "overrides": [], }, - "options": Object { - "legend": Object { - "calcs": Array [], + "options": { + "legend": { + "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "single", "sort": "none", }, @@ -111,11 +111,11 @@ Object { `; exports[`Graph Migrations preserves colors from series overrides 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "hidden", "drawStyle": "line", "fillOpacity": 60, @@ -128,31 +128,31 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "A-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "rgba(165, 72, 170, 0.77)", "mode": "fixed", }, }, ], }, - Object { - "matcher": Object { + { + "matcher": { "id": "byName", "options": "B-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "rgba(16, 72, 170, 0.77)", "mode": "fixed", }, @@ -161,9 +161,9 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "mean", "lastNotNull", "max", @@ -174,7 +174,7 @@ Object { "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -183,11 +183,11 @@ Object { `; exports[`Graph Migrations preserves series overrides using a regex alias 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "hidden", "drawStyle": "line", "fillOpacity": 60, @@ -200,31 +200,31 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byRegexp", "options": "/^A-/", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "rgba(165, 72, 170, 0.77)", "mode": "fixed", }, }, ], }, - Object { - "matcher": Object { + { + "matcher": { "id": "byRegexp", "options": "/.*Status: 2[0-9]+.*/i", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "rgba(16, 72, 170, 0.77)", "mode": "fixed", }, @@ -233,9 +233,9 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "mean", "lastNotNull", "max", @@ -246,7 +246,7 @@ Object { "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -255,27 +255,27 @@ Object { `; exports[`Graph Migrations simple bars 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "drawStyle": "bars", "fillOpacity": 100, "showPoints": "never", "spanNulls": false, }, }, - "overrides": Array [], + "overrides": [], }, - "options": Object { - "legend": Object { - "calcs": Array [], + "options": { + "legend": { + "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "single", "sort": "none", }, @@ -284,11 +284,11 @@ Object { `; exports[`Graph Migrations stacking groups 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "auto", "drawStyle": "line", "fillOpacity": 50, @@ -296,7 +296,7 @@ Object { "lineWidth": 5, "showPoints": "never", "spanNulls": false, - "stacking": Object { + "stacking": { "group": "A", "mode": "normal", }, @@ -304,46 +304,46 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "A-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "red", "mode": "fixed", }, }, ], }, - Object { - "matcher": Object { + { + "matcher": { "id": "byName", "options": "A-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "custom.stacking", - "value": Object { + "value": { "group": "A", "mode": "normal", }, }, ], }, - Object { - "matcher": Object { + { + "matcher": { "id": "byName", "options": "B-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "custom.stacking", - "value": Object { + "value": { "group": "A", "mode": "normal", }, @@ -352,9 +352,9 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "mean", "lastNotNull", "sum", @@ -363,7 +363,7 @@ Object { "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -372,11 +372,11 @@ Object { `; exports[`Graph Migrations stacking simple 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "auto", "drawStyle": "line", "fillOpacity": 50, @@ -384,7 +384,7 @@ Object { "lineWidth": 5, "showPoints": "never", "spanNulls": false, - "stacking": Object { + "stacking": { "group": "A", "mode": "normal", }, @@ -392,16 +392,16 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "A-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "red", "mode": "fixed", }, @@ -410,9 +410,9 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "mean", "lastNotNull", "sum", @@ -421,7 +421,7 @@ Object { "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -430,11 +430,11 @@ Object { `; exports[`Graph Migrations stairscase 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "hidden", "drawStyle": "line", "fillOpacity": 60, @@ -448,11 +448,11 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [], + "overrides": [], }, - "options": Object { - "legend": Object { - "calcs": Array [ + "options": { + "legend": { + "calcs": [ "mean", "lastNotNull", "max", @@ -463,7 +463,7 @@ Object { "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -472,11 +472,11 @@ Object { `; exports[`Graph Migrations stepped line 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisPlacement": "auto", "drawStyle": "line", "fillOpacity": 50, @@ -488,16 +488,16 @@ Object { "nullValueMode": "null", "unit": "short", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "A-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "color", - "value": Object { + "value": { "fixedColor": "red", "mode": "fixed", }, @@ -506,14 +506,14 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [], + "options": { + "legend": { + "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -522,21 +522,21 @@ Object { `; exports[`Graph Migrations transforms should preserve "constant" transform 1`] = ` -Object { - "defaults": Object { - "custom": Object { +{ + "defaults": { + "custom": { "drawStyle": "points", "spanNulls": false, }, }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "out", }, - "properties": Array [ - Object { + "properties": [ + { "id": "custom.transform", "value": "constant", }, @@ -547,21 +547,21 @@ Object { `; exports[`Graph Migrations transforms should preserve "negative-Y" transform 1`] = ` -Object { - "defaults": Object { - "custom": Object { +{ + "defaults": { + "custom": { "drawStyle": "points", "spanNulls": false, }, }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "out", }, - "properties": Array [ - Object { + "properties": [ + { "id": "custom.transform", "value": "negative-Y", }, @@ -572,24 +572,24 @@ Object { `; exports[`Graph Migrations twoYAxis 1`] = ` -Object { +{ "alert": undefined, - "fieldConfig": Object { - "defaults": Object { - "custom": Object { + "fieldConfig": { + "defaults": { + "custom": { "axisLabel": "Y111", "axisPlacement": "auto", "drawStyle": "line", "fillOpacity": 10, - "lineStyle": Object { - "dash": Array [ + "lineStyle": { + "dash": [ 10, 10, ], "fill": "dash", }, "lineWidth": 1, - "scaleDistribution": Object { + "scaleDistribution": { "log": 10, "type": "log", }, @@ -602,37 +602,37 @@ Object { "nullValueMode": "null", "unit": "areaMI2", }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byName", "options": "B-series", }, - "properties": Array [ - Object { + "properties": [ + { "id": "unit", "value": "degree", }, - Object { + { "id": "decimals", "value": 2, }, - Object { + { "id": "min", "value": -10, }, - Object { + { "id": "max", "value": 25, }, - Object { + { "id": "custom.axisLabel", "value": "Y222", }, - Object { + { "id": "custom.lineStyle", - "value": Object { - "dash": Array [ + "value": { + "dash": [ 5, 8, ], @@ -643,14 +643,14 @@ Object { }, ], }, - "options": Object { - "legend": Object { - "calcs": Array [], + "options": { + "legend": { + "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true, }, - "tooltip": Object { + "tooltip": { "mode": "multi", "sort": "none", }, @@ -659,21 +659,21 @@ Object { `; exports[`Graph Migrations x axis should hide x axis 1`] = ` -Object { - "defaults": Object { - "custom": Object { +{ + "defaults": { + "custom": { "drawStyle": "points", "spanNulls": false, }, }, - "overrides": Array [ - Object { - "matcher": Object { + "overrides": [ + { + "matcher": { "id": "byType", "options": "time", }, - "properties": Array [ - Object { + "properties": [ + { "id": "custom.axisPlacement", "value": "hidden", }, diff --git a/public/app/plugins/panel/timeseries/migrations.test.ts b/public/app/plugins/panel/timeseries/migrations.test.ts index 6daee162a78..3d23da85fe7 100644 --- a/public/app/plugins/panel/timeseries/migrations.test.ts +++ b/public/app/plugins/panel/timeseries/migrations.test.ts @@ -193,16 +193,16 @@ describe('Graph Migrations', () => { panel.options = graphPanelChangedHandler(panel, 'graph', old, prevFieldConfig); expect(panel.fieldConfig.defaults.custom.thresholdsStyle.mode).toBe('area'); expect(panel.fieldConfig.defaults.thresholds?.steps).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "color": "transparent", "value": -Infinity, }, - Object { + { "color": "orange", "value": 50, }, - Object { + { "color": "red", "value": 80, }, @@ -238,16 +238,16 @@ describe('Graph Migrations', () => { panel.options = graphPanelChangedHandler(panel, 'graph', old, prevFieldConfig); expect(panel.fieldConfig.defaults.custom.thresholdsStyle.mode).toBe('line+area'); expect(panel.fieldConfig.defaults.thresholds?.steps).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "color": "orange", "value": -Infinity, }, - Object { + { "color": "transparent", "value": 40, }, - Object { + { "color": "red", "value": 80, }, @@ -275,12 +275,12 @@ describe('Graph Migrations', () => { panel.options = graphPanelChangedHandler(panel, 'graph', old, prevFieldConfig); expect(panel.fieldConfig.defaults.custom.thresholdsStyle.mode).toBe('line+area'); expect(panel.fieldConfig.defaults.thresholds?.steps).toMatchInlineSnapshot(` - Array [ - Object { + [ + { "color": "orange", "value": -Infinity, }, - Object { + { "color": "transparent", "value": 40, }, diff --git a/public/app/plugins/panel/timeseries/utils.test.ts b/public/app/plugins/panel/timeseries/utils.test.ts index 9be6bde5c11..1c765afe277 100644 --- a/public/app/plugins/panel/timeseries/utils.test.ts +++ b/public/app/plugins/panel/timeseries/utils.test.ts @@ -48,7 +48,7 @@ describe('prepare timeseries graph', () => { const field = out.fields.find((f) => f.name === 'c'); expect(field?.display).toBeDefined(); expect(field!.display!(1)).toMatchInlineSnapshot(` - Object { + { "color": "#808080", "numeric": 1, "percent": 1, @@ -70,7 +70,7 @@ describe('prepare timeseries graph', () => { const field = frames![0].fields.find((f) => f.name === 'a'); expect(field!.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ -10, null, 10, @@ -91,7 +91,7 @@ describe('prepare timeseries graph', () => { const field = frames![0].fields.find((f) => f.name === 'a'); expect(field!.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ 1, null, 2, @@ -115,7 +115,7 @@ describe('prepare timeseries graph', () => { const field = frames![0].fields.find((f) => f.name === 'a'); expect(field!.values.toArray()).toMatchInlineSnapshot(` - Array [ + [ 1, 20, 2, diff --git a/yarn.lock b/yarn.lock index c97b0ca2335..8718f167344 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1921,7 +1921,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-jsx@npm:^7.17.12, @babel/plugin-syntax-jsx@npm:^7.18.6": +"@babel/plugin-syntax-jsx@npm:^7.17.12, @babel/plugin-syntax-jsx@npm:^7.18.6, @babel/plugin-syntax-jsx@npm:^7.7.2": version: 7.18.6 resolution: "@babel/plugin-syntax-jsx@npm:7.18.6" dependencies: @@ -4316,7 +4316,7 @@ __metadata: "@testing-library/user-event": 14.4.3 "@types/d3-interpolate": ^1.4.0 "@types/history": 4.7.11 - "@types/jest": 28.1.6 + "@types/jest": 29.2.3 "@types/jquery": 3.5.14 "@types/lodash": 4.14.187 "@types/marked": 4.0.7 @@ -4525,7 +4525,7 @@ __metadata: "@testing-library/user-event": 14.4.3 "@types/angular": 1.8.4 "@types/history": 4.7.11 - "@types/jest": 28.1.6 + "@types/jest": 29.2.3 "@types/lodash": 4.14.187 "@types/react": 17.0.42 "@types/react-dom": 17.0.14 @@ -4726,7 +4726,7 @@ __metadata: "@types/enzyme-adapter-react-16": 1.0.6 "@types/hoist-non-react-statics": 3.3.1 "@types/is-hotkey": 0.1.7 - "@types/jest": 28.1.6 + "@types/jest": 29.2.3 "@types/jquery": 3.5.14 "@types/lodash": 4.14.187 "@types/mock-raf": 1.0.3 @@ -4967,7 +4967,7 @@ __metadata: "@types/classnames": ^2.2.7 "@types/deep-freeze": ^0.1.1 "@types/hoist-non-react-statics": ^3.3.1 - "@types/jest": 28.1.6 + "@types/jest": 29.2.3 "@types/lodash": 4.14.187 "@types/prop-types": 15.7.5 "@types/react": 17.0.42 @@ -5017,17 +5017,17 @@ __metadata: languageName: node linkType: hard -"@jest/console@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/console@npm:28.1.3" +"@jest/console@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/console@npm:29.3.1" dependencies: - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 "@types/node": "*" chalk: ^4.0.0 - jest-message-util: ^28.1.3 - jest-util: ^28.1.3 + jest-message-util: ^29.3.1 + jest-util: ^29.3.1 slash: ^3.0.0 - checksum: fe50d98d26d02ce2901c76dff4bd5429a33c13affb692c9ebf8a578ca2f38a5dd854363d40d6c394f215150791fd1f692afd8e730a4178dda24107c8dfd9750a + checksum: 9eecbfb6df4f5b810374849b7566d321255e6fd6e804546236650384966be532ff75a3e445a3277eadefe67ddf4dc56cd38332abd72d6a450f1bea9866efc6d7 languageName: node linkType: hard @@ -5072,37 +5072,36 @@ __metadata: languageName: node linkType: hard -"@jest/core@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/core@npm:28.1.3" +"@jest/core@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/core@npm:29.3.1" dependencies: - "@jest/console": ^28.1.3 - "@jest/reporters": ^28.1.3 - "@jest/test-result": ^28.1.3 - "@jest/transform": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/console": ^29.3.1 + "@jest/reporters": ^29.3.1 + "@jest/test-result": ^29.3.1 + "@jest/transform": ^29.3.1 + "@jest/types": ^29.3.1 "@types/node": "*" ansi-escapes: ^4.2.1 chalk: ^4.0.0 ci-info: ^3.2.0 exit: ^0.1.2 graceful-fs: ^4.2.9 - jest-changed-files: ^28.1.3 - jest-config: ^28.1.3 - jest-haste-map: ^28.1.3 - jest-message-util: ^28.1.3 - jest-regex-util: ^28.0.2 - jest-resolve: ^28.1.3 - jest-resolve-dependencies: ^28.1.3 - jest-runner: ^28.1.3 - jest-runtime: ^28.1.3 - jest-snapshot: ^28.1.3 - jest-util: ^28.1.3 - jest-validate: ^28.1.3 - jest-watcher: ^28.1.3 + jest-changed-files: ^29.2.0 + jest-config: ^29.3.1 + jest-haste-map: ^29.3.1 + jest-message-util: ^29.3.1 + jest-regex-util: ^29.2.0 + jest-resolve: ^29.3.1 + jest-resolve-dependencies: ^29.3.1 + jest-runner: ^29.3.1 + jest-runtime: ^29.3.1 + jest-snapshot: ^29.3.1 + jest-util: ^29.3.1 + jest-validate: ^29.3.1 + jest-watcher: ^29.3.1 micromatch: ^4.0.4 - pretty-format: ^28.1.3 - rimraf: ^3.0.0 + pretty-format: ^29.3.1 slash: ^3.0.0 strip-ansi: ^6.0.0 peerDependencies: @@ -5110,7 +5109,7 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: cb79f34bafc4637e7130df12257f5b29075892a2be2c7f45c6d4c0420853e80b5dae11016e652530eb234f4c44c00910cdca3c2cd86275721860725073f7d9b4 + checksum: e3ac9201e8a084ccd832b17877b56490402b919f227622bb24f9372931e77b869e60959d34144222ce20fb619d0a6a6be20b257adb077a6b0f430a4584a45b0f languageName: node linkType: hard @@ -5126,34 +5125,34 @@ __metadata: languageName: node linkType: hard -"@jest/environment@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/environment@npm:28.1.3" +"@jest/environment@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/environment@npm:29.3.1" dependencies: - "@jest/fake-timers": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/fake-timers": ^29.3.1 + "@jest/types": ^29.3.1 "@types/node": "*" - jest-mock: ^28.1.3 - checksum: 14c496b84aef951df33128cea68988e9de43b2e9d62be9f9c4308d4ac307fa345642813679f80d0a4cedeb900cf6f0b6bb2b92ce089528e8721f72295fdc727f + jest-mock: ^29.3.1 + checksum: 974102aba7cc80508f787bb5504dcc96e5392e0a7776a63dffbf54ddc2c77d52ef4a3c08ed2eedec91965befff873f70cd7c9ed56f62bb132dcdb821730e6076 languageName: node linkType: hard -"@jest/expect-utils@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/expect-utils@npm:28.1.3" +"@jest/expect-utils@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/expect-utils@npm:29.3.1" dependencies: - jest-get-type: ^28.0.2 - checksum: 808ea3a68292a7e0b95490fdd55605c430b4cf209ea76b5b61bfb2a1badcb41bc046810fe4e364bd5fe04663978aa2bd73d8f8465a761dd7c655aeb44cf22987 + jest-get-type: ^29.2.0 + checksum: 7f3b853eb1e4299988f66b9aa49c1aacb7b8da1cf5518dca4ccd966e865947eed8f1bde6c8f5207d8400e9af870112a44b57aa83515ad6ea5e4a04a971863adb languageName: node linkType: hard -"@jest/expect@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/expect@npm:28.1.3" +"@jest/expect@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/expect@npm:29.3.1" dependencies: - expect: ^28.1.3 - jest-snapshot: ^28.1.3 - checksum: 4197f6fdddc33dc45ba4e838f992fc61839c421d7aed0dfe665ef9c2f172bb1df8a8cac9cecee272b40e744a326da521d5e182709fe82a0b936055bfffa3b473 + expect: ^29.3.1 + jest-snapshot: ^29.3.1 + checksum: 1d7b5cc735c8a99bfbed884d80fdb43b23b3456f4ec88c50fd86404b097bb77fba84f44e707fc9b49f106ca1154ae03f7c54dc34754b03f8a54eeb420196e5bf languageName: node linkType: hard @@ -5171,17 +5170,17 @@ __metadata: languageName: node linkType: hard -"@jest/fake-timers@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/fake-timers@npm:28.1.3" +"@jest/fake-timers@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/fake-timers@npm:29.3.1" dependencies: - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 "@sinonjs/fake-timers": ^9.1.2 "@types/node": "*" - jest-message-util: ^28.1.3 - jest-mock: ^28.1.3 - jest-util: ^28.1.3 - checksum: cec14d5b14913a54dce64a62912c5456235f5d90b509ceae19c727565073114dae1aaf960ac6be96b3eb94789a3a758b96b72c8fca7e49a6ccac415fbc0321e1 + jest-message-util: ^29.3.1 + jest-mock: ^29.3.1 + jest-util: ^29.3.1 + checksum: b1dafa8cdc439ef428cd772c775f0b22703677f52615513eda11a104bbfc352d7ec69b1225db95d4ef2e1b4ef0f23e1a7d96de5313aeb0950f672e6548ae069d languageName: node linkType: hard @@ -5196,14 +5195,15 @@ __metadata: languageName: node linkType: hard -"@jest/globals@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/globals@npm:28.1.3" +"@jest/globals@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/globals@npm:29.3.1" dependencies: - "@jest/environment": ^28.1.3 - "@jest/expect": ^28.1.3 - "@jest/types": ^28.1.3 - checksum: 3504bb23de629d466c6f2b6b75d2e1c1b10caccbbcfb7eaa82d22cc37711c8e364c243929581184846605c023b475ea6c42c2e3ea5994429a988d8d527af32cd + "@jest/environment": ^29.3.1 + "@jest/expect": ^29.3.1 + "@jest/types": ^29.3.1 + jest-mock: ^29.3.1 + checksum: 4d2b9458aabf7c28fd167e53984477498c897b64eec67a7f84b8fff465235cae1456ee0721cb0e7943f0cda443c7656adb9801f9f34e27495b8ebbd9f3033100 languageName: node linkType: hard @@ -5245,16 +5245,16 @@ __metadata: languageName: node linkType: hard -"@jest/reporters@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/reporters@npm:28.1.3" +"@jest/reporters@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/reporters@npm:29.3.1" dependencies: "@bcoe/v8-coverage": ^0.2.3 - "@jest/console": ^28.1.3 - "@jest/test-result": ^28.1.3 - "@jest/transform": ^28.1.3 - "@jest/types": ^28.1.3 - "@jridgewell/trace-mapping": ^0.3.13 + "@jest/console": ^29.3.1 + "@jest/test-result": ^29.3.1 + "@jest/transform": ^29.3.1 + "@jest/types": ^29.3.1 + "@jridgewell/trace-mapping": ^0.3.15 "@types/node": "*" chalk: ^4.0.0 collect-v8-coverage: ^1.0.0 @@ -5266,38 +5266,19 @@ __metadata: istanbul-lib-report: ^3.0.0 istanbul-lib-source-maps: ^4.0.0 istanbul-reports: ^3.1.3 - jest-message-util: ^28.1.3 - jest-util: ^28.1.3 - jest-worker: ^28.1.3 + jest-message-util: ^29.3.1 + jest-util: ^29.3.1 + jest-worker: ^29.3.1 slash: ^3.0.0 string-length: ^4.0.1 strip-ansi: ^6.0.0 - terminal-link: ^2.0.0 v8-to-istanbul: ^9.0.1 peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true - checksum: a7440887ce837922cbeaa64c3232eb48aae02aa9123f29fc4280ad3e1afe4b35dcba171ba1d5fd219037c396c5152d9c2d102cff1798dd5ae3bd33ac4759ae0a - languageName: node - linkType: hard - -"@jest/schemas@npm:^28.0.2": - version: 28.0.2 - resolution: "@jest/schemas@npm:28.0.2" - dependencies: - "@sinclair/typebox": ^0.23.3 - checksum: 6a177e97b112c99f377697fe803a34f4489b92cd07949876250c69edc9029c7cbda771fcbb03caebd20ffbcfa89b9c22b4dc9d1e9a7fbc9873185459b48ba780 - languageName: node - linkType: hard - -"@jest/schemas@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/schemas@npm:28.1.3" - dependencies: - "@sinclair/typebox": ^0.24.1 - checksum: 3cf1d4b66c9c4ffda58b246de1ddcba8e6ad085af63dccdf07922511f13b68c0cc480a7bc620cb4f3099a6f134801c747e1df7bfc7a4ef4dceefbdea3e31e1de + checksum: 273e0c6953285f01151e9d84ac1e55744802a1ec79fb62dafeea16a49adfe7b24e7f35bef47a0214e5e057272dbfdacf594208286b7766046fd0f3cfa2043840 languageName: node linkType: hard @@ -5321,14 +5302,14 @@ __metadata: languageName: node linkType: hard -"@jest/source-map@npm:^28.1.2": - version: 28.1.2 - resolution: "@jest/source-map@npm:28.1.2" +"@jest/source-map@npm:^29.2.0": + version: 29.2.0 + resolution: "@jest/source-map@npm:29.2.0" dependencies: - "@jridgewell/trace-mapping": ^0.3.13 + "@jridgewell/trace-mapping": ^0.3.15 callsites: ^3.0.0 graceful-fs: ^4.2.9 - checksum: b82a5c2e93d35d86779c61a02ccb967d1b5cd2e9dd67d26d8add44958637cbbb99daeeb8129c7653389cb440dc2a2f5ae4d2183dc453c67669ff98938b775a3a + checksum: 09f76ab63d15dcf44b3035a79412164f43be34ec189575930f1a00c87e36ea0211ebd6a4fbe2253c2516e19b49b131f348ddbb86223ca7b6bbac9a6bc76ec96e languageName: node linkType: hard @@ -5344,15 +5325,15 @@ __metadata: languageName: node linkType: hard -"@jest/test-result@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/test-result@npm:28.1.3" +"@jest/test-result@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/test-result@npm:29.3.1" dependencies: - "@jest/console": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/console": ^29.3.1 + "@jest/types": ^29.3.1 "@types/istanbul-lib-coverage": ^2.0.0 collect-v8-coverage: ^1.0.0 - checksum: 957a5dd2fd2e84aabe86698f93c0825e96128ccaa23abf548b159a9b08ac74e4bde7acf4bec48479243dbdb27e4ea1b68c171846d21fb64855c6b55cead9ef27 + checksum: b24ac283321189b624c372a6369c0674b0ee6d9e3902c213452c6334d037113718156b315364bee8cee0f03419c2bdff5e2c63967193fb422830e79cbb26866a languageName: node linkType: hard @@ -5368,15 +5349,15 @@ __metadata: languageName: node linkType: hard -"@jest/test-sequencer@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/test-sequencer@npm:28.1.3" +"@jest/test-sequencer@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/test-sequencer@npm:29.3.1" dependencies: - "@jest/test-result": ^28.1.3 + "@jest/test-result": ^29.3.1 graceful-fs: ^4.2.9 - jest-haste-map: ^28.1.3 + jest-haste-map: ^29.3.1 slash: ^3.0.0 - checksum: 13f8905e6d1ec8286694146f7be3cf90eff801bbdea5e5c403e6881444bb390ed15494c7b9948aa94bd7e9c9a851e0d3002ed6e7371d048b478596e5b23df953 + checksum: a8325b1ea0ce644486fb63bb67cedd3524d04e3d7b1e6c1e3562bf12ef477ecd0cf34044391b2a07d925e1c0c8b4e0f3285035ceca3a474a2c55980f1708caf3 languageName: node linkType: hard @@ -5426,26 +5407,26 @@ __metadata: languageName: node linkType: hard -"@jest/transform@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/transform@npm:28.1.3" +"@jest/transform@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/transform@npm:29.3.1" dependencies: "@babel/core": ^7.11.6 - "@jest/types": ^28.1.3 - "@jridgewell/trace-mapping": ^0.3.13 + "@jest/types": ^29.3.1 + "@jridgewell/trace-mapping": ^0.3.15 babel-plugin-istanbul: ^6.1.1 chalk: ^4.0.0 - convert-source-map: ^1.4.0 - fast-json-stable-stringify: ^2.0.0 + convert-source-map: ^2.0.0 + fast-json-stable-stringify: ^2.1.0 graceful-fs: ^4.2.9 - jest-haste-map: ^28.1.3 - jest-regex-util: ^28.0.2 - jest-util: ^28.1.3 + jest-haste-map: ^29.3.1 + jest-regex-util: ^29.2.0 + jest-util: ^29.3.1 micromatch: ^4.0.4 pirates: ^4.0.4 slash: ^3.0.0 write-file-atomic: ^4.0.1 - checksum: dadf618936e0aa84342f07f532801d5bed43cdf95d1417b929e4f8782c872cff1adc84096d5a287a796d0039a2691c06d8450cce5a713a8b52fbb9f872a1e760 + checksum: 673df5900ffc95bc811084e09d6e47948034dea6ab6cc4f81f80977e3a52468a6c2284d0ba9796daf25a62ae50d12f7e97fc9a3a0c587f11f2a479ff5493ca53 languageName: node linkType: hard @@ -5501,34 +5482,6 @@ __metadata: languageName: node linkType: hard -"@jest/types@npm:^28.1.0": - version: 28.1.0 - resolution: "@jest/types@npm:28.1.0" - dependencies: - "@jest/schemas": ^28.0.2 - "@types/istanbul-lib-coverage": ^2.0.0 - "@types/istanbul-reports": ^3.0.0 - "@types/node": "*" - "@types/yargs": ^17.0.8 - chalk: ^4.0.0 - checksum: 22705aed92a76d45465a6c51147bc71c1fbd300b912ebad2769e3ff7fd51c1938017e29fcea52e00c00dab7130697359b2a2c2be6ee601e37c8b1042a2c4040e - languageName: node - linkType: hard - -"@jest/types@npm:^28.1.3": - version: 28.1.3 - resolution: "@jest/types@npm:28.1.3" - dependencies: - "@jest/schemas": ^28.1.3 - "@types/istanbul-lib-coverage": ^2.0.0 - "@types/istanbul-reports": ^3.0.0 - "@types/node": "*" - "@types/yargs": ^17.0.8 - chalk: ^4.0.0 - checksum: 1e258d9c063fcf59ebc91e46d5ea5984674ac7ae6cae3e50aa780d22b4405bf2c925f40350bf30013839eb5d4b5e521d956ddf8f3b7c78debef0e75a07f57350 - languageName: node - linkType: hard - "@jest/types@npm:^29.2.1": version: 29.2.1 resolution: "@jest/types@npm:29.2.1" @@ -5543,6 +5496,20 @@ __metadata: languageName: node linkType: hard +"@jest/types@npm:^29.3.1": + version: 29.3.1 + resolution: "@jest/types@npm:29.3.1" + dependencies: + "@jest/schemas": ^29.0.0 + "@types/istanbul-lib-coverage": ^2.0.0 + "@types/istanbul-reports": ^3.0.0 + "@types/node": "*" + "@types/yargs": ^17.0.8 + chalk: ^4.0.0 + checksum: 6f9faf27507b845ff3839c1adc6dbd038d7046d03d37e84c9fc956f60718711a801a5094c7eeee6b39ccf42c0ab61347fdc0fa49ab493ae5a8efd2fd41228ee8 + languageName: node + linkType: hard + "@jridgewell/gen-mapping@npm:^0.3.0": version: 0.3.1 resolution: "@jridgewell/gen-mapping@npm:0.3.1" @@ -5637,7 +5604,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.13": +"@jridgewell/trace-mapping@npm:^0.3.12": version: 0.3.14 resolution: "@jridgewell/trace-mapping@npm:0.3.14" dependencies: @@ -5647,7 +5614,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.14": +"@jridgewell/trace-mapping@npm:^0.3.14, @jridgewell/trace-mapping@npm:^0.3.15": version: 0.3.17 resolution: "@jridgewell/trace-mapping@npm:0.3.17" dependencies: @@ -8259,13 +8226,6 @@ __metadata: languageName: node linkType: hard -"@sinclair/typebox@npm:^0.23.3": - version: 0.23.5 - resolution: "@sinclair/typebox@npm:0.23.5" - checksum: c96056d35d9cb862aeb635ff8873e2e7633e668dd544e162aee2690a82c970d0b3f90aa2b3501fe374dfa8e792388559a3e3a86712b23ebaef10061add534f47 - languageName: node - linkType: hard - "@sinclair/typebox@npm:^0.24.1": version: 0.24.21 resolution: "@sinclair/typebox@npm:0.24.21" @@ -11002,13 +10962,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:28.1.6": - version: 28.1.6 - resolution: "@types/jest@npm:28.1.6" +"@types/jest@npm:29.2.3": + version: 29.2.3 + resolution: "@types/jest@npm:29.2.3" dependencies: - jest-matcher-utils: ^28.0.0 - pretty-format: ^28.0.0 - checksum: f2ba5fbefc8f44d1c16ee19d8d2811bca75754a2846e222287f2788d96062801c568215e6b81eb532a48e8cb2a7282729da1d4f6fb496831da8269c5abaad4c5 + expect: ^29.0.0 + pretty-format: ^29.0.0 + checksum: 55370906711b600a05b9e497c22aa74d80d8adcdbe4ac2f1bc9311f6f6ca0dd192862b6f38df6ac0d45e92396bcd796e377b1d8058c10bdfd584aeee580c3ce1 languageName: node linkType: hard @@ -11042,14 +11002,14 @@ __metadata: languageName: node linkType: hard -"@types/jsdom@npm:^16.2.4": - version: 16.2.14 - resolution: "@types/jsdom@npm:16.2.14" +"@types/jsdom@npm:^20.0.0": + version: 20.0.1 + resolution: "@types/jsdom@npm:20.0.1" dependencies: "@types/node": "*" - "@types/parse5": "*" "@types/tough-cookie": "*" - checksum: 12bb926fa74ea07c0ba0bfd5bf185ac0fd771b28666a5e8784b9af4bb96bb0c51fc5f494eff7da1d3cd804e4757f640a23c344c1cd5d188f95ab0ab51770d88b + parse5: ^7.0.0 + checksum: d55402c5256ef451f93a6e3d3881f98339fe73a5ac2030588df056d6835df8367b5a857b48d27528289057e26dcdd3f502edc00cb877c79174cb3a4c7f2198c1 languageName: node linkType: hard @@ -11281,13 +11241,6 @@ __metadata: languageName: node linkType: hard -"@types/parse5@npm:*": - version: 6.0.3 - resolution: "@types/parse5@npm:6.0.3" - checksum: ddb59ee4144af5dfcc508a8dcf32f37879d11e12559561e65788756b95b33e6f03ea027d88e1f5408f9b7bfb656bf630ace31a2169edf44151daaf8dd58df1b7 - languageName: node - linkType: hard - "@types/parse5@npm:^5.0.0": version: 5.0.3 resolution: "@types/parse5@npm:5.0.3" @@ -12934,6 +12887,16 @@ __metadata: languageName: node linkType: hard +"acorn-globals@npm:^7.0.0": + version: 7.0.1 + resolution: "acorn-globals@npm:7.0.1" + dependencies: + acorn: ^8.1.0 + acorn-walk: ^8.0.2 + checksum: 2a2998a547af6d0db5f0cdb90acaa7c3cbca6709010e02121fb8b8617c0fbd8bab0b869579903fde358ac78454356a14fadcc1a672ecb97b04b1c2ccba955ce8 + languageName: node + linkType: hard + "acorn-import-assertions@npm:^1.7.6": version: 1.8.0 resolution: "acorn-import-assertions@npm:1.8.0" @@ -12959,7 +12922,7 @@ __metadata: languageName: node linkType: hard -"acorn-walk@npm:^8.0.0, acorn-walk@npm:^8.1.1": +"acorn-walk@npm:^8.0.0, acorn-walk@npm:^8.0.2, acorn-walk@npm:^8.1.1": version: 8.2.0 resolution: "acorn-walk@npm:8.2.0" checksum: 1715e76c01dd7b2d4ca472f9c58968516a4899378a63ad5b6c2d668bba8da21a71976c14ec5f5b75f887b6317c4ae0b897ab141c831d741dc76024d8745f1ad1 @@ -12984,7 +12947,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.0.0": +"acorn@npm:^8.0.0, acorn@npm:^8.1.0": version: 8.8.1 resolution: "acorn@npm:8.8.1" bin: @@ -13951,20 +13914,20 @@ __metadata: languageName: node linkType: hard -"babel-jest@npm:28.1.3, babel-jest@npm:^28.1.3": - version: 28.1.3 - resolution: "babel-jest@npm:28.1.3" +"babel-jest@npm:29.3.1, babel-jest@npm:^29.3.1": + version: 29.3.1 + resolution: "babel-jest@npm:29.3.1" dependencies: - "@jest/transform": ^28.1.3 + "@jest/transform": ^29.3.1 "@types/babel__core": ^7.1.14 babel-plugin-istanbul: ^6.1.1 - babel-preset-jest: ^28.1.3 + babel-preset-jest: ^29.2.0 chalk: ^4.0.0 graceful-fs: ^4.2.9 slash: ^3.0.0 peerDependencies: "@babel/core": ^7.8.0 - checksum: 57ccd2296e1839687b5df2fd138c3d00717e0369e385254b012ccd4ee70e75f5d5c8e6cfcdf92d155015b468cfebb847b38e69bb5805d8aaf730e20575127cc6 + checksum: 793848238a771a931ddeb5930b9ec8ab800522ac8d64933665698f4a39603d157e572e20b57d79610277e1df88d3ee82b180d59a21f3570388f602beeb38a595 languageName: node linkType: hard @@ -14087,15 +14050,15 @@ __metadata: languageName: node linkType: hard -"babel-plugin-jest-hoist@npm:^28.1.3": - version: 28.1.3 - resolution: "babel-plugin-jest-hoist@npm:28.1.3" +"babel-plugin-jest-hoist@npm:^29.2.0": + version: 29.2.0 + resolution: "babel-plugin-jest-hoist@npm:29.2.0" dependencies: "@babel/template": ^7.3.3 "@babel/types": ^7.3.3 "@types/babel__core": ^7.1.14 "@types/babel__traverse": ^7.0.6 - checksum: 648d89f9d80f6450ce7e50d0c32eb91b7f26269b47c3e37aaf2e0f2f66a980978345bd6b8c9b8c3aa6a8252ad2bc2c9fb50630e9895622c9a0972af5f70ed20e + checksum: 368d271ceae491ae6b96cd691434859ea589fbe5fd5aead7660df75d02394077273c6442f61f390e9347adffab57a32b564d0fabcf1c53c4b83cd426cb644072 languageName: node linkType: hard @@ -14300,15 +14263,15 @@ __metadata: languageName: node linkType: hard -"babel-preset-jest@npm:^28.1.3": - version: 28.1.3 - resolution: "babel-preset-jest@npm:28.1.3" +"babel-preset-jest@npm:^29.2.0": + version: 29.2.0 + resolution: "babel-preset-jest@npm:29.2.0" dependencies: - babel-plugin-jest-hoist: ^28.1.3 + babel-plugin-jest-hoist: ^29.2.0 babel-preset-current-node-syntax: ^1.0.0 peerDependencies: "@babel/core": ^7.0.0 - checksum: 8248a4a5ca4242cc06ad13b10b9183ad2664da8fb0da060c352223dcf286f0ce9c708fa17901dc44ecabec25e6d309e5e5b9830a61dd777c3925f187a345a47d + checksum: 1b09a2db968c36e064daf98082cfffa39c849b63055112ddc56fc2551fd0d4783897265775b1d2f8a257960a3339745de92e74feb01bad86d41c4cecbfa854fc languageName: node linkType: hard @@ -16214,6 +16177,13 @@ __metadata: languageName: node linkType: hard +"convert-source-map@npm:^2.0.0": + version: 2.0.0 + resolution: "convert-source-map@npm:2.0.0" + checksum: 63ae9933be5a2b8d4509daca5124e20c14d023c820258e484e32dc324d34c2754e71297c94a05784064ad27615037ef677e3f0c00469fb55f409d2bb21261035 + languageName: node + linkType: hard + "cookie-signature@npm:1.0.6": version: 1.0.6 resolution: "cookie-signature@npm:1.0.6" @@ -17476,7 +17446,7 @@ __metadata: languageName: node linkType: hard -"data-urls@npm:^3.0.1": +"data-urls@npm:^3.0.2": version: 3.0.2 resolution: "data-urls@npm:3.0.2" dependencies: @@ -17628,13 +17598,20 @@ __metadata: languageName: node linkType: hard -"decimal.js@npm:^10.2.1, decimal.js@npm:^10.3.1": +"decimal.js@npm:^10.2.1": version: 10.3.1 resolution: "decimal.js@npm:10.3.1" checksum: 0351ac9f05fe050f23227aa6a4573bee2d58fa7378fcf28d969a8c789525032effb488a90320fd3fe86a66e17b4bc507d811b15eada5b7f0e7ec5d2af4c24a59 languageName: node linkType: hard +"decimal.js@npm:^10.4.1": + version: 10.4.2 + resolution: "decimal.js@npm:10.4.2" + checksum: 536cd6816a3197f2e1aa3da4860856cb5a2db73f6fafe8cb3b924ccc63f9b7d78296acc13dccbd419bd958ccc6357921fb15467f883b37cab04bfba7044cada2 + languageName: node + linkType: hard + "decode-named-character-reference@npm:^1.0.0": version: 1.0.2 resolution: "decode-named-character-reference@npm:1.0.2" @@ -17944,10 +17921,10 @@ __metadata: languageName: node linkType: hard -"diff-sequences@npm:^28.1.1": - version: 28.1.1 - resolution: "diff-sequences@npm:28.1.1" - checksum: e2529036505567c7ca5a2dea86b6bcd1ca0e3ae63bf8ebf529b8a99cfa915bbf194b7021dc1c57361a4017a6d95578d4ceb29fabc3232a4f4cb866a2726c7690 +"diff-sequences@npm:^29.3.1": + version: 29.3.1 + resolution: "diff-sequences@npm:29.3.1" + checksum: 8edab8c383355022e470779a099852d595dd856f9f5bd7af24f177e74138a668932268b4c4fd54096eed643861575c3652d4ecbbb1a9d710488286aed3ffa443 languageName: node linkType: hard @@ -18349,10 +18326,10 @@ __metadata: languageName: node linkType: hard -"emittery@npm:^0.10.2": - version: 0.10.2 - resolution: "emittery@npm:0.10.2" - checksum: ee3e21788b043b90885b18ea756ec3105c1cedc50b29709c92b01e239c7e55345d4bb6d3aef4ddbaf528eef448a40b3bb831bad9ee0fc9c25cbf1367ab1ab5ac +"emittery@npm:^0.13.1": + version: 0.13.1 + resolution: "emittery@npm:0.13.1" + checksum: 2b089ab6306f38feaabf4f6f02792f9ec85fc054fda79f44f6790e61bbf6bc4e1616afb9b232e0c5ec5289a8a452f79bfa6d905a6fd64e94b49981f0934001c6 languageName: node linkType: hard @@ -18521,7 +18498,7 @@ __metadata: languageName: node linkType: hard -"entities@npm:^4.2.0, entities@npm:^4.3.1": +"entities@npm:^4.2.0, entities@npm:^4.3.1, entities@npm:^4.4.0": version: 4.4.0 resolution: "entities@npm:4.4.0" checksum: 84d250329f4b56b40fa93ed067b194db21e8815e4eb9b59f43a086f0ecd342814f6bc483de8a77da5d64e0f626033192b1b4f1792232a7ea6b970ebe0f3187c2 @@ -19867,16 +19844,16 @@ __metadata: languageName: node linkType: hard -"expect@npm:^28.1.3": - version: 28.1.3 - resolution: "expect@npm:28.1.3" +"expect@npm:^29.0.0, expect@npm:^29.3.1": + version: 29.3.1 + resolution: "expect@npm:29.3.1" dependencies: - "@jest/expect-utils": ^28.1.3 - jest-get-type: ^28.0.2 - jest-matcher-utils: ^28.1.3 - jest-message-util: ^28.1.3 - jest-util: ^28.1.3 - checksum: 101e0090de300bcafedb7dbfd19223368a2251ce5fe0105bbb6de5720100b89fb6b64290ebfb42febc048324c76d6a4979cdc4b61eb77747857daf7a5de9b03d + "@jest/expect-utils": ^29.3.1 + jest-get-type: ^29.2.0 + jest-matcher-utils: ^29.3.1 + jest-message-util: ^29.3.1 + jest-util: ^29.3.1 + checksum: e9588c2a430b558b9a3dc72d4ad05f36b047cb477bc6a7bb9cfeef7614fe7e5edbab424c2c0ce82739ee21ecbbbd24596259528209f84cd72500cc612d910d30 languageName: node linkType: hard @@ -20138,7 +20115,7 @@ __metadata: languageName: node linkType: hard -"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.0.0": +"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.0.0, fast-json-stable-stringify@npm:^2.1.0": version: 2.1.0 resolution: "fast-json-stable-stringify@npm:2.1.0" checksum: b191531e36c607977e5b1c47811158733c34ccb3bfde92c44798929e9b4154884378536d26ad90dfecd32e1ffc09c545d23535ad91b3161a27ddbb8ebe0cbecb @@ -21582,7 +21559,7 @@ __metadata: "@types/gtag.js": ^0.0.12 "@types/history": 4.7.11 "@types/hoist-non-react-statics": 3.3.1 - "@types/jest": 28.1.6 + "@types/jest": 29.2.3 "@types/jquery": 3.5.14 "@types/js-yaml": ^4.0.5 "@types/jsurl": ^1.2.28 @@ -21638,7 +21615,7 @@ __metadata: ansicolor: 1.1.100 app: "link:./public/app" autoprefixer: 10.4.13 - babel-jest: 28.1.3 + babel-jest: 29.3.1 babel-loader: 9.1.0 babel-plugin-angularjs-annotate: 0.10.0 babel-plugin-macros: 3.1.0 @@ -21693,13 +21670,13 @@ __metadata: i18next-parser: 6.6.0 immer: 9.0.16 immutable: 4.1.0 - jest: 28.1.3 + jest: 29.3.1 jest-canvas-mock: 2.4.0 jest-date-mock: 1.0.8 - jest-environment-jsdom: 28.1.3 + jest-environment-jsdom: 29.3.1 jest-fail-on-console: 3.0.2 jest-junit: 14.0.1 - jest-matcher-utils: 28.1.3 + jest-matcher-utils: 29.3.1 jquery: 3.6.1 js-yaml: ^4.1.0 json-source-map: 0.6.1 @@ -21799,7 +21776,7 @@ __metadata: testing-library-selector: 0.2.1 tether-drop: "https://github.com/torkelo/drop" tinycolor2: 1.4.2 - ts-jest: 28.0.7 + ts-jest: 29.0.3 ts-loader: 9.3.1 ts-node: 10.9.1 tslib: 2.4.1 @@ -22632,6 +22609,16 @@ __metadata: languageName: node linkType: hard +"https-proxy-agent@npm:^5.0.1": + version: 5.0.1 + resolution: "https-proxy-agent@npm:5.0.1" + dependencies: + agent-base: 6 + debug: 4 + checksum: 571fccdf38184f05943e12d37d6ce38197becdd69e58d03f43637f7fa1269cf303a7d228aa27e5b27bbd3af8f09fd938e1c91dcfefff2df7ba77c20ed8dfc765 + languageName: node + linkType: hard + "human-signals@npm:^1.1.1": version: 1.1.1 resolution: "human-signals@npm:1.1.1" @@ -24134,13 +24121,13 @@ __metadata: languageName: node linkType: hard -"jest-changed-files@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-changed-files@npm:28.1.3" +"jest-changed-files@npm:^29.2.0": + version: 29.2.0 + resolution: "jest-changed-files@npm:29.2.0" dependencies: execa: ^5.0.0 p-limit: ^3.1.0 - checksum: c78af14a68b9b19101623ae7fde15a2488f9b3dbe8cca12a05c4a223bc9bfd3bf41ee06830f20fb560c52434435d6153c9cc6cf450b1f7b03e5e7f96a953a6a6 + checksum: 8ad8290324db1de2ee3c9443d3e3fbfdcb6d72ec7054c5796be2854b2bc239dea38a7c797c8c9c2bd959f539d44305790f2f75b18f3046b04317ed77c7480cb1 languageName: node linkType: hard @@ -24171,30 +24158,30 @@ __metadata: languageName: node linkType: hard -"jest-circus@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-circus@npm:28.1.3" +"jest-circus@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-circus@npm:29.3.1" dependencies: - "@jest/environment": ^28.1.3 - "@jest/expect": ^28.1.3 - "@jest/test-result": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/environment": ^29.3.1 + "@jest/expect": ^29.3.1 + "@jest/test-result": ^29.3.1 + "@jest/types": ^29.3.1 "@types/node": "*" chalk: ^4.0.0 co: ^4.6.0 dedent: ^0.7.0 is-generator-fn: ^2.0.0 - jest-each: ^28.1.3 - jest-matcher-utils: ^28.1.3 - jest-message-util: ^28.1.3 - jest-runtime: ^28.1.3 - jest-snapshot: ^28.1.3 - jest-util: ^28.1.3 + jest-each: ^29.3.1 + jest-matcher-utils: ^29.3.1 + jest-message-util: ^29.3.1 + jest-runtime: ^29.3.1 + jest-snapshot: ^29.3.1 + jest-util: ^29.3.1 p-limit: ^3.1.0 - pretty-format: ^28.1.3 + pretty-format: ^29.3.1 slash: ^3.0.0 stack-utils: ^2.0.3 - checksum: b635e60a9c92adaefc3f24def8eba691e7c2fdcf6c9fa640cddf2eb8c8b26ee62eab73ebb88798fd7c52a74c1495a984e39b748429b610426f02e9d3d56e09b2 + checksum: 125710debd998ad9693893e7c1235e271b79f104033b8169d82afe0bc0d883f8f5245feef87adcbb22ad27ff749fd001aa998d11a132774b03b4e2b8af77d5d8 languageName: node linkType: hard @@ -24225,20 +24212,20 @@ __metadata: languageName: node linkType: hard -"jest-cli@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-cli@npm:28.1.3" +"jest-cli@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-cli@npm:29.3.1" dependencies: - "@jest/core": ^28.1.3 - "@jest/test-result": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/core": ^29.3.1 + "@jest/test-result": ^29.3.1 + "@jest/types": ^29.3.1 chalk: ^4.0.0 exit: ^0.1.2 graceful-fs: ^4.2.9 import-local: ^3.0.2 - jest-config: ^28.1.3 - jest-util: ^28.1.3 - jest-validate: ^28.1.3 + jest-config: ^29.3.1 + jest-util: ^29.3.1 + jest-validate: ^29.3.1 prompts: ^2.0.1 yargs: ^17.3.1 peerDependencies: @@ -24248,7 +24235,7 @@ __metadata: optional: true bin: jest: bin/jest.js - checksum: fb424576bf38346318daddee3fcc597cd78cb8dda1759d09c529d8ba1a748f2765c17b00671072a838826e59465a810ff8a232bc6ba2395c131bf3504425a363 + checksum: 829895d33060042443bd1e9e87eb68993773d74f2c8a9b863acf53cece39d227ae0e7d76df2e9c5934c414bdf70ce398a34b3122cfe22164acb2499a74d7288d languageName: node linkType: hard @@ -24289,30 +24276,30 @@ __metadata: languageName: node linkType: hard -"jest-config@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-config@npm:28.1.3" +"jest-config@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-config@npm:29.3.1" dependencies: "@babel/core": ^7.11.6 - "@jest/test-sequencer": ^28.1.3 - "@jest/types": ^28.1.3 - babel-jest: ^28.1.3 + "@jest/test-sequencer": ^29.3.1 + "@jest/types": ^29.3.1 + babel-jest: ^29.3.1 chalk: ^4.0.0 ci-info: ^3.2.0 deepmerge: ^4.2.2 glob: ^7.1.3 graceful-fs: ^4.2.9 - jest-circus: ^28.1.3 - jest-environment-node: ^28.1.3 - jest-get-type: ^28.0.2 - jest-regex-util: ^28.0.2 - jest-resolve: ^28.1.3 - jest-runner: ^28.1.3 - jest-util: ^28.1.3 - jest-validate: ^28.1.3 + jest-circus: ^29.3.1 + jest-environment-node: ^29.3.1 + jest-get-type: ^29.2.0 + jest-regex-util: ^29.2.0 + jest-resolve: ^29.3.1 + jest-runner: ^29.3.1 + jest-util: ^29.3.1 + jest-validate: ^29.3.1 micromatch: ^4.0.4 parse-json: ^5.2.0 - pretty-format: ^28.1.3 + pretty-format: ^29.3.1 slash: ^3.0.0 strip-json-comments: ^3.1.1 peerDependencies: @@ -24323,7 +24310,7 @@ __metadata: optional: true ts-node: optional: true - checksum: ddabffd3a3a8cb6c2f58f06cdf3535157dbf8c70bcde3e5c3de7bee6a8d617840ffc8cffb0083e38c6814f2a08c225ca19f58898efaf4f351af94679f22ce6bc + checksum: 6e663f04ae1024a53a4c2c744499b4408ca9a8b74381dd5e31b11bb3c7393311ecff0fb61b06287768709eb2c9e5a2fd166d258f5a9123abbb4c5812f99c12fe languageName: node linkType: hard @@ -24370,15 +24357,15 @@ __metadata: languageName: node linkType: hard -"jest-diff@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-diff@npm:28.1.3" +"jest-diff@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-diff@npm:29.3.1" dependencies: chalk: ^4.0.0 - diff-sequences: ^28.1.1 - jest-get-type: ^28.0.2 - pretty-format: ^28.1.3 - checksum: fa8583e0ccbe775714ce850b009be1b0f6b17a4b6759f33ff47adef27942ebc610dbbcc8a5f7cfb7f12b3b3b05afc9fb41d5f766674616025032ff1e4f9866e0 + diff-sequences: ^29.3.1 + jest-get-type: ^29.2.0 + pretty-format: ^29.3.1 + checksum: ac5c09745f2b1897e6f53216acaf6ed44fc4faed8e8df053ff4ac3db5d2a1d06a17b876e49faaa15c8a7a26f5671bcbed0a93781dcc2835f781c79a716a591a9 languageName: node linkType: hard @@ -24391,12 +24378,12 @@ __metadata: languageName: node linkType: hard -"jest-docblock@npm:^28.1.1": - version: 28.1.1 - resolution: "jest-docblock@npm:28.1.1" +"jest-docblock@npm:^29.2.0": + version: 29.2.0 + resolution: "jest-docblock@npm:29.2.0" dependencies: detect-newline: ^3.0.0 - checksum: 22fca68d988ecb2933bc65f448facdca85fc71b4bd0a188ea09a5ae1b0cc3a049a2a6ec7e7eaa2542c1d5cb5e5145e420a3df4fa280f5070f486c44da1d36151 + checksum: b3f1227b7d73fc9e4952180303475cf337b36fa65c7f730ac92f0580f1c08439983262fee21cf3dba11429aa251b4eee1e3bc74796c5777116b400d78f9d2bbe languageName: node linkType: hard @@ -24413,32 +24400,37 @@ __metadata: languageName: node linkType: hard -"jest-each@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-each@npm:28.1.3" +"jest-each@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-each@npm:29.3.1" dependencies: - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 chalk: ^4.0.0 - jest-get-type: ^28.0.2 - jest-util: ^28.1.3 - pretty-format: ^28.1.3 - checksum: 5c5b8ccb1484e58b027bea682cfa020a45e5bf5379cc7c23bdec972576c1dc3c3bf03df2b78416cefc1a58859dd33b7cf5fff54c370bc3c0f14a3e509eb87282 + jest-get-type: ^29.2.0 + jest-util: ^29.3.1 + pretty-format: ^29.3.1 + checksum: 16d51ef8f96fba44a3479f1c6f7672027e3b39236dc4e41217c38fe60a3b66b022ffcee72f8835a442f7a8a0a65980a93fb8e73a9782d192452526e442ad049a languageName: node linkType: hard -"jest-environment-jsdom@npm:28.1.3": - version: 28.1.3 - resolution: "jest-environment-jsdom@npm:28.1.3" +"jest-environment-jsdom@npm:29.3.1": + version: 29.3.1 + resolution: "jest-environment-jsdom@npm:29.3.1" dependencies: - "@jest/environment": ^28.1.3 - "@jest/fake-timers": ^28.1.3 - "@jest/types": ^28.1.3 - "@types/jsdom": ^16.2.4 + "@jest/environment": ^29.3.1 + "@jest/fake-timers": ^29.3.1 + "@jest/types": ^29.3.1 + "@types/jsdom": ^20.0.0 "@types/node": "*" - jest-mock: ^28.1.3 - jest-util: ^28.1.3 - jsdom: ^19.0.0 - checksum: 32758f9b9a1fd04ec3ebaaa608d740a36b960d37d00bd3d4d83fdc4b527afc474c14f04fa860817e1fa22923e2dc3cd2b497db41af6a5d73e91327951612025e + jest-mock: ^29.3.1 + jest-util: ^29.3.1 + jsdom: ^20.0.0 + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + checksum: 91b04ed02b2275c3a47740e20c2691f67c4295e17174c8ccd3a71fe77707239e487506bd157279b4257ce1be0a8c2be377817ee85689966a9e604bb6ef1199f0 languageName: node linkType: hard @@ -24471,17 +24463,17 @@ __metadata: languageName: node linkType: hard -"jest-environment-node@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-environment-node@npm:28.1.3" +"jest-environment-node@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-environment-node@npm:29.3.1" dependencies: - "@jest/environment": ^28.1.3 - "@jest/fake-timers": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/environment": ^29.3.1 + "@jest/fake-timers": ^29.3.1 + "@jest/types": ^29.3.1 "@types/node": "*" - jest-mock: ^28.1.3 - jest-util: ^28.1.3 - checksum: 1048fe306a6a8b0880a4c66278ebb57479f29c12cff89aab3aa79ab77a8859cf17ab8aa9919fd21c329a7db90e35581b43664e694ad453d5b04e00f3c6420469 + jest-mock: ^29.3.1 + jest-util: ^29.3.1 + checksum: 16d4854bd2d35501bd4862ca069baf27ce9f5fd7642fdcab9d2dab49acd28c082d0c8882bf2bb28ed7bbaada486da577c814c9688ddc62d1d9f74a954fde996a languageName: node linkType: hard @@ -24515,10 +24507,10 @@ __metadata: languageName: node linkType: hard -"jest-get-type@npm:^28.0.2": - version: 28.0.2 - resolution: "jest-get-type@npm:28.0.2" - checksum: 5281d7c89bc8156605f6d15784f45074f4548501195c26e9b188742768f72d40948252d13230ea905b5349038865a1a8eeff0e614cc530ff289dfc41fe843abd +"jest-get-type@npm:^29.2.0": + version: 29.2.0 + resolution: "jest-get-type@npm:29.2.0" + checksum: e396fd880a30d08940ed8a8e43cd4595db1b8ff09649018eb358ca701811137556bae82626af73459e3c0f8c5e972ed1e57fd3b1537b13a260893dac60a90942 languageName: node linkType: hard @@ -24571,26 +24563,26 @@ __metadata: languageName: node linkType: hard -"jest-haste-map@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-haste-map@npm:28.1.3" +"jest-haste-map@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-haste-map@npm:29.3.1" dependencies: - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 "@types/graceful-fs": ^4.1.3 "@types/node": "*" anymatch: ^3.0.3 fb-watchman: ^2.0.0 fsevents: ^2.3.2 graceful-fs: ^4.2.9 - jest-regex-util: ^28.0.2 - jest-util: ^28.1.3 - jest-worker: ^28.1.3 + jest-regex-util: ^29.2.0 + jest-util: ^29.3.1 + jest-worker: ^29.3.1 micromatch: ^4.0.4 walker: ^1.0.8 dependenciesMeta: fsevents: optional: true - checksum: d05fdc108645fc2b39fcd4001952cc7a8cb550e93494e98c1e9ab1fc542686f6ac67177c132e564cf94fe8f81503f3f8db8b825b9b713dc8c5748aec63ba4688 + checksum: 97ea26af0c28a2ba568c9c65d06211487bbcd501cb4944f9d55e07fd2b00ad96653ea2cc9033f3d5b7dc1feda33e47ae9cc56b400191ea4533be213c9f82e67c languageName: node linkType: hard @@ -24653,25 +24645,25 @@ __metadata: languageName: node linkType: hard -"jest-leak-detector@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-leak-detector@npm:28.1.3" +"jest-leak-detector@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-leak-detector@npm:29.3.1" dependencies: - jest-get-type: ^28.0.2 - pretty-format: ^28.1.3 - checksum: 2e976a4880cf9af11f53a19f6a3820e0f90b635a900737a5427fc42e337d5628ba446dcd7c020ecea3806cf92bc0bbf6982ed62a9cd84e5a13d8751aa30fbbb7 + jest-get-type: ^29.2.0 + pretty-format: ^29.3.1 + checksum: 0dd8ed31ae0b5a3d14f13f567ca8567f2663dd2d540d1e55511d3b3fd7f80a1d075392179674ebe9fab9be0b73678bf4d2f8bbbc0f4bdd52b9815259194da559 languageName: node linkType: hard -"jest-matcher-utils@npm:28.1.3, jest-matcher-utils@npm:^28.0.0, jest-matcher-utils@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-matcher-utils@npm:28.1.3" +"jest-matcher-utils@npm:29.3.1, jest-matcher-utils@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-matcher-utils@npm:29.3.1" dependencies: chalk: ^4.0.0 - jest-diff: ^28.1.3 - jest-get-type: ^28.0.2 - pretty-format: ^28.1.3 - checksum: 6b34f0cf66f6781e92e3bec97bf27796bd2ba31121e5c5997218d9adba6deea38a30df5203937d6785b68023ed95cbad73663cc9aad6fb0cb59aeb5813a58daf + jest-diff: ^29.3.1 + jest-get-type: ^29.2.0 + pretty-format: ^29.3.1 + checksum: 311e8d9f1e935216afc7dd8c6acf1fbda67a7415e1afb1bf72757213dfb025c1f2dc5e2c185c08064a35cdc1f2d8e40c57616666774ed1b03e57eb311c20ec77 languageName: node linkType: hard @@ -24704,20 +24696,20 @@ __metadata: languageName: node linkType: hard -"jest-message-util@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-message-util@npm:28.1.3" +"jest-message-util@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-message-util@npm:29.3.1" dependencies: "@babel/code-frame": ^7.12.13 - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 "@types/stack-utils": ^2.0.0 chalk: ^4.0.0 graceful-fs: ^4.2.9 micromatch: ^4.0.4 - pretty-format: ^28.1.3 + pretty-format: ^29.3.1 slash: ^3.0.0 stack-utils: ^2.0.3 - checksum: 1f266854166dcc6900d75a88b54a25225a2f3710d463063ff1c99021569045c35c7d58557b25447a17eb3a65ce763b2f9b25550248b468a9d4657db365f39e96 + checksum: 15d0a2fca3919eb4570bbf575734780c4b9e22de6aae903c4531b346699f7deba834c6c86fe6e9a83ad17fac0f7935511cf16dce4d71a93a71ebb25f18a6e07b languageName: node linkType: hard @@ -24731,13 +24723,14 @@ __metadata: languageName: node linkType: hard -"jest-mock@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-mock@npm:28.1.3" +"jest-mock@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-mock@npm:29.3.1" dependencies: - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 "@types/node": "*" - checksum: a573bf8e5f12f4c29c661266c31b5c6b69a28d3195b83049983bce025b2b1a0152351567e89e63b102ef817034c2a3aa97eda4e776f3bae2aee54c5765573aa7 + jest-util: ^29.3.1 + checksum: 9098852cb2866db4a1a59f9f7581741dfc572f648e9e574a1b187fd69f5f2f6190ad387ede21e139a8b80a6a1343ecc3d6751cd2ae1ae11d7ea9fa1950390fb2 languageName: node linkType: hard @@ -24767,10 +24760,10 @@ __metadata: languageName: node linkType: hard -"jest-regex-util@npm:^28.0.2": - version: 28.0.2 - resolution: "jest-regex-util@npm:28.0.2" - checksum: 0ea8c5c82ec88bc85e273c0ec82e0c0f35f7a1e2d055070e50f0cc2a2177f848eec55f73e37ae0d045c3db5014c42b2f90ac62c1ab3fdb354d2abd66a9e08add +"jest-regex-util@npm:^29.2.0": + version: 29.2.0 + resolution: "jest-regex-util@npm:29.2.0" + checksum: 7c533e51c51230dac20c0d7395b19b8366cb022f7c6e08e6bcf2921626840ff90424af4c9b4689f02f0addfc9b071c4cd5f8f7a989298a4c8e0f9c94418ca1c3 languageName: node linkType: hard @@ -24785,13 +24778,13 @@ __metadata: languageName: node linkType: hard -"jest-resolve-dependencies@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-resolve-dependencies@npm:28.1.3" +"jest-resolve-dependencies@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-resolve-dependencies@npm:29.3.1" dependencies: - jest-regex-util: ^28.0.2 - jest-snapshot: ^28.1.3 - checksum: 4eea9ec33aefc1c71dc5956391efbcc7be76bda986b366ab3931d99c5f7ed01c9ebd7520e405ea2c76e1bb2c7ce504be6eca2b9831df16564d1e625500f3bfe7 + jest-regex-util: ^29.2.0 + jest-snapshot: ^29.3.1 + checksum: 6ec4727a87c6e7954e93de9949ab9967b340ee2f07626144c273355f05a2b65fa47eb8dece2d6e5f4fd99cdb893510a3540aa5e14ba443f70b3feb63f6f98982 languageName: node linkType: hard @@ -24813,20 +24806,20 @@ __metadata: languageName: node linkType: hard -"jest-resolve@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-resolve@npm:28.1.3" +"jest-resolve@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-resolve@npm:29.3.1" dependencies: chalk: ^4.0.0 graceful-fs: ^4.2.9 - jest-haste-map: ^28.1.3 + jest-haste-map: ^29.3.1 jest-pnp-resolver: ^1.2.2 - jest-util: ^28.1.3 - jest-validate: ^28.1.3 + jest-util: ^29.3.1 + jest-validate: ^29.3.1 resolve: ^1.20.0 resolve.exports: ^1.1.0 slash: ^3.0.0 - checksum: df61a490c93f4f4cf52135e43d6a4fcacb07b0b7d4acc6319e9289529c1d14f2d8e1638e095dbf96f156834802755e38db68caca69dba21a3261ee711d4426b6 + checksum: 0dea22ed625e07b8bfee52dea1391d3a4b453c1a0c627a0fa7c22e44bb48e1c289afe6f3c316def70753773f099c4e8f436c7a2cc12fcc6c7dd6da38cba2cd5f languageName: node linkType: hard @@ -24859,32 +24852,32 @@ __metadata: languageName: node linkType: hard -"jest-runner@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-runner@npm:28.1.3" +"jest-runner@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-runner@npm:29.3.1" dependencies: - "@jest/console": ^28.1.3 - "@jest/environment": ^28.1.3 - "@jest/test-result": ^28.1.3 - "@jest/transform": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/console": ^29.3.1 + "@jest/environment": ^29.3.1 + "@jest/test-result": ^29.3.1 + "@jest/transform": ^29.3.1 + "@jest/types": ^29.3.1 "@types/node": "*" chalk: ^4.0.0 - emittery: ^0.10.2 + emittery: ^0.13.1 graceful-fs: ^4.2.9 - jest-docblock: ^28.1.1 - jest-environment-node: ^28.1.3 - jest-haste-map: ^28.1.3 - jest-leak-detector: ^28.1.3 - jest-message-util: ^28.1.3 - jest-resolve: ^28.1.3 - jest-runtime: ^28.1.3 - jest-util: ^28.1.3 - jest-watcher: ^28.1.3 - jest-worker: ^28.1.3 + jest-docblock: ^29.2.0 + jest-environment-node: ^29.3.1 + jest-haste-map: ^29.3.1 + jest-leak-detector: ^29.3.1 + jest-message-util: ^29.3.1 + jest-resolve: ^29.3.1 + jest-runtime: ^29.3.1 + jest-util: ^29.3.1 + jest-watcher: ^29.3.1 + jest-worker: ^29.3.1 p-limit: ^3.1.0 source-map-support: 0.5.13 - checksum: 32405cd970fa6b11e039192dae699fd1bcc6f61f67d50605af81d193f24dd4373b25f5fcc1c571a028ec1b02174e8a4b6d0d608772063fb06f08a5105693533b + checksum: 61ad445d8a5f29573332f27a21fc942fb0d2a82bf901a0ea1035bf3bd7f349d1e425f71f54c3a3f89b292a54872c3248d395a2829d987f26b6025b15530ea5d2 languageName: node linkType: hard @@ -24918,33 +24911,33 @@ __metadata: languageName: node linkType: hard -"jest-runtime@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-runtime@npm:28.1.3" +"jest-runtime@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-runtime@npm:29.3.1" dependencies: - "@jest/environment": ^28.1.3 - "@jest/fake-timers": ^28.1.3 - "@jest/globals": ^28.1.3 - "@jest/source-map": ^28.1.2 - "@jest/test-result": ^28.1.3 - "@jest/transform": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/environment": ^29.3.1 + "@jest/fake-timers": ^29.3.1 + "@jest/globals": ^29.3.1 + "@jest/source-map": ^29.2.0 + "@jest/test-result": ^29.3.1 + "@jest/transform": ^29.3.1 + "@jest/types": ^29.3.1 + "@types/node": "*" chalk: ^4.0.0 cjs-module-lexer: ^1.0.0 collect-v8-coverage: ^1.0.0 - execa: ^5.0.0 glob: ^7.1.3 graceful-fs: ^4.2.9 - jest-haste-map: ^28.1.3 - jest-message-util: ^28.1.3 - jest-mock: ^28.1.3 - jest-regex-util: ^28.0.2 - jest-resolve: ^28.1.3 - jest-snapshot: ^28.1.3 - jest-util: ^28.1.3 + jest-haste-map: ^29.3.1 + jest-message-util: ^29.3.1 + jest-mock: ^29.3.1 + jest-regex-util: ^29.2.0 + jest-resolve: ^29.3.1 + jest-snapshot: ^29.3.1 + jest-util: ^29.3.1 slash: ^3.0.0 strip-bom: ^4.0.0 - checksum: b17c40af858e74dafa4f515ef3711c1e9ef3d4ad7d74534ee0745422534bc04fd166d4eceb62a3aa7dc951505d6f6d2a81d16e90bebb032be409ec0500974a36 + checksum: 82f27b48f000be074064a854e16e768f9453e9b791d8c5f9316606c37f871b5b10f70544c1b218ab9784f00bd972bb77f868c5ab6752c275be2cd219c351f5a7 languageName: node linkType: hard @@ -24998,34 +24991,35 @@ __metadata: languageName: node linkType: hard -"jest-snapshot@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-snapshot@npm:28.1.3" +"jest-snapshot@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-snapshot@npm:29.3.1" dependencies: "@babel/core": ^7.11.6 "@babel/generator": ^7.7.2 + "@babel/plugin-syntax-jsx": ^7.7.2 "@babel/plugin-syntax-typescript": ^7.7.2 "@babel/traverse": ^7.7.2 "@babel/types": ^7.3.3 - "@jest/expect-utils": ^28.1.3 - "@jest/transform": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/expect-utils": ^29.3.1 + "@jest/transform": ^29.3.1 + "@jest/types": ^29.3.1 "@types/babel__traverse": ^7.0.6 "@types/prettier": ^2.1.5 babel-preset-current-node-syntax: ^1.0.0 chalk: ^4.0.0 - expect: ^28.1.3 + expect: ^29.3.1 graceful-fs: ^4.2.9 - jest-diff: ^28.1.3 - jest-get-type: ^28.0.2 - jest-haste-map: ^28.1.3 - jest-matcher-utils: ^28.1.3 - jest-message-util: ^28.1.3 - jest-util: ^28.1.3 + jest-diff: ^29.3.1 + jest-get-type: ^29.2.0 + jest-haste-map: ^29.3.1 + jest-matcher-utils: ^29.3.1 + jest-message-util: ^29.3.1 + jest-util: ^29.3.1 natural-compare: ^1.4.0 - pretty-format: ^28.1.3 + pretty-format: ^29.3.1 semver: ^7.3.5 - checksum: 2a46a5493f1fb50b0a236a21f25045e7f46a244f9f3ae37ef4fbcd40249d0d68bb20c950ce77439e4e2cac985b05c3061c90b34739bf6069913a1199c8c716e1 + checksum: d7d0077935e78c353c828be78ccb092e12ba7622cb0577f21641fadd728ae63a7c1f4a0d8113bfb38db3453a64bfa232fb1cdeefe0e2b48c52ef4065b0ab75ae languageName: node linkType: hard @@ -25071,31 +25065,17 @@ __metadata: languageName: node linkType: hard -"jest-util@npm:^28.0.0": - version: 28.1.0 - resolution: "jest-util@npm:28.1.0" +"jest-util@npm:^29.0.0, jest-util@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-util@npm:29.3.1" dependencies: - "@jest/types": ^28.1.0 + "@jest/types": ^29.3.1 "@types/node": "*" chalk: ^4.0.0 ci-info: ^3.2.0 graceful-fs: ^4.2.9 picomatch: ^2.2.3 - checksum: 14c2ee1c24c6efa2d7adfe81ece8b9bbda78fa871f40bed80db72726166e96f7fb22bf1d9fb1689fb433b9bcd748027eb1ee5f0851a12f1aa1c49ee0bd4d7508 - languageName: node - linkType: hard - -"jest-util@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-util@npm:28.1.3" - dependencies: - "@jest/types": ^28.1.3 - "@types/node": "*" - chalk: ^4.0.0 - ci-info: ^3.2.0 - graceful-fs: ^4.2.9 - picomatch: ^2.2.3 - checksum: fd6459742c941f070223f25e38a2ac0719aad92561591e9fb2a50d602a5d19d754750b79b4074327a42b00055662b95da3b006542ceb8b54309da44d4a62e721 + checksum: f67c60f062b94d21cb60e84b3b812d64b7bfa81fe980151de5c17a74eb666042d0134e2e756d099b7606a1fcf1d633824d2e58197d01d76dde1e2dc00dfcd413 languageName: node linkType: hard @@ -25127,17 +25107,17 @@ __metadata: languageName: node linkType: hard -"jest-validate@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-validate@npm:28.1.3" +"jest-validate@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-validate@npm:29.3.1" dependencies: - "@jest/types": ^28.1.3 + "@jest/types": ^29.3.1 camelcase: ^6.2.0 chalk: ^4.0.0 - jest-get-type: ^28.0.2 + jest-get-type: ^29.2.0 leven: ^3.1.0 - pretty-format: ^28.1.3 - checksum: 95e0513b3803c3372a145cda86edbdb33d9dfeaa18818176f2d581e821548ceac9a179f065b6d4671a941de211354efd67f1fff8789a4fb89962565c85f646db + pretty-format: ^29.3.1 + checksum: 92584f0b8ac284235f12b3b812ccbc43ef6dea080a3b98b1aa81adbe009e962d0aa6131f21c8157b30ac3d58f335961694238a93d553d1d1e02ab264c923778c languageName: node linkType: hard @@ -25156,19 +25136,19 @@ __metadata: languageName: node linkType: hard -"jest-watcher@npm:^28.1.3": - version: 28.1.3 - resolution: "jest-watcher@npm:28.1.3" +"jest-watcher@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-watcher@npm:29.3.1" dependencies: - "@jest/test-result": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/test-result": ^29.3.1 + "@jest/types": ^29.3.1 "@types/node": "*" ansi-escapes: ^4.2.1 chalk: ^4.0.0 - emittery: ^0.10.2 - jest-util: ^28.1.3 + emittery: ^0.13.1 + jest-util: ^29.3.1 string-length: ^4.0.1 - checksum: 8f6d674a4865e7df251f71544f1b51f06fd36b5a3a61f2ac81aeb81fa2a196be354fba51d0f97911c88f67cd254583b3a22ee124bf2c5b6ee2fadec27356c207 + checksum: 60d189473486c73e9d540406a30189da5a3c67bfb0fb4ad4a83991c189135ef76d929ec99284ca5a505fe4ee9349ae3c99b54d2e00363e72837b46e77dec9642 languageName: node linkType: hard @@ -25216,7 +25196,7 @@ __metadata: languageName: node linkType: hard -"jest-worker@npm:^28.0.2, jest-worker@npm:^28.1.3": +"jest-worker@npm:^28.0.2": version: 28.1.3 resolution: "jest-worker@npm:28.1.3" dependencies: @@ -25239,6 +25219,18 @@ __metadata: languageName: node linkType: hard +"jest-worker@npm:^29.3.1": + version: 29.3.1 + resolution: "jest-worker@npm:29.3.1" + dependencies: + "@types/node": "*" + jest-util: ^29.3.1 + merge-stream: ^2.0.0 + supports-color: ^8.0.0 + checksum: 38687fcbdc2b7ddc70bbb5dfc703ae095b46b3c7f206d62ecdf5f4d16e336178e217302138f3b906125576bb1cfe4cfe8d43681276fa5899d138ed9422099fb3 + languageName: node + linkType: hard + "jest@npm:27.5.1": version: 27.5.1 resolution: "jest@npm:27.5.1" @@ -25257,14 +25249,14 @@ __metadata: languageName: node linkType: hard -"jest@npm:28.1.3": - version: 28.1.3 - resolution: "jest@npm:28.1.3" +"jest@npm:29.3.1": + version: 29.3.1 + resolution: "jest@npm:29.3.1" dependencies: - "@jest/core": ^28.1.3 - "@jest/types": ^28.1.3 + "@jest/core": ^29.3.1 + "@jest/types": ^29.3.1 import-local: ^3.0.2 - jest-cli: ^28.1.3 + jest-cli: ^29.3.1 peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -25272,7 +25264,7 @@ __metadata: optional: true bin: jest: bin/jest.js - checksum: b9dcb542eb7c16261c281cdc2bf37155dbb3f1205bae0b567f05051db362c85ddd4b765f126591efb88f6d298eb10336d0aa6c7d5373b4d53f918137a9a70182 + checksum: 613f4ec657b14dd84c0056b2fef1468502927fd551bef0b19d4a91576a609678fb316c6a5b5fc6120dd30dd4ff4569070ffef3cb507db9bb0260b28ddaa18d7a languageName: node linkType: hard @@ -25429,43 +25421,42 @@ __metadata: languageName: node linkType: hard -"jsdom@npm:^19.0.0": - version: 19.0.0 - resolution: "jsdom@npm:19.0.0" +"jsdom@npm:^20.0.0": + version: 20.0.2 + resolution: "jsdom@npm:20.0.2" dependencies: - abab: ^2.0.5 - acorn: ^8.5.0 - acorn-globals: ^6.0.0 + abab: ^2.0.6 + acorn: ^8.8.0 + acorn-globals: ^7.0.0 cssom: ^0.5.0 cssstyle: ^2.3.0 - data-urls: ^3.0.1 - decimal.js: ^10.3.1 + data-urls: ^3.0.2 + decimal.js: ^10.4.1 domexception: ^4.0.0 escodegen: ^2.0.0 form-data: ^4.0.0 html-encoding-sniffer: ^3.0.0 http-proxy-agent: ^5.0.0 - https-proxy-agent: ^5.0.0 + https-proxy-agent: ^5.0.1 is-potential-custom-element-name: ^1.0.1 - nwsapi: ^2.2.0 - parse5: 6.0.1 - saxes: ^5.0.1 + nwsapi: ^2.2.2 + parse5: ^7.1.1 + saxes: ^6.0.0 symbol-tree: ^3.2.4 - tough-cookie: ^4.0.0 - w3c-hr-time: ^1.0.2 + tough-cookie: ^4.1.2 w3c-xmlserializer: ^3.0.0 webidl-conversions: ^7.0.0 whatwg-encoding: ^2.0.0 whatwg-mimetype: ^3.0.0 - whatwg-url: ^10.0.0 - ws: ^8.2.3 + whatwg-url: ^11.0.0 + ws: ^8.9.0 xml-name-validator: ^4.0.0 peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: canvas: optional: true - checksum: 94b693bf4a394097dd96705550bb7b6cd3c8db3c5414e6e9c92a0995ed8b61067597da2f37fca6bed4b5a2f1ef33960ee759522156dccd0b306311988ea87cfb + checksum: 1912e73ecbc7cb1e458b63c4976a1f1dd40c1cdb9f91559cfeccb08c68ad1b9918c6260bd021559ecb1a7c233fae0d0c3fdcbd2ce82df597ef9373d67c8934c0 languageName: node linkType: hard @@ -28663,6 +28654,13 @@ __metadata: languageName: node linkType: hard +"nwsapi@npm:^2.2.2": + version: 2.2.2 + resolution: "nwsapi@npm:2.2.2" + checksum: 43769106292bc95f776756ca2f3513dab7b4d506a97c67baec32406447841a35f65f29c1f95ab5d42785210fd41668beed33ca16fa058780be43b101ad73e205 + languageName: node + linkType: hard + "nx@npm:14.8.2, nx@npm:>=14.6.1 < 16": version: 14.8.2 resolution: "nx@npm:14.8.2" @@ -29523,6 +29521,15 @@ __metadata: languageName: node linkType: hard +"parse5@npm:^7.1.1": + version: 7.1.1 + resolution: "parse5@npm:7.1.1" + dependencies: + entities: ^4.4.0 + checksum: 8f72fbfa6df83a3f29f58e1818f7bd46b47ff3e26d79c74e10b8fc7ef7ee76163f205113f1b2f6a5b8dc4e31e726f490444f04890cead6e974dbcbe8172b1321 + languageName: node + linkType: hard + "parseurl@npm:~1.3.2, parseurl@npm:~1.3.3": version: 1.3.3 resolution: "parseurl@npm:1.3.3" @@ -31089,15 +31096,14 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:^28.0.0, pretty-format@npm:^28.1.3": - version: 28.1.3 - resolution: "pretty-format@npm:28.1.3" +"pretty-format@npm:^29.0.0, pretty-format@npm:^29.3.1": + version: 29.3.1 + resolution: "pretty-format@npm:29.3.1" dependencies: - "@jest/schemas": ^28.1.3 - ansi-regex: ^5.0.1 + "@jest/schemas": ^29.0.0 ansi-styles: ^5.0.0 react-is: ^18.0.0 - checksum: e69f857358a3e03d271252d7524bec758c35e44680287f36c1cb905187fbc82da9981a6eb07edfd8a03bc3cbeebfa6f5234c13a3d5b59f2bbdf9b4c4053e0a7f + checksum: 9917a0bb859cd7a24a343363f70d5222402c86d10eb45bcc2f77b23a4e67586257390e959061aec22762a782fe6bafb59bf34eb94527bc2e5d211afdb287eb4e languageName: node linkType: hard @@ -31450,6 +31456,13 @@ __metadata: languageName: node linkType: hard +"querystringify@npm:^2.1.1": + version: 2.2.0 + resolution: "querystringify@npm:2.2.0" + checksum: 5641ea231bad7ef6d64d9998faca95611ed4b11c2591a8cae741e178a974f6a8e0ebde008475259abe1621cb15e692404e6b6626e927f7b849d5c09392604b15 + languageName: node + linkType: hard + "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" @@ -34267,6 +34280,15 @@ __metadata: languageName: node linkType: hard +"saxes@npm:^6.0.0": + version: 6.0.0 + resolution: "saxes@npm:6.0.0" + dependencies: + xmlchars: ^2.2.0 + checksum: d3fa3e2aaf6c65ed52ee993aff1891fc47d5e47d515164b5449cbf5da2cbdc396137e55590472e64c5c436c14ae64a8a03c29b9e7389fc6f14035cf4e982ef3b + languageName: node + linkType: hard + "scheduler@npm:^0.20.1, scheduler@npm:^0.20.2": version: 0.20.2 resolution: "scheduler@npm:0.20.2" @@ -36773,6 +36795,18 @@ __metadata: languageName: node linkType: hard +"tough-cookie@npm:^4.1.2": + version: 4.1.2 + resolution: "tough-cookie@npm:4.1.2" + dependencies: + psl: ^1.1.33 + punycode: ^2.1.1 + universalify: ^0.2.0 + url-parse: ^1.5.3 + checksum: a7359e9a3e875121a84d6ba40cc184dec5784af84f67f3a56d1d2ae39b87c0e004e6ba7c7331f9622a7d2c88609032473488b28fe9f59a1fec115674589de39a + languageName: node + linkType: hard + "tough-cookie@npm:~2.5.0": version: 2.5.0 resolution: "tough-cookie@npm:2.5.0" @@ -36926,13 +36960,13 @@ __metadata: languageName: node linkType: hard -"ts-jest@npm:28.0.7": - version: 28.0.7 - resolution: "ts-jest@npm:28.0.7" +"ts-jest@npm:29.0.3": + version: 29.0.3 + resolution: "ts-jest@npm:29.0.3" dependencies: bs-logger: 0.x fast-json-stable-stringify: 2.x - jest-util: ^28.0.0 + jest-util: ^29.0.0 json5: ^2.2.1 lodash.memoize: 4.x make-error: 1.x @@ -36940,9 +36974,9 @@ __metadata: yargs-parser: ^21.0.1 peerDependencies: "@babel/core": ">=7.0.0-beta.0 <8" - "@jest/types": ^28.0.0 - babel-jest: ^28.0.0 - jest: ^28.0.0 + "@jest/types": ^29.0.0 + babel-jest: ^29.0.0 + jest: ^29.0.0 typescript: ">=4.3" peerDependenciesMeta: "@babel/core": @@ -36955,7 +36989,7 @@ __metadata: optional: true bin: ts-jest: cli.js - checksum: be6ad6382e3b2e7b0c45d06616a4a02aeb6815bad2026fe8eeb4e0941205faa50ac3f5930adb7ba2fda5fea6a5739bfa507e2eac8764d2c729ddc8010681707a + checksum: 541e51776d367fa2279af47f75af94b03e0538f1839ea9983de0f4ad7f188002f6eb1fc72440651d96daa62d25a7bc679a129c14e6ef291277eea9346751d56b languageName: node linkType: hard @@ -37773,6 +37807,13 @@ __metadata: languageName: node linkType: hard +"universalify@npm:^0.2.0": + version: 0.2.0 + resolution: "universalify@npm:0.2.0" + checksum: e86134cb12919d177c2353196a4cc09981524ee87abf621f7bc8d249dbbbebaec5e7d1314b96061497981350df786e4c5128dbf442eba104d6e765bc260678b5 + languageName: node + linkType: hard + "universalify@npm:^2.0.0": version: 2.0.0 resolution: "universalify@npm:2.0.0" @@ -37881,6 +37922,16 @@ __metadata: languageName: node linkType: hard +"url-parse@npm:^1.5.3": + version: 1.5.10 + resolution: "url-parse@npm:1.5.10" + dependencies: + querystringify: ^2.1.1 + requires-port: ^1.0.0 + checksum: fbdba6b1d83336aca2216bbdc38ba658d9cfb8fc7f665eb8b17852de638ff7d1a162c198a8e4ed66001ddbf6c9888d41e4798912c62b4fd777a31657989f7bdf + languageName: node + linkType: hard + "use-isomorphic-layout-effect@npm:^1.1.2": version: 1.1.2 resolution: "use-isomorphic-layout-effect@npm:1.1.2" @@ -38822,16 +38873,6 @@ __metadata: languageName: node linkType: hard -"whatwg-url@npm:^10.0.0": - version: 10.0.0 - resolution: "whatwg-url@npm:10.0.0" - dependencies: - tr46: ^3.0.0 - webidl-conversions: ^7.0.0 - checksum: a21ec309c5cc743fe9414509408bedf65eaf0fb5c17ac66baa08ef12fce16da4dd30ce90abefbd5a716408301c58a73666dabfd5042cf4242992eb98b954f861 - languageName: node - linkType: hard - "whatwg-url@npm:^11.0.0": version: 11.0.0 resolution: "whatwg-url@npm:11.0.0" @@ -39138,6 +39179,21 @@ __metadata: languageName: node linkType: hard +"ws@npm:^8.9.0": + version: 8.11.0 + resolution: "ws@npm:8.11.0" + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + checksum: 316b33aba32f317cd217df66dbfc5b281a2f09ff36815de222bc859e3424d83766d9eb2bd4d667de658b6ab7be151f258318fb1da812416b30be13103e5b5c67 + languageName: node + linkType: hard + "x-default-browser@npm:^0.4.0": version: 0.4.0 resolution: "x-default-browser@npm:0.4.0"