diff --git a/__tests__/integration/main.tsx b/__tests__/integration/main.tsx index 7b769710..8baeb31d 100644 --- a/__tests__/integration/main.tsx +++ b/__tests__/integration/main.tsx @@ -41,20 +41,9 @@ const View: React.FC = () => { return renderers[renderer]; }, [renderer]); - const destroyShapeRecursive = (shape?: DisplayObject) => { - if (!shape) return; - if (shape.childNodes.length > 0) { - for (let index = shape.childNodes.length - 1; index > 0; index--) { - const child = shape.childNodes[index] as DisplayObject; - destroyShapeRecursive(child); - } - } - shape.destroy(); - }; - const renderCase = (name: string) => { if (!canvasRef.current || !casesName.includes(name)) return; - destroyShapeRecursive(nodeRef.current); + nodeRef.current?.destroy(); const node = cases[name](); nodeRef.current = node; const title = cases[name].tags || [name]; diff --git a/__tests__/integration/snapshot.spec.ts b/__tests__/integration/snapshot.spec.ts index cbe8eef9..2bdb85e3 100644 --- a/__tests__/integration/snapshot.spec.ts +++ b/__tests__/integration/snapshot.spec.ts @@ -1,5 +1,6 @@ +/* eslint-disable no-restricted-syntax */ import * as fs from 'fs'; -import { Canvas } from '@antv/g'; +import { Canvas, resetEntityCounter } from '@antv/g'; import { format } from 'prettier'; import xmlserializer from 'xmlserializer'; import * as tests from './components'; @@ -17,23 +18,28 @@ describe('integration', () => { const finalTests = onlyTests.length === 0 ? tests : Object.fromEntries(onlyTests); + if (!fs.existsSync(`${__dirname}/snapshots`)) { + fs.mkdirSync(`${__dirname}/snapshots`); + } + for (const [name, target] of Object.entries(finalTests)) { // @ts-ignore if (!target.skip) { it(`[Canvas]: ${name}`, async () => { + resetEntityCounter(); let canvas: Canvas | undefined; let actual: string; try { const actualPath = `${__dirname}/snapshots/${name}-actual.svg`; const expectedPath = `${__dirname}/snapshots/${name}.svg`; - const options = await target(); + const options = target(); // @ts-ignore const wait = target.wait; canvas = await renderCanvas(options, wait); const container = canvas.getConfig().container as HTMLElement; const dom = container.querySelector('svg'); - actual = await format(xmlserializer.serializeToString(dom as any), { + actual = format(xmlserializer.serializeToString(dom as any), { parser: 'babel', }); @@ -46,7 +52,7 @@ describe('integration', () => { throw new Error(`Please generate golden image for ${name}`); } console.warn(`! generate ${name}`); - await fs.writeFileSync(expectedPath, actual); + fs.writeFileSync(expectedPath, actual); } else { const expected = fs.readFileSync(expectedPath, { encoding: 'utf8', diff --git a/__tests__/integration/snapshots/AxisAnimationDisable.svg b/__tests__/integration/snapshots/AxisAnimationDisable.svg index 5e1f779b..4003bb3d 100644 --- a/__tests__/integration/snapshots/AxisAnimationDisable.svg +++ b/__tests__/integration/snapshots/AxisAnimationDisable.svg @@ -8,14 +8,14 @@ - - - - - + + + + + - + - - + + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - - - - - - + + + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - + + + + - - + + - + - + - + - + - + - - - - - + + + + + - + - - + + - + - + - + - + - - + + diff --git a/__tests__/integration/snapshots/AxisArcBasis1.svg b/__tests__/integration/snapshots/AxisArcBasis1.svg index 6a7acf28..7b276174 100644 --- a/__tests__/integration/snapshots/AxisArcBasis1.svg +++ b/__tests__/integration/snapshots/AxisArcBasis1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcBasis2.svg b/__tests__/integration/snapshots/AxisArcBasis2.svg index 6642d9bc..447b3520 100644 --- a/__tests__/integration/snapshots/AxisArcBasis2.svg +++ b/__tests__/integration/snapshots/AxisArcBasis2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcBasis3.svg b/__tests__/integration/snapshots/AxisArcBasis3.svg index 165267f3..c00f705c 100644 --- a/__tests__/integration/snapshots/AxisArcBasis3.svg +++ b/__tests__/integration/snapshots/AxisArcBasis3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcBasis4.svg b/__tests__/integration/snapshots/AxisArcBasis4.svg index 4aaf6fa0..970253a2 100644 --- a/__tests__/integration/snapshots/AxisArcBasis4.svg +++ b/__tests__/integration/snapshots/AxisArcBasis4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection1.svg b/__tests__/integration/snapshots/AxisArcDirection1.svg index 7a050d77..5a4d9e35 100644 --- a/__tests__/integration/snapshots/AxisArcDirection1.svg +++ b/__tests__/integration/snapshots/AxisArcDirection1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection10.svg b/__tests__/integration/snapshots/AxisArcDirection10.svg index 12c22af3..e2d08bbb 100644 --- a/__tests__/integration/snapshots/AxisArcDirection10.svg +++ b/__tests__/integration/snapshots/AxisArcDirection10.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection11.svg b/__tests__/integration/snapshots/AxisArcDirection11.svg index 290d5f17..08450ca2 100644 --- a/__tests__/integration/snapshots/AxisArcDirection11.svg +++ b/__tests__/integration/snapshots/AxisArcDirection11.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection12.svg b/__tests__/integration/snapshots/AxisArcDirection12.svg index fb69bc9d..c63870ee 100644 --- a/__tests__/integration/snapshots/AxisArcDirection12.svg +++ b/__tests__/integration/snapshots/AxisArcDirection12.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection13.svg b/__tests__/integration/snapshots/AxisArcDirection13.svg index 779722e4..6953bee7 100644 --- a/__tests__/integration/snapshots/AxisArcDirection13.svg +++ b/__tests__/integration/snapshots/AxisArcDirection13.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection14.svg b/__tests__/integration/snapshots/AxisArcDirection14.svg index 0962f6a8..b930a656 100644 --- a/__tests__/integration/snapshots/AxisArcDirection14.svg +++ b/__tests__/integration/snapshots/AxisArcDirection14.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection15.svg b/__tests__/integration/snapshots/AxisArcDirection15.svg index cc34fc54..e3474f13 100644 --- a/__tests__/integration/snapshots/AxisArcDirection15.svg +++ b/__tests__/integration/snapshots/AxisArcDirection15.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection16.svg b/__tests__/integration/snapshots/AxisArcDirection16.svg index 72b9c1ac..26f83ae8 100644 --- a/__tests__/integration/snapshots/AxisArcDirection16.svg +++ b/__tests__/integration/snapshots/AxisArcDirection16.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection17.svg b/__tests__/integration/snapshots/AxisArcDirection17.svg index 324e03e0..d7c4094e 100644 --- a/__tests__/integration/snapshots/AxisArcDirection17.svg +++ b/__tests__/integration/snapshots/AxisArcDirection17.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection18.svg b/__tests__/integration/snapshots/AxisArcDirection18.svg index 87e2560c..61ea065b 100644 --- a/__tests__/integration/snapshots/AxisArcDirection18.svg +++ b/__tests__/integration/snapshots/AxisArcDirection18.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection19.svg b/__tests__/integration/snapshots/AxisArcDirection19.svg index 3970166a..b261efa7 100644 --- a/__tests__/integration/snapshots/AxisArcDirection19.svg +++ b/__tests__/integration/snapshots/AxisArcDirection19.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection2.svg b/__tests__/integration/snapshots/AxisArcDirection2.svg index 9cb9e620..05fc9867 100644 --- a/__tests__/integration/snapshots/AxisArcDirection2.svg +++ b/__tests__/integration/snapshots/AxisArcDirection2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection20.svg b/__tests__/integration/snapshots/AxisArcDirection20.svg index 69096558..a31b97ce 100644 --- a/__tests__/integration/snapshots/AxisArcDirection20.svg +++ b/__tests__/integration/snapshots/AxisArcDirection20.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection3.svg b/__tests__/integration/snapshots/AxisArcDirection3.svg index c030d347..df696947 100644 --- a/__tests__/integration/snapshots/AxisArcDirection3.svg +++ b/__tests__/integration/snapshots/AxisArcDirection3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection4.svg b/__tests__/integration/snapshots/AxisArcDirection4.svg index ca54661e..44ebb0d7 100644 --- a/__tests__/integration/snapshots/AxisArcDirection4.svg +++ b/__tests__/integration/snapshots/AxisArcDirection4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection5.svg b/__tests__/integration/snapshots/AxisArcDirection5.svg index aab9d463..08538ea6 100644 --- a/__tests__/integration/snapshots/AxisArcDirection5.svg +++ b/__tests__/integration/snapshots/AxisArcDirection5.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection6.svg b/__tests__/integration/snapshots/AxisArcDirection6.svg index fcdd2614..45f5fdd1 100644 --- a/__tests__/integration/snapshots/AxisArcDirection6.svg +++ b/__tests__/integration/snapshots/AxisArcDirection6.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection7.svg b/__tests__/integration/snapshots/AxisArcDirection7.svg index f6493707..443f08e6 100644 --- a/__tests__/integration/snapshots/AxisArcDirection7.svg +++ b/__tests__/integration/snapshots/AxisArcDirection7.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection8.svg b/__tests__/integration/snapshots/AxisArcDirection8.svg index 8998e955..cf2d7fc4 100644 --- a/__tests__/integration/snapshots/AxisArcDirection8.svg +++ b/__tests__/integration/snapshots/AxisArcDirection8.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcDirection9.svg b/__tests__/integration/snapshots/AxisArcDirection9.svg index 045f4d00..a21a2b74 100644 --- a/__tests__/integration/snapshots/AxisArcDirection9.svg +++ b/__tests__/integration/snapshots/AxisArcDirection9.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcLabelRotate1.svg b/__tests__/integration/snapshots/AxisArcLabelRotate1.svg index 07b3b527..d7fc3027 100644 --- a/__tests__/integration/snapshots/AxisArcLabelRotate1.svg +++ b/__tests__/integration/snapshots/AxisArcLabelRotate1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcLabelRotate2.svg b/__tests__/integration/snapshots/AxisArcLabelRotate2.svg index 0f15649b..c04581d1 100644 --- a/__tests__/integration/snapshots/AxisArcLabelRotate2.svg +++ b/__tests__/integration/snapshots/AxisArcLabelRotate2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcLabelRotate3.svg b/__tests__/integration/snapshots/AxisArcLabelRotate3.svg index 1a9d6d89..9a48ca6a 100644 --- a/__tests__/integration/snapshots/AxisArcLabelRotate3.svg +++ b/__tests__/integration/snapshots/AxisArcLabelRotate3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcLabelRotate4.svg b/__tests__/integration/snapshots/AxisArcLabelRotate4.svg index 4d4c86d4..93cb7adb 100644 --- a/__tests__/integration/snapshots/AxisArcLabelRotate4.svg +++ b/__tests__/integration/snapshots/AxisArcLabelRotate4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle1.svg b/__tests__/integration/snapshots/AxisArcTitle1.svg index e87fd085..b954032d 100644 --- a/__tests__/integration/snapshots/AxisArcTitle1.svg +++ b/__tests__/integration/snapshots/AxisArcTitle1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle2.svg b/__tests__/integration/snapshots/AxisArcTitle2.svg index 7297b95d..a9c78a4b 100644 --- a/__tests__/integration/snapshots/AxisArcTitle2.svg +++ b/__tests__/integration/snapshots/AxisArcTitle2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle3.svg b/__tests__/integration/snapshots/AxisArcTitle3.svg index 909c6e8d..9b9dc94c 100644 --- a/__tests__/integration/snapshots/AxisArcTitle3.svg +++ b/__tests__/integration/snapshots/AxisArcTitle3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle4.svg b/__tests__/integration/snapshots/AxisArcTitle4.svg index bf73c6e4..d9edcd87 100644 --- a/__tests__/integration/snapshots/AxisArcTitle4.svg +++ b/__tests__/integration/snapshots/AxisArcTitle4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle5.svg b/__tests__/integration/snapshots/AxisArcTitle5.svg index eed04a2a..e658ff7e 100644 --- a/__tests__/integration/snapshots/AxisArcTitle5.svg +++ b/__tests__/integration/snapshots/AxisArcTitle5.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle6.svg b/__tests__/integration/snapshots/AxisArcTitle6.svg index 5017b626..07f8355d 100644 --- a/__tests__/integration/snapshots/AxisArcTitle6.svg +++ b/__tests__/integration/snapshots/AxisArcTitle6.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle7.svg b/__tests__/integration/snapshots/AxisArcTitle7.svg index 50b2405d..53c77376 100644 --- a/__tests__/integration/snapshots/AxisArcTitle7.svg +++ b/__tests__/integration/snapshots/AxisArcTitle7.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle8.svg b/__tests__/integration/snapshots/AxisArcTitle8.svg index 8b2c6d05..957ab698 100644 --- a/__tests__/integration/snapshots/AxisArcTitle8.svg +++ b/__tests__/integration/snapshots/AxisArcTitle8.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisArcTitle9.svg b/__tests__/integration/snapshots/AxisArcTitle9.svg index 6c3ca231..bd54738a 100644 --- a/__tests__/integration/snapshots/AxisArcTitle9.svg +++ b/__tests__/integration/snapshots/AxisArcTitle9.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid1.svg b/__tests__/integration/snapshots/AxisGrid1.svg index 31478eaa..36c820e0 100644 --- a/__tests__/integration/snapshots/AxisGrid1.svg +++ b/__tests__/integration/snapshots/AxisGrid1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid10.svg b/__tests__/integration/snapshots/AxisGrid10.svg index a7bc4115..6103e595 100644 --- a/__tests__/integration/snapshots/AxisGrid10.svg +++ b/__tests__/integration/snapshots/AxisGrid10.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid11.svg b/__tests__/integration/snapshots/AxisGrid11.svg index be853ba6..13e6aad8 100644 --- a/__tests__/integration/snapshots/AxisGrid11.svg +++ b/__tests__/integration/snapshots/AxisGrid11.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid12.svg b/__tests__/integration/snapshots/AxisGrid12.svg index 15704d86..6103e595 100644 --- a/__tests__/integration/snapshots/AxisGrid12.svg +++ b/__tests__/integration/snapshots/AxisGrid12.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid2.svg b/__tests__/integration/snapshots/AxisGrid2.svg index 67d0833c..8ccf488a 100644 --- a/__tests__/integration/snapshots/AxisGrid2.svg +++ b/__tests__/integration/snapshots/AxisGrid2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid3.svg b/__tests__/integration/snapshots/AxisGrid3.svg index 83b9a105..e519375e 100644 --- a/__tests__/integration/snapshots/AxisGrid3.svg +++ b/__tests__/integration/snapshots/AxisGrid3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid4.svg b/__tests__/integration/snapshots/AxisGrid4.svg index cfa65241..5c57ebe7 100644 --- a/__tests__/integration/snapshots/AxisGrid4.svg +++ b/__tests__/integration/snapshots/AxisGrid4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid5.svg b/__tests__/integration/snapshots/AxisGrid5.svg index fc37fecb..007ef83d 100644 --- a/__tests__/integration/snapshots/AxisGrid5.svg +++ b/__tests__/integration/snapshots/AxisGrid5.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid6.svg b/__tests__/integration/snapshots/AxisGrid6.svg index b77fb458..55919494 100644 --- a/__tests__/integration/snapshots/AxisGrid6.svg +++ b/__tests__/integration/snapshots/AxisGrid6.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid7.svg b/__tests__/integration/snapshots/AxisGrid7.svg index bd22cbbf..2a0782a6 100644 --- a/__tests__/integration/snapshots/AxisGrid7.svg +++ b/__tests__/integration/snapshots/AxisGrid7.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid8.svg b/__tests__/integration/snapshots/AxisGrid8.svg index 36a1acd7..85c50887 100644 --- a/__tests__/integration/snapshots/AxisGrid8.svg +++ b/__tests__/integration/snapshots/AxisGrid8.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisGrid9.svg b/__tests__/integration/snapshots/AxisGrid9.svg index d9c18a06..7b2d0c38 100644 --- a/__tests__/integration/snapshots/AxisGrid9.svg +++ b/__tests__/integration/snapshots/AxisGrid9.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLabelEllipsisUpdate.svg b/__tests__/integration/snapshots/AxisLabelEllipsisUpdate.svg index d5ba9715..67567fc4 100644 --- a/__tests__/integration/snapshots/AxisLabelEllipsisUpdate.svg +++ b/__tests__/integration/snapshots/AxisLabelEllipsisUpdate.svg @@ -8,14 +8,14 @@ - - - - - + + + + + - + - + - + - + - + - - - - - + + + + + - + - + - + - + - + - - - - - - + + + + + + - + - + - + - + - - - - - + + + + + - + - + - + - + - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasis3.svg b/__tests__/integration/snapshots/AxisLinearBasis3.svg index f3d16f12..828786b6 100644 --- a/__tests__/integration/snapshots/AxisLinearBasis3.svg +++ b/__tests__/integration/snapshots/AxisLinearBasis3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasis4.svg b/__tests__/integration/snapshots/AxisLinearBasis4.svg index 1d4d592a..62faea13 100644 --- a/__tests__/integration/snapshots/AxisLinearBasis4.svg +++ b/__tests__/integration/snapshots/AxisLinearBasis4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasis5.svg b/__tests__/integration/snapshots/AxisLinearBasis5.svg index 542ec563..8da9d684 100644 --- a/__tests__/integration/snapshots/AxisLinearBasis5.svg +++ b/__tests__/integration/snapshots/AxisLinearBasis5.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasis6.svg b/__tests__/integration/snapshots/AxisLinearBasis6.svg index aeea2cd9..50bef11e 100644 --- a/__tests__/integration/snapshots/AxisLinearBasis6.svg +++ b/__tests__/integration/snapshots/AxisLinearBasis6.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasis7.svg b/__tests__/integration/snapshots/AxisLinearBasis7.svg index eebc2e9d..f48d3e38 100644 --- a/__tests__/integration/snapshots/AxisLinearBasis7.svg +++ b/__tests__/integration/snapshots/AxisLinearBasis7.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasis8.svg b/__tests__/integration/snapshots/AxisLinearBasis8.svg index 5e6549f8..c94f8c92 100644 --- a/__tests__/integration/snapshots/AxisLinearBasis8.svg +++ b/__tests__/integration/snapshots/AxisLinearBasis8.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearBasisZ.svg b/__tests__/integration/snapshots/AxisLinearBasisZ.svg index d6b29954..d52d30c0 100644 --- a/__tests__/integration/snapshots/AxisLinearBasisZ.svg +++ b/__tests__/integration/snapshots/AxisLinearBasisZ.svg @@ -8,8 +8,8 @@ - - + + @@ -654,7 +654,7 @@ - + @@ -1003,7 +1003,7 @@ - + @@ -1638,7 +1638,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearCustomTick.svg b/__tests__/integration/snapshots/AxisLinearCustomTick.svg index 5ad1f669..a24957f0 100644 --- a/__tests__/integration/snapshots/AxisLinearCustomTick.svg +++ b/__tests__/integration/snapshots/AxisLinearCustomTick.svg @@ -9,13 +9,13 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearLabel.svg b/__tests__/integration/snapshots/AxisLinearLabel.svg index 517a0f48..09b0b132 100644 --- a/__tests__/integration/snapshots/AxisLinearLabel.svg +++ b/__tests__/integration/snapshots/AxisLinearLabel.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign1.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign1.svg index 014fe4df..a55e82f4 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign1.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign10.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign10.svg index 640b4197..aa58bab8 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign10.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign10.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign11.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign11.svg index 8307407d..b39fb1ec 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign11.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign11.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign2.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign2.svg index 58c10b1d..a420c5c7 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign2.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign3.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign3.svg index 5d4589db..e335166f 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign3.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign3.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign4.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign4.svg index c4045319..b054150d 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign4.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign4.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign5.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign5.svg index 80d770d1..c4261d3c 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign5.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign5.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign6.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign6.svg index 93e6ac7b..8f2bd892 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign6.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign6.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign7.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign7.svg index 3dac1542..63544923 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign7.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign7.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign8.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign8.svg index e3eb78e8..02feb2d9 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign8.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign8.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelAlign9.svg b/__tests__/integration/snapshots/AxisLinearLabelAlign9.svg index 7f20fdad..bfbea602 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelAlign9.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelAlign9.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlap.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlap.svg index 21e917d6..dc72bbba 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlap.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlap.svg @@ -8,8 +8,8 @@ - - + + @@ -770,7 +770,7 @@ - + @@ -1519,7 +1519,7 @@ - + @@ -2292,7 +2292,7 @@ - + @@ -3053,7 +3053,7 @@ - + @@ -3777,7 +3777,7 @@ - + @@ -4525,7 +4525,7 @@ - + @@ -5261,7 +5261,7 @@ - + @@ -5985,7 +5985,7 @@ - + @@ -6709,7 +6709,7 @@ - + @@ -7445,7 +7445,7 @@ - + @@ -8169,7 +8169,7 @@ - + @@ -8893,7 +8893,7 @@ - + @@ -9617,7 +9617,7 @@ - + @@ -10353,7 +10353,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlap2.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlap2.svg index 182fea88..3bf8bf49 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlap2.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlap2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSize.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSize.svg index d653ecd6..8bbf3b91 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSize.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSize.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSizeVertical.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSizeVertical.svg index 2b0b0aed..d48e1dbf 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSizeVertical.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlapCrossSizeVertical.svg @@ -8,11 +8,11 @@ - + - + - + @@ -1192,7 +1192,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlapMultiple.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlapMultiple.svg index ccd2a809..af655455 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlapMultiple.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlapMultiple.svg @@ -8,8 +8,8 @@ - - + + @@ -770,7 +770,7 @@ - + @@ -1531,7 +1531,7 @@ - + @@ -2292,7 +2292,7 @@ - + @@ -3053,7 +3053,7 @@ - + @@ -3814,7 +3814,7 @@ - + @@ -4575,7 +4575,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlapWrap.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlapWrap.svg index d5af58e9..56bc5329 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlapWrap.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlapWrap.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelOverlapWrapVertical.svg b/__tests__/integration/snapshots/AxisLinearLabelOverlapWrapVertical.svg index fc5c199e..cf68ccac 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelOverlapWrapVertical.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelOverlapWrapVertical.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearLabelRotate.svg b/__tests__/integration/snapshots/AxisLinearLabelRotate.svg index 87abcf0c..cece5313 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelRotate.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelRotate.svg @@ -8,8 +8,8 @@ - - + + @@ -1466,7 +1466,7 @@ - + @@ -2899,7 +2899,7 @@ - + @@ -4332,7 +4332,7 @@ - + @@ -5765,7 +5765,7 @@ - + @@ -7222,7 +7222,7 @@ - + @@ -8655,7 +8655,7 @@ - + @@ -10088,7 +10088,7 @@ - + @@ -11521,7 +11521,7 @@ - + @@ -12954,7 +12954,7 @@ - + @@ -14387,7 +14387,7 @@ - + @@ -15820,7 +15820,7 @@ - + @@ -17253,7 +17253,7 @@ - + @@ -18686,7 +18686,7 @@ - + @@ -20119,7 +20119,7 @@ - + @@ -21552,7 +21552,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearLabelSpacing.svg b/__tests__/integration/snapshots/AxisLinearLabelSpacing.svg index 5ad7e494..3458fa2a 100644 --- a/__tests__/integration/snapshots/AxisLinearLabelSpacing.svg +++ b/__tests__/integration/snapshots/AxisLinearLabelSpacing.svg @@ -8,8 +8,8 @@ - - + + @@ -1189,7 +1189,7 @@ - + @@ -2369,7 +2369,7 @@ - + @@ -3549,7 +3549,7 @@ - + @@ -4749,7 +4749,7 @@ - + @@ -5949,7 +5949,7 @@ - + @@ -7149,7 +7149,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearTime1.svg b/__tests__/integration/snapshots/AxisLinearTime1.svg index 43882f81..dea16a9f 100644 --- a/__tests__/integration/snapshots/AxisLinearTime1.svg +++ b/__tests__/integration/snapshots/AxisLinearTime1.svg @@ -8,8 +8,8 @@ - - + + @@ -739,7 +739,7 @@ - + @@ -1472,7 +1472,7 @@ - + @@ -2211,7 +2211,7 @@ - + @@ -2599,7 +2599,7 @@ - + @@ -3332,7 +3332,7 @@ - + @@ -4068,7 +4068,7 @@ - + @@ -4801,7 +4801,7 @@ - + @@ -5537,7 +5537,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearTime2.svg b/__tests__/integration/snapshots/AxisLinearTime2.svg index d3b67cec..cf1bec8c 100644 --- a/__tests__/integration/snapshots/AxisLinearTime2.svg +++ b/__tests__/integration/snapshots/AxisLinearTime2.svg @@ -8,8 +8,8 @@ - - + + @@ -391,7 +391,7 @@ - + @@ -773,7 +773,7 @@ - + @@ -1158,7 +1158,7 @@ - + @@ -1369,7 +1369,7 @@ - + @@ -1751,7 +1751,7 @@ - + @@ -2136,7 +2136,7 @@ - + @@ -2518,7 +2518,7 @@ - + @@ -2903,7 +2903,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearTitle.svg b/__tests__/integration/snapshots/AxisLinearTitle.svg index 1f40c5bc..3ebc7df9 100644 --- a/__tests__/integration/snapshots/AxisLinearTitle.svg +++ b/__tests__/integration/snapshots/AxisLinearTitle.svg @@ -8,8 +8,8 @@ - - + + @@ -614,7 +614,7 @@ - + @@ -1219,7 +1219,7 @@ - + @@ -1824,7 +1824,7 @@ - + @@ -2429,7 +2429,7 @@ - + @@ -3034,7 +3034,7 @@ - + @@ -3639,7 +3639,7 @@ - + @@ -4244,7 +4244,7 @@ - + @@ -4849,7 +4849,7 @@ - + @@ -5454,7 +5454,7 @@ - + @@ -6059,7 +6059,7 @@ - + @@ -6664,7 +6664,7 @@ - + @@ -7269,7 +7269,7 @@ - + @@ -7854,14 +7854,14 @@ class="axis-title-group" > - - + + @@ -243,7 +243,7 @@ - + @@ -477,7 +477,7 @@ - + @@ -711,7 +711,7 @@ - + @@ -945,7 +945,7 @@ - + @@ -1179,7 +1179,7 @@ - + @@ -1413,7 +1413,7 @@ - + @@ -1647,7 +1647,7 @@ - + @@ -1881,7 +1881,7 @@ - + @@ -2115,7 +2115,7 @@ - + @@ -2349,7 +2349,7 @@ - + @@ -2583,7 +2583,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearTitlePosition.svg b/__tests__/integration/snapshots/AxisLinearTitlePosition.svg index 11fe165e..ccb5739a 100644 --- a/__tests__/integration/snapshots/AxisLinearTitlePosition.svg +++ b/__tests__/integration/snapshots/AxisLinearTitlePosition.svg @@ -8,8 +8,8 @@ - - + + @@ -614,7 +614,7 @@ - + @@ -1219,7 +1219,7 @@ - + @@ -1824,7 +1824,7 @@ - + @@ -2429,8 +2429,8 @@ - - + + @@ -3036,8 +3036,8 @@ - - + + diff --git a/__tests__/integration/snapshots/AxisLinearTitleStart.svg b/__tests__/integration/snapshots/AxisLinearTitleStart.svg index 69df54d2..f6c61221 100644 --- a/__tests__/integration/snapshots/AxisLinearTitleStart.svg +++ b/__tests__/integration/snapshots/AxisLinearTitleStart.svg @@ -8,8 +8,8 @@ - - + + @@ -243,7 +243,7 @@ - + @@ -477,7 +477,7 @@ - + @@ -711,7 +711,7 @@ - + @@ -945,7 +945,7 @@ - + @@ -1179,7 +1179,7 @@ - + @@ -1413,7 +1413,7 @@ - + @@ -1647,7 +1647,7 @@ - + @@ -1881,7 +1881,7 @@ - + @@ -2115,7 +2115,7 @@ - + @@ -2349,7 +2349,7 @@ - + @@ -2583,7 +2583,7 @@ - + diff --git a/__tests__/integration/snapshots/AxisLinearVertical.svg b/__tests__/integration/snapshots/AxisLinearVertical.svg index 7def2797..fb136cdb 100644 --- a/__tests__/integration/snapshots/AxisLinearVertical.svg +++ b/__tests__/integration/snapshots/AxisLinearVertical.svg @@ -8,8 +8,8 @@ - - + + @@ -1189,7 +1189,7 @@ - + diff --git a/__tests__/integration/snapshots/BugAxisLabelPosition.svg b/__tests__/integration/snapshots/BugAxisLabelPosition.svg index 225857cd..43c520b5 100644 --- a/__tests__/integration/snapshots/BugAxisLabelPosition.svg +++ b/__tests__/integration/snapshots/BugAxisLabelPosition.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/BugAxisLabelRotate.svg b/__tests__/integration/snapshots/BugAxisLabelRotate.svg index 9d646c83..893331d4 100644 --- a/__tests__/integration/snapshots/BugAxisLabelRotate.svg +++ b/__tests__/integration/snapshots/BugAxisLabelRotate.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/BugAxisTitlePosition.svg b/__tests__/integration/snapshots/BugAxisTitlePosition.svg index f8bb31e4..c276c547 100644 --- a/__tests__/integration/snapshots/BugAxisTitlePosition.svg +++ b/__tests__/integration/snapshots/BugAxisTitlePosition.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/BugCategoryItemUpdate1.svg b/__tests__/integration/snapshots/BugCategoryItemUpdate1.svg index eb8f043c..d7a45ecf 100644 --- a/__tests__/integration/snapshots/BugCategoryItemUpdate1.svg +++ b/__tests__/integration/snapshots/BugCategoryItemUpdate1.svg @@ -8,8 +8,8 @@ - - + + - - + + - - + + - + - + - - + + - + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - + - + diff --git a/__tests__/integration/snapshots/CategoryItems11.svg b/__tests__/integration/snapshots/CategoryItems11.svg index 671f1613..b4d1aff5 100644 --- a/__tests__/integration/snapshots/CategoryItems11.svg +++ b/__tests__/integration/snapshots/CategoryItems11.svg @@ -12,8 +12,8 @@ - - + + - - + + - - + + - - - + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - - + + + - - + + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + @@ -788,7 +788,7 @@ - + @@ -1578,7 +1578,7 @@ - + diff --git a/__tests__/integration/snapshots/CrosshairLine.svg b/__tests__/integration/snapshots/CrosshairLine.svg index f4f0b76e..12b55d25 100644 --- a/__tests__/integration/snapshots/CrosshairLine.svg +++ b/__tests__/integration/snapshots/CrosshairLine.svg @@ -8,17 +8,17 @@ - + - + @@ -788,7 +788,7 @@ - + @@ -1578,7 +1578,7 @@ - + - + - + @@ -788,7 +788,7 @@ - + @@ -1578,7 +1578,7 @@ - + diff --git a/__tests__/integration/snapshots/Handle1.svg b/__tests__/integration/snapshots/Handle1.svg index 71e79be9..32325555 100644 --- a/__tests__/integration/snapshots/Handle1.svg +++ b/__tests__/integration/snapshots/Handle1.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/Handle2.svg b/__tests__/integration/snapshots/Handle2.svg index 2389f734..fb2baa5d 100644 --- a/__tests__/integration/snapshots/Handle2.svg +++ b/__tests__/integration/snapshots/Handle2.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/HandleDemo.svg b/__tests__/integration/snapshots/HandleDemo.svg index c0a3e532..9e50f931 100644 --- a/__tests__/integration/snapshots/HandleDemo.svg +++ b/__tests__/integration/snapshots/HandleDemo.svg @@ -8,8 +8,8 @@ - - + + @@ -26,12 +26,7 @@ - + @@ -65,12 +60,7 @@ - + @@ -105,12 +95,7 @@ - + diff --git a/__tests__/integration/snapshots/HandleUpdate.svg b/__tests__/integration/snapshots/HandleUpdate.svg index c7705dda..56b5660b 100644 --- a/__tests__/integration/snapshots/HandleUpdate.svg +++ b/__tests__/integration/snapshots/HandleUpdate.svg @@ -8,8 +8,8 @@ - - + + diff --git a/__tests__/integration/snapshots/IndicatorDemo.svg b/__tests__/integration/snapshots/IndicatorDemo.svg index fa0dd475..b483f7ce 100644 --- a/__tests__/integration/snapshots/IndicatorDemo.svg +++ b/__tests__/integration/snapshots/IndicatorDemo.svg @@ -8,17 +8,17 @@ - + - + @@ -788,7 +788,7 @@ - + @@ -1580,7 +1580,7 @@ - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + @@ -1955,9 +1955,9 @@ - + @@ -1997,9 +1997,9 @@ - + @@ -2039,9 +2039,9 @@ - + @@ -2091,9 +2091,9 @@ - + @@ -2133,9 +2133,9 @@ - + @@ -2175,9 +2175,9 @@ - + @@ -2217,9 +2217,9 @@ - + @@ -2269,9 +2269,9 @@ - + @@ -2311,9 +2311,9 @@ - + @@ -2353,9 +2353,9 @@ - + @@ -2395,15 +2395,15 @@ - + - - + + - + diff --git a/__tests__/integration/snapshots/IndicatorRadius.svg b/__tests__/integration/snapshots/IndicatorRadius.svg index 5188bab3..54098af4 100644 --- a/__tests__/integration/snapshots/IndicatorRadius.svg +++ b/__tests__/integration/snapshots/IndicatorRadius.svg @@ -8,13 +8,9 @@ - - - + + + - - + + - + @@ -147,9 +139,9 @@ - + @@ -193,9 +185,9 @@ - + @@ -239,9 +231,9 @@ - + @@ -285,9 +277,9 @@ - + @@ -331,9 +323,9 @@ - + diff --git a/__tests__/integration/snapshots/LayoutContinuous1.svg b/__tests__/integration/snapshots/LayoutContinuous1.svg index ce1ea374..776a253d 100644 --- a/__tests__/integration/snapshots/LayoutContinuous1.svg +++ b/__tests__/integration/snapshots/LayoutContinuous1.svg @@ -31,10 +31,10 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,46 +453,46 @@ - - + + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,46 +453,46 @@ - - + + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,46 +453,46 @@ - + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,91 +453,91 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,46 +453,46 @@ - - + + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,46 +453,46 @@ - - + + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,46 +453,46 @@ - + - + - + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,28 +453,28 @@ - - + + - + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,20 +453,20 @@ - - - + + + - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - + - + - + @@ -233,7 +233,7 @@ - + @@ -453,10 +453,10 @@ - - + + - + - + @@ -1158,7 +1158,7 @@ - + @@ -2330,7 +2330,7 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -418,7 +418,7 @@ - + @@ -828,46 +828,46 @@ - - + + - + - + - + - + - + - + @@ -977,7 +977,7 @@ - + @@ -1957,9 +1957,9 @@ - + - + - - + + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - - + + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - - + + + + diff --git a/__tests__/integration/snapshots/NavigatorOverPages.svg b/__tests__/integration/snapshots/NavigatorOverPages.svg index 24bbc30f..63546e0c 100644 --- a/__tests__/integration/snapshots/NavigatorOverPages.svg +++ b/__tests__/integration/snapshots/NavigatorOverPages.svg @@ -6,36 +6,36 @@ color-interpolation-filters="sRGB" > - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + - - - - + + + + diff --git a/__tests__/integration/snapshots/NavigatorWithoutShape.svg b/__tests__/integration/snapshots/NavigatorWithoutShape.svg index 1815ba31..b98669c7 100644 --- a/__tests__/integration/snapshots/NavigatorWithoutShape.svg +++ b/__tests__/integration/snapshots/NavigatorWithoutShape.svg @@ -6,37 +6,37 @@ color-interpolation-filters="sRGB" > - - + + - + - + - + - - + + - + - + - + - + - - + + - + - + - + - + - - + + - + - + - + - + + + + + + @@ -74,18 +86,6 @@ - - - - - @@ -145,8 +145,8 @@ - - + + - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - @@ -198,8 +198,8 @@ - - + + - + - + - + - - + + - - + + - - + + - - + + - - + + diff --git a/__tests__/integration/snapshots/SelectDefaultValue.svg b/__tests__/integration/snapshots/SelectDefaultValue.svg index d1af4f42..4a151f33 100644 --- a/__tests__/integration/snapshots/SelectDefaultValue.svg +++ b/__tests__/integration/snapshots/SelectDefaultValue.svg @@ -8,7 +8,7 @@ - - + + diff --git a/__tests__/integration/snapshots/SelectDemoSpeed.svg b/__tests__/integration/snapshots/SelectDemoSpeed.svg index 0c309b78..5524d0eb 100644 --- a/__tests__/integration/snapshots/SelectDemoSpeed.svg +++ b/__tests__/integration/snapshots/SelectDemoSpeed.svg @@ -8,7 +8,7 @@ - - + + - - + + diff --git a/__tests__/integration/snapshots/SelectInvalidDefaultValue.svg b/__tests__/integration/snapshots/SelectInvalidDefaultValue.svg index 181c7265..4bb4843c 100644 --- a/__tests__/integration/snapshots/SelectInvalidDefaultValue.svg +++ b/__tests__/integration/snapshots/SelectInvalidDefaultValue.svg @@ -8,7 +8,7 @@ - - + + diff --git a/__tests__/integration/snapshots/SelectNoBorder.svg b/__tests__/integration/snapshots/SelectNoBorder.svg index 181c7265..4bb4843c 100644 --- a/__tests__/integration/snapshots/SelectNoBorder.svg +++ b/__tests__/integration/snapshots/SelectNoBorder.svg @@ -8,7 +8,7 @@ - - + + diff --git a/__tests__/integration/snapshots/SelectOpen.svg b/__tests__/integration/snapshots/SelectOpen.svg index 40894285..014e8c59 100644 --- a/__tests__/integration/snapshots/SelectOpen.svg +++ b/__tests__/integration/snapshots/SelectOpen.svg @@ -8,7 +8,7 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + diff --git a/__tests__/integration/snapshots/Sparkline10.svg b/__tests__/integration/snapshots/Sparkline10.svg index 63fb1e26..6ce9cd99 100644 --- a/__tests__/integration/snapshots/Sparkline10.svg +++ b/__tests__/integration/snapshots/Sparkline10.svg @@ -8,9 +8,9 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -458,7 +458,7 @@ - + - - + + - - + + - + - + - + - - - + + + @@ -671,10 +671,10 @@ - + - + - - - + + + @@ -707,10 +707,10 @@ - + - + - - + + @@ -1948,10 +1948,10 @@ - + - + - - + + @@ -3040,10 +3040,10 @@ - + - + - - + + @@ -4343,10 +4343,10 @@ - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - + - - - + + + @@ -75,10 +75,10 @@ - + - + - - + + @@ -475,10 +475,10 @@ - + - + - - + + @@ -829,10 +829,10 @@ - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/__tests__/integration/snapshots/Tooltip10.svg b/__tests__/integration/snapshots/Tooltip10.svg index d6e14329..69b88fc1 100644 --- a/__tests__/integration/snapshots/Tooltip10.svg +++ b/__tests__/integration/snapshots/Tooltip10.svg @@ -8,17 +8,17 @@ - + - + diff --git a/__tests__/integration/snapshots/Tooltip2.svg b/__tests__/integration/snapshots/Tooltip2.svg index d6e14329..69b88fc1 100644 --- a/__tests__/integration/snapshots/Tooltip2.svg +++ b/__tests__/integration/snapshots/Tooltip2.svg @@ -8,17 +8,17 @@ - + - + diff --git a/__tests__/integration/snapshots/Tooltip3.svg b/__tests__/integration/snapshots/Tooltip3.svg index d6e14329..69b88fc1 100644 --- a/__tests__/integration/snapshots/Tooltip3.svg +++ b/__tests__/integration/snapshots/Tooltip3.svg @@ -8,17 +8,17 @@ - + - + diff --git a/__tests__/integration/snapshots/Tooltip4.svg b/__tests__/integration/snapshots/Tooltip4.svg index d6e14329..69b88fc1 100644 --- a/__tests__/integration/snapshots/Tooltip4.svg +++ b/__tests__/integration/snapshots/Tooltip4.svg @@ -8,17 +8,17 @@ - + - + diff --git a/__tests__/integration/snapshots/Tooltip5.svg b/__tests__/integration/snapshots/Tooltip5.svg index d6e14329..69b88fc1 100644 --- a/__tests__/integration/snapshots/Tooltip5.svg +++ b/__tests__/integration/snapshots/Tooltip5.svg @@ -8,17 +8,17 @@ - + - + diff --git a/__tests__/integration/snapshots/Tooltip6.svg b/__tests__/integration/snapshots/Tooltip6.svg index d6e14329..69b88fc1 100644 --- a/__tests__/integration/snapshots/Tooltip6.svg +++ b/__tests__/integration/snapshots/Tooltip6.svg @@ -8,17 +8,17 @@ - + - + diff --git a/__tests__/integration/snapshots/Tooltip7.svg b/__tests__/integration/snapshots/Tooltip7.svg index d2ed19af..197d16a5 100644 --- a/__tests__/integration/snapshots/Tooltip7.svg +++ b/__tests__/integration/snapshots/Tooltip7.svg @@ -8,10 +8,10 @@ - + - + - +