diff --git a/.npmrc b/.npmrc index 43c97e719..4fd15ed11 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ package-lock=false +legacy-peer-deps=true diff --git a/package.json b/package.json index d1aca58b7..edb5eb181 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,12 @@ "@cerner/eslint-config-terra": "^5.0.0", "@cerner/jest-config-terra": "^1.0.0", "@cerner/stylelint-config-terra": "^4.0.0", - "@cerner/terra-aggregate-translations": "^3.0.0", "@cerner/terra-cli": "^1.6.0", - "@cerner/terra-dev-site": "^8.0.0", - "@cerner/terra-enzyme-intl": "4.6.0", - "@cerner/terra-functional-testing": "^2.0.0", - "@cerner/terra-open-source-scripts": "^1.0.1", - "@cerner/webpack-config-terra": "^1.3.1", + "@cerner/terra-dev-site": "8", + "@cerner/terra-enzyme-intl": "4", + "@cerner/terra-functional-testing": "4", + "@cerner/terra-open-source-scripts": "1", + "@cerner/webpack-config-terra": "3", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", @@ -97,16 +96,16 @@ "terra-application": "^2.0.0", "terra-disclosure-manager": "^4.9.0", "url-loader": "^4.1.1", - "uuid": "^3.0.0", - "webpack": "^4.30.0", - "webpack-cli": "^3.3.12", - "webpack-dev-server": "^3.3.1", + "uuid": "3.4.0", + "webpack": "5", + "webpack-cli": "4", + "webpack-dev-server": "4", "webpack-merge": "^5.1.4" }, "scripts": { "bootstrap:hoist": "lerna bootstrap --hoist", - "build": "webpack --config ./packages/carbon-graphs/webpack/webpack.config.js --env.TYPE=LIB", - "build:dist": "webpack --config ./packages/carbon-graphs/webpack/webpack.config.js --env.TYPE=DIST", + "build": "webpack --config ./packages/carbon-graphs/webpack/webpack.config.js", + "build:dist": "webpack --config ./packages/carbon-graphs/webpack/webpack.config.js", "clean": "npm run clean:root && npm run clean:lib", "clean:install": "npm run clean && time npm install", "clean:lib": "rm -rf packages/**/lib", @@ -115,9 +114,9 @@ "compile": "npm run clean:lib && npm run compile:build", "compile:build": "lerna ls -all | sed 's/@cerner\\///g' | cut -d ' ' -f1 | xargs -I {} babel packages/{}/src --out-dir packages/{}/lib --copy-files", "compile:src": "lerna run compile", - "compile:prod": "rm -rf ./build; NODE_ENV=production webpack -p", - "compile:lowlight": "rm -rf ./build; THEME=clinical-lowlight-theme webpack -p", - "compile:fusion": "rm -rf ./build; THEME=orion-fusion-theme webpack -p", + "compile:prod": "rm -rf ./build; NODE_ENV=production webpack", + "compile:lowlight": "rm -rf ./build; THEME=clinical-lowlight-theme webpack", + "compile:fusion": "rm -rf ./build; THEME=orion-fusion-theme webpack", "danger": "danger ci", "dev": "node packages/carbon-graphs/webpack/dev-server.js", "heroku-postbuild": "npm install --only=dev && npm run compile:prod", @@ -129,20 +128,17 @@ "lint:js:fix": "eslint --fix --ext .js,.jsx .", "lint:scss": "stylelint 'packages/**/*.scss' --syntax scss", "prepare-for-release": "terra prepare-for-release", - "postinstall": "link-parent-bin && npm run bootstrap:hoist && npm run compile && npm run build && npm run build:dist", - "start": "webpack-dev-server", + "postinstall": "npm run bootstrap:hoist && npm run compile && npm run build && npm run build:dist", + "start": "webpack serve --config webpack.config.js", "start-heroku": "terra express-server --port $PORT --site build", "start-prod": "webpack-dev-server --env.disableHotReloading -p", "start-static": "npm run compile:prod && terra express-server --site ./build", "test": "npm run lint && npm run jest && npm run karma && npm run wdio-default", "test:docker": "npm run lint && npm run jest && && npm run karma && npm run wdio-default:docker", "karma": "karma start ./packages/carbon-graphs/karma.config.js --single-run --no-auto-watch", - "wdio:compile": "npm run compile && npm run wdio-default", - "wdio-default": "terra wdio", + "wdio": "npm run compile && npm run wdio-default", + "wdio-default": "terra wdio --themes terra-default-theme", "wdio-default:docker": "terra wdio --disableSeleniumService=true", - "wdio-lowlight": "NODE_OPTIONS=--max-old-space-size=2048 terra wdio --themes clinical-lowlight-theme", - "wdio-fusion": "terra wdio --themes orion-fusion-theme", - "wdio": "terra wdio --themes terra-default-theme", "wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme", "wdio:bar": "terra wdio --themes terra-default-theme --spec packages/carbon-graphs/tests/wdio/Graphs/BarGraph/bar-graph-spec.js", "wdio:bubble": "terra wdio --themes terra-default-theme --spec packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/bubbleGraphs-spec.js", diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/axis_info_text_labels.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/axis_info_text_labels.png index b21021893..eda63ddb8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/axis_info_text_labels.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/axis_info_text_labels.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_1.png index a46536163..ed2141275 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_2.png index 64451a89e..ea305952b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_3.png index 397a59ab6..b9a6edf00 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_1.png index d126ebfeb..725b36853 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_2.png index cf563c280..b369b3401 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_3.png index 4b217bad2..f22bc06a7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png index f63843bf1..5e0da18db 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png index c404c2ce6..14be8ffe7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png index b25ad94e8..41be73660 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png index ebf661daf..2b52692ce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png index a3d82b41e..deba25caf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png index af71b3c8f..87b4d44dc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_1.png index 7a5182388..a23ad1f57 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_2.png index b0356bafb..266050ab4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_3.png index 3bb7cbd4d..a04c26387 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_1.png index 78c6be3e4..c434267cb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_2.png index eb1906527..3045bfd81 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_3.png index af71b3c8f..87b4d44dc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/bar_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_bars.png index 88f3cf5e8..ce2f58c3e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_goal_lines.png index bd6c51d31..5ead43d12 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/grouped_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/negative_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/negative_bars.png index ece6081bc..9359934c5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/negative_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/negative_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_Bar.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_Bar.png index 83fdf0e9b..f840bc591 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_Bar.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_Bar.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_goal_lines.png index f005c7cdf..b6e868b4a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/simple_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_axis_info_text_labels.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_axis_info_text_labels.png index 147c1d12b..684544f24 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_axis_info_text_labels.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_axis_info_text_labels.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_bars.png index f272c6694..b02dd0816 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_goal_lines.png index 6130d8db8..c72af8874 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/stacked_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries.png index 7672104a1..b1249238d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_dateline.png index d0967508c..d3bc8dfdc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_eventline.png index b14d768ea..b2502a796 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bar-graph-spec/timeseries_With_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/axis_info_text_labels.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/axis_info_text_labels.png index 7a1f123ff..d023af221 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/axis_info_text_labels.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/axis_info_text_labels.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_1.png index fd2d068ae..9933ec071 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_2.png index afb8a3329..44ec368fa 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_3.png index cbf886bca..d00667729 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_1.png index 72d9f46f2..751893082 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_2.png index 5fe2e3592..8f919d4cb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_3.png index 5aa14f185..9363753ad 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png index 108e41ca1..3cd7c6554 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png index 32e6a4236..0f607065b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png index d39a3f8b5..1dd71058f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png index c439dc185..5cb6dd185 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png index 0d85158ca..bb94c8ce1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png index 9839bcd4c..3554f86c4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_1.png index 5e5599a99..c7d88173c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_2.png index e4a13f325..438257cf6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_3.png index ab5006e5f..9ae7bba3c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_1.png index 707ab41e6..143d808ea 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_2.png index 4a2318e4b..25d7947f6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_3.png index 9839bcd4c..3554f86c4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/bar_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_bars.png index 3bcb6e03c..7d4c62ef9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_goal_lines.png index 5645fad7e..332821121 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/grouped_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/negative_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/negative_bars.png index ebaa16141..9099e7f34 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/negative_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/negative_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_Bar.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_Bar.png index b1500b1f5..0e73de4b5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_Bar.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_Bar.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_goal_lines.png index 75a1c3805..322095a0d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/simple_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_axis_info_text_labels.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_axis_info_text_labels.png index f3ecd86eb..575cb0296 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_axis_info_text_labels.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_axis_info_text_labels.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_bars.png index 9b1449b10..ee81c467f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_goal_lines.png index 4abc9b61e..ecddd91e1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/stacked_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries.png index bfacd2ff1..34c37c029 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_dateline.png index e0213c7de..1923031a1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_eventline.png index aebdb04cb..52effc15d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bar-graph-spec/timeseries_With_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/axis_info_text_labels.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/axis_info_text_labels.png index d3a35d315..3ec678fa7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/axis_info_text_labels.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/axis_info_text_labels.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_1.png index a24c1703c..7ab555aa6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_2.png index ac637be5c..b25b18064 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_3.png index 22e3a0a06..c44cee0f7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_1.png index d3385f5c6..051497baf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_2.png index c0bd72bd0..8430c43ef 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_3.png index 6cb86ea6d..4a4206441 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png index 0b787a664..323a60560 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png index 15da15152..465071165 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png index 54ee1dc49..9460a17d7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png index bf31e23c7..c55f40ddc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png index 9a59d64b1..e3c0b5132 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png index 8521d0a30..07c47739e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_1.png index 5e45a70dd..bf1c9411f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_2.png index 454ed32be..584019a01 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_3.png index 6ad1a04e6..497351d19 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_1.png index 23d5be932..d5244068d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_2.png index 5dccec9fc..8c08a05a0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_3.png index 8521d0a30..07c47739e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/bar_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_bars.png index 57ba8a87e..7efb6f5a8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_goal_lines.png index 822ccbe71..ad571da82 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/grouped_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/negative_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/negative_bars.png index 4a585914c..bb1204734 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/negative_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/negative_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_Bar.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_Bar.png index a551de7c1..e527cf739 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_Bar.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_Bar.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_goal_lines.png index 58c582aa5..71a5e9692 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/simple_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_axis_info_text_labels.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_axis_info_text_labels.png index 374cf0fcc..18ef1783d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_axis_info_text_labels.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_axis_info_text_labels.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_bars.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_bars.png index c876d8bf6..f1df2c03a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_bars.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_bars.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_goal_lines.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_goal_lines.png index 7c9e41eed..669927b82 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_goal_lines.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/stacked_goal_lines.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries.png index 3cfdb167d..0df80a4d8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_dateline.png index 9f9ab5c80..a1fcf297d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_eventline.png index 74ddfb048..354fb3330 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/BarGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bar-graph-spec/timeseries_With_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png index ca169512f..95b20aaf5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png index 09a99579a..8eb248e14 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png index c760fd951..0dbe7d5ad 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png index 718aa5117..e09924a9a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png index e9337cac2..d0043efc1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png index 47014eca6..63c2a6ea4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png index 46b10ee9f..ea8d7ac26 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png index 46153daca..0c0049fba 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png index 3ad331406..a19c9e4e4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png index 1b73e4462..8e6fdfd2b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png index f90a75089..eabaf0365 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png index 25760e6f8..239d30424 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_1.png index caa51e075..063ab566d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_2.png index 9b4356809..66483caf7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_3.png index fdc80f2a0..43b30bda9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_1.png index 47be57e45..137b4e653 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_2.png index 5f7a87d0a..f3abe1087 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_3.png index 5c176402f..ac1682972 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/bubble_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/color-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/color-based-graph.png index 1475fb356..88c6d2a76 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/color-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/color-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/custom-weight-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/custom-weight-graph.png index e691736e0..70a315e03 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/custom-weight-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/custom-weight-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/multiple-dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/multiple-dataset.png index 47b489fd0..acfa0069e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/multiple-dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/multiple-dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/single-dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/single-dataset.png index 01a14ed67..cd6c7306d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/single-dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/single-dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-based-graph.png index 0095c60bd..2bfb38b0c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-color-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-color-based-graph.png index cccac5947..e68734806 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-color-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/bubbleGraphs-spec/weight-color-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png index 9436e09da..020f5dede 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png index 46f89795d..0a0bc4192 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png index c01b60913..40acf6667 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png index 14ef46086..549b01476 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png index 8d11a8629..8db0b0e2e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png index b8d010c0d..d9098750a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png index fb44bff62..4818ca9bd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png index 243859212..a3c63f88e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png index d57d52a11..68df50486 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png index 0fe3dcbec..ddc35b838 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png index 638eda0be..0074f1a97 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png index d5657bc26..8e6a446b5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_1.png index 0e0f55440..337ea0214 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_2.png index 590cff197..8f3a41e24 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_3.png index 299c3d79f..5674374fe 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_1.png index eb44d77d8..788ff5996 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_2.png index c2a4aefcf..05b1fbd42 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_3.png index 28eb85bf7..d957b5c82 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/bubble_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/color-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/color-based-graph.png index c734b488c..54826f2da 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/color-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/color-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/custom-weight-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/custom-weight-graph.png index 4cbf91ec4..6f193589c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/custom-weight-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/custom-weight-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/multiple-dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/multiple-dataset.png index 805ec3f01..a875c2726 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/multiple-dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/multiple-dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/single-dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/single-dataset.png index 86442d014..9a2df096d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/single-dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/single-dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-based-graph.png index b04bb23da..c226ba4b2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-color-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-color-based-graph.png index 61231d70a..6ec932028 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-color-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/bubbleGraphs-spec/weight-color-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png index 233a72ce4..478f9d8d3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png index 22fbdd4ed..846a1e788 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png index 29be9d0d3..2ec9e5fe2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png index 0a1d13fd9..64ddf6334 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png index 4a551a576..800da0fdf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png index 5d23a026b..0e35eba4a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png index eeca8d103..4cb5b59dc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png index 9b9df7696..fd5d86cc8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png index 9bff1d82c..fbff76ba1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png index d09a4dfd5..28165b287 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png index 7ce48e4ae..e5af15741 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png index d63171eb6..1a4d5d3d7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_1.png index ab6306ac8..6176365d9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_2.png index 7074019f0..1ed3d493c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_3.png index ca37c5b8d..08704875c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_1.png index 2573128be..3eec797f0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_2.png index a98cd0ef6..dbfaca71b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_3.png index e874b4dc9..58e560de3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/bubble_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/color-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/color-based-graph.png index 8f0941f8b..e3c495f58 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/color-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/color-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/custom-weight-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/custom-weight-graph.png index a6803a0df..03abe78b7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/custom-weight-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/custom-weight-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/multiple-dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/multiple-dataset.png index a2054c1e8..8ba64b6ca 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/multiple-dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/multiple-dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/single-dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/single-dataset.png index 2d913a639..55515778d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/single-dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/single-dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-based-graph.png index f8793ad55..96ea25d06 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-color-based-graph.png b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-color-based-graph.png index a78c51f68..620f34668 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-color-based-graph.png and b/packages/carbon-graphs/tests/wdio/Graphs/BubbleGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/bubbleGraphs-spec/weight-color-based-graph.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/bar_graph_with_line.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/bar_graph_with_line.png index 6f2df7e8c..4ff571704 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/bar_graph_with_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/bar_graph_with_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/dataset_region_identical.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/dataset_region_identical.png index e58477e76..2fdd818c6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/dataset_region_identical.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/dataset_region_identical.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_multiple_bubble_data.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_multiple_bubble_data.png index c83d91a5f..c15784e69 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_multiple_bubble_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_multiple_bubble_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_paired_result.png index 33e8da462..7ccec6b9d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_single_bubble_data.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_single_bubble_data.png index d894ba57b..1520eca4b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_single_bubble_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/line_with_single_bubble_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/paired_result_with_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/paired_result_with_scatter.png index 8cb312b72..480611ff3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/paired_result_with_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/paired_result_with_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png index 23d70093d..d501be0ce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png index 224d05b9b..2239f72ec 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png index 5e4f6ae30..3a8432c55 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/bar_graph_with_line.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/bar_graph_with_line.png index 72fe7327e..03a7c5cce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/bar_graph_with_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/bar_graph_with_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/dataset_region_identical.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/dataset_region_identical.png index 657129399..e8f1d5a90 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/dataset_region_identical.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/dataset_region_identical.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_multiple_bubble_data.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_multiple_bubble_data.png index 335e0d88e..06bd45a11 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_multiple_bubble_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_multiple_bubble_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_paired_result.png index 13a7b681d..749fae81c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_single_bubble_data.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_single_bubble_data.png index 224676a1b..febcf6a24 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_single_bubble_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/line_with_single_bubble_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/paired_result_with_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/paired_result_with_scatter.png index d6ad8e579..e846773ae 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/paired_result_with_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/paired_result_with_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png index ec5f8a6b1..c1ae195f5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png index b4889b2a6..aa8169467 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png index a1f8f5911..d8fa255a2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/bar_graph_with_line.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/bar_graph_with_line.png index 5cd1a6d66..b8a40fb91 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/bar_graph_with_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/bar_graph_with_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/dataset_region_identical.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/dataset_region_identical.png index a8862b68f..04dff833d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/dataset_region_identical.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/dataset_region_identical.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_multiple_bubble_data.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_multiple_bubble_data.png index 766b4ef20..f24433507 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_multiple_bubble_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_multiple_bubble_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_paired_result.png index edf171a6d..51f0b8446 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_single_bubble_data.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_single_bubble_data.png index f3abb5182..4ae3aa66a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_single_bubble_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/line_with_single_bubble_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/paired_result_with_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/paired_result_with_scatter.png index f5a01b2d6..539d0b68a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/paired_result_with_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/paired_result_with_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png index c7421b5da..d937c4ec3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_line_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png index 84ef848e5..d73b5f820 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_high_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png index 9b9801a46..f93c4cf98 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/combination-graph-spec/simple_combination_region_hovered_on_paired_result_low_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_actions.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_actions.png index 2c3ce383a..f7d2122b1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_actions.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_actions.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_datetime_bucket.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_datetime_bucket.png index fb12d0d3c..bc1c7c00d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_datetime_bucket.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_datetime_bucket.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png index 9a6757356..c293c9ceb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png index 207273281..b727945d7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png index f9242f2ca..15ebebf7b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png index 9f46a8eeb..dcd9d172d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png index 51bbb5a92..a337e1dab 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png index e683ceaae..aa050a632 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png index 162f9eace..0830efe82 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png index 2fd3e112f..2346fea8e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png index 785973a2e..d1fdc388f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png index bcbc16be9..3ac48f257 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png index aae7da6b0..9b1f70911 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png index 8df6cdd1d..8fc785c61 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_eventline.png index f06d282c1..29a17ae81 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_events.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_events.png index 69b45f316..55065b9c7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_events.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_events.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png index 875b240ba..8aef05d8e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png index 5410d2405..8fa2dc986 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png index eccf2f01b..dd7843f4a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png index 2952fe8cf..8b0999971 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png index f9d5226e2..be54dc4d0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png index bc7d8c274..13e52902a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png index 1e4de1bdb..2f33f0a2d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png index 473cbbc4a..e2627e91f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_percentage.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_percentage.png index 823f95f21..1e56cf34b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_percentage.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_percentage.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_1.png index 4377e5ac2..4f4345ad3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_2.png index 0d9c687be..0d0255a20 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_3.png index 5c0197293..14fd20617 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_1.png index 7045176ad..7f64a2fa4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_2.png index 363b57114..4dfd8db76 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_3.png index 86f243436..4b3618997 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_tasks_and_acttivities.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_tasks_and_acttivities.png index da507119a..68a30e8d5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_tasks_and_acttivities.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_tasks_and_acttivities.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_track_selection.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_track_selection.png index 08bea7e84..2b781e33a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_track_selection.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/gantt_track_selection.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/simple_gantt.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/simple_gantt.png index 961df2f0a..997292685 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/simple_gantt.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_large/gantt-chart-spec/simple_gantt.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_actions.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_actions.png index 582ac9833..49937f9dc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_actions.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_actions.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_datetime_bucket.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_datetime_bucket.png index 08fae3a89..22eae6b22 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_datetime_bucket.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_datetime_bucket.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png index 841aa0928..bb626e833 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png index 310b176b8..23fd2b7a2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png index 8abce24f5..86f7b7126 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png index b53177efd..67ae0318d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png index 5cefc6e72..8d2d3f65a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png index 712cd56b4..08d430c76 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png index e0ca7a498..c2e2d2293 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png index 03bb4f3d9..b104c8188 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png index 475ddce03..98dafddcf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png index 7ddb4a26c..6fdc321ab 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png index 904f8caa0..3d2f6aa5e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png index 481a05d88..24d4e2cf9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_eventline.png index e1ebef991..70068e5ef 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_events.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_events.png index c24f38f99..f533f05b5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_events.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_events.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png index f27d9e7cd..74cc6f2a1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png index 61a2bde72..b5538fa3d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png index 7b7bc6cfa..973b8b363 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png index f783d5eda..c0f229d18 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png index 128313436..a27385c47 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png index f468b902a..28174f0d5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png index 2c80c470a..0826a4965 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png index dac019f3c..7800fe5bf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_percentage.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_percentage.png index a7904c242..9215f425b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_percentage.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_percentage.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_1.png index c9097955c..8a50c2b4a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_2.png index 67b8b9e29..7ed9aee77 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_3.png index c964719b0..8a6b02d57 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_1.png index af22ffe1a..8d98544a0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_2.png index 17477820e..5d187eeff 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_3.png index 112772b07..8036c23b8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_tasks_and_acttivities.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_tasks_and_acttivities.png index e466ef85e..f5962eff8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_tasks_and_acttivities.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_tasks_and_acttivities.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_track_selection.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_track_selection.png index 4c9950959..0c5e00351 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_track_selection.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/gantt_track_selection.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/simple_gantt.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/simple_gantt.png index e945953d6..48bd49a3b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/simple_gantt.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/gantt-chart-spec/simple_gantt.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_actions.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_actions.png index e737ddfbe..f615cd4a7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_actions.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_actions.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_bar_types.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_bar_types.png index f2315e9fd..717c7f83c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_bar_types.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_bar_types.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_datetime_bucket.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_datetime_bucket.png index 756e1080d..884431c4a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_datetime_bucket.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_datetime_bucket.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png index e607a0054..0717c00a1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png index 1f6c80d47..049ede731 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png index 11278133b..b5d92dfae 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png index 4a37d2b7f..3d5715be5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png index 5e10a1597..8e8deadef 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png index 274bfd576..0988879db 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png index 16c8833e7..9d8ed7729 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png index 2a4ac23e4..937a7db2e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png index 538c05d10..3b4435a9c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png index 847ed4e56..0a3eadd17 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png index 78c505c3f..a23e89610 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png index b22d02b50..6afabb767 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_eventline.png index 63b2a6080..424cfd261 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_events.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_events.png index 1a1130072..29aaf0308 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_events.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_events.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png index da5499a53..a2452f526 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_graph_and_legend_reduced_padding.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png index 6b7486dda..d4410c40e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_label_truncation_when_clicked_on_label.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png index 4ff85bf57..376614d4e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png index 60cec9c28..8507fcd76 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png index 93888a4e2..a3a7bd514 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png index 6cb58281b..28bfa79ac 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png index f8a922a69..0c979a429 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png index 7c1daf50f..01a8187ae 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_percentage.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_percentage.png index fde285d43..11da90526 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_percentage.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_percentage.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_1.png index 10f6f4c5d..073e72929 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_2.png index cf09827d1..f6ec24214 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_3.png index d41021cb4..e6bb4fa89 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_1.png index 7017908bd..46f9e44b1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_2.png index 56dcfda39..b4b65bd04 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_3.png index 5bb56a07a..40669fb8e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_tasks_and_acttivities.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_tasks_and_acttivities.png index 51cc64f21..905f1f3a5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_tasks_and_acttivities.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_tasks_and_acttivities.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_track_selection.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_track_selection.png index a0c9f41e7..58254b37b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_track_selection.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/gantt_track_selection.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/simple_gantt.png b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/simple_gantt.png index 8263d1d37..1d0a98395 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/simple_gantt.png and b/packages/carbon-graphs/tests/wdio/Graphs/GanttChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/gantt-chart-spec/simple_gantt.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/background_color.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/background_color.png index b4f205d6a..a7996b7cd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/background_color.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/background_color.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/custom_legend_placement.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/custom_legend_placement.png index 54871a15e..54e0d25ed 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/custom_legend_placement.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/custom_legend_placement.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/datetime_bucket.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/datetime_bucket.png index bdfe188fa..df64b07ee 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/datetime_bucket.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/datetime_bucket.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/graph_and_legend_padding_reduced.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/graph_and_legend_padding_reduced.png index e1083981e..7c5c449ce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/graph_and_legend_padding_reduced.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/graph_and_legend_padding_reduced.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/horizontal_grid_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/horizontal_grid_hidden.png index be1947f5a..84e16e187 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/horizontal_grid_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/horizontal_grid_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_x-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_x-axis.png index 6fb267d43..9d0f34496 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_x-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_x-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y-axis.png index 5313254e6..93cc81dba 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y2-axis.png index 50d78f552..7073f032f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_when_clicked_on_y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_with_no_click.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_with_no_click.png index 8198566c4..ec7228e93 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_with_no_click.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/label_truncation_with_no_click.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_hidden.png index 60ea8538b..01d95aa93 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_item-disable.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_item-disable.png index 60ea8538b..01d95aa93 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_item-disable.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_item-disable.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_with_legend_options.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_with_legend_options.png index 138d8c15e..5b0a5518a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_with_legend_options.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/legend_with_legend_options.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/no_data.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/no_data.png index d7f2ba14f..871e14c77 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/no_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/no_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/static_x_axis_ticks.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/static_x_axis_ticks.png index d562162dd..d3798fb23 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/static_x_axis_ticks.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/static_x_axis_ticks.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/supress_tick_values_trailing_zero.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/supress_tick_values_trailing_zero.png index 6b01bf5e1..c567597d8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/supress_tick_values_trailing_zero.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/supress_tick_values_trailing_zero.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/vertical_grid_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/vertical_grid_hidden.png index e688c9e49..47461bffe 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/vertical_grid_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/vertical_grid_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_disabled.png index a3511bf68..fb3d5c3df 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_enabled.png index 9d962743c..32a7e9111 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_alternate_locale.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_alternate_locale.png index 1c6ef9356..a0d755705 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_alternate_locale.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_alternate_locale.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_hidden.png index 3be587623..1679948ed 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_orientation_top.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_orientation_top.png index c34d414f9..8729bb378 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_orientation_top.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_orientation_top.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_ticks_formatted.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_ticks_formatted.png index b47588c48..1fcc2a0fb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_ticks_formatted.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_ticks_formatted.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_disabled.png index 41ef825d2..54eb0a9d8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_enabled.png index 99ae63523..99acc22b1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/x-axis_timeseries_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_disabled.png index 5bd0d2e60..d98ec8059 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_enabled.png index d50e4e1d5..f40c929de 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_hidden.png index 9ebb5932d..04e07d94d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_large/general-spec/y-axis_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/background_color.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/background_color.png index e6ff76d3b..9cea0e7a7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/background_color.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/background_color.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/custom_legend_placement.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/custom_legend_placement.png index 4b62ce44c..c0c1bed4d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/custom_legend_placement.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/custom_legend_placement.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/datetime_bucket.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/datetime_bucket.png index 5f492e3c5..e83e5b154 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/datetime_bucket.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/datetime_bucket.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/graph_and_legend_padding_reduced.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/graph_and_legend_padding_reduced.png index 80bdc37e9..340948560 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/graph_and_legend_padding_reduced.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/graph_and_legend_padding_reduced.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/horizontal_grid_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/horizontal_grid_hidden.png index c9b54aa46..c1c5d76d0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/horizontal_grid_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/horizontal_grid_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_x-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_x-axis.png index 844e7682c..30e9c694b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_x-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_x-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y-axis.png index e9436f091..7520f7835 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y2-axis.png index aa2aa0c92..690978243 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_when_clicked_on_y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_with_no_click.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_with_no_click.png index cf94a1ed2..3b4bc3800 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_with_no_click.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/label_truncation_with_no_click.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_hidden.png index ec39d86e6..8d30c037b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_item-disable.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_item-disable.png index ec39d86e6..8d30c037b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_item-disable.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_item-disable.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_with_legend_options.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_with_legend_options.png index eb5b3dd99..72db0c062 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_with_legend_options.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/legend_with_legend_options.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/no_data.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/no_data.png index 57158c559..7ce36704d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/no_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/no_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/static_x_axis_ticks.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/static_x_axis_ticks.png index 559752342..0d2fb2dfc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/static_x_axis_ticks.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/static_x_axis_ticks.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/supress_tick_values_trailing_zero.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/supress_tick_values_trailing_zero.png index a92c6f981..463abcce3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/supress_tick_values_trailing_zero.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/supress_tick_values_trailing_zero.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/vertical_grid_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/vertical_grid_hidden.png index 0ad69316e..923a11de4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/vertical_grid_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/vertical_grid_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_disabled.png index 489be7ec4..590e02308 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_enabled.png index cd9b0ea7b..ff00e5332 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_alternate_locale.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_alternate_locale.png index 44e2485b7..a366ec5e9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_alternate_locale.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_alternate_locale.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_hidden.png index cd66d07e0..bfe68f7ca 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_orientation_top.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_orientation_top.png index 7ba7232be..8f451beed 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_orientation_top.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_orientation_top.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_ticks_formatted.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_ticks_formatted.png index d94bf74cd..5f1521867 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_ticks_formatted.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_ticks_formatted.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_disabled.png index f7d2f8e88..477c971b3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_enabled.png index 372d7ab9e..985124039 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/x-axis_timeseries_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_disabled.png index 2381d68a8..65849fae2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_enabled.png index e87c6ec8f..1af7578e5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_hidden.png index a01923484..bfc757913 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_medium/general-spec/y-axis_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/background_color.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/background_color.png index 4b0a67983..02605418b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/background_color.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/background_color.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/custom_legend_placement.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/custom_legend_placement.png index ab53ed5ad..039ffc301 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/custom_legend_placement.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/custom_legend_placement.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/datetime_bucket.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/datetime_bucket.png index 23ad6e48a..4d2a3698a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/datetime_bucket.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/datetime_bucket.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/graph_and_legend_padding_reduced.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/graph_and_legend_padding_reduced.png index f10826800..ecc5892cd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/graph_and_legend_padding_reduced.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/graph_and_legend_padding_reduced.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/horizontal_grid_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/horizontal_grid_hidden.png index 4b2a7a913..4869dda9b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/horizontal_grid_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/horizontal_grid_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_x-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_x-axis.png index efeaf3cc0..e7b995368 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_x-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_x-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y-axis.png index 5a22126c2..56a65cf42 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y2-axis.png index 780ce4b4c..86eec8541 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_when_clicked_on_y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_with_no_click.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_with_no_click.png index 8693b6445..abf465f8e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_with_no_click.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/label_truncation_with_no_click.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_hidden.png index 7eb71391c..4368b3de9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_item-disable.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_item-disable.png index 7eb71391c..4368b3de9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_item-disable.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_item-disable.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_with_legend_options.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_with_legend_options.png index 2edd9c3fd..2b39fba8e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_with_legend_options.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/legend_with_legend_options.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/no_data.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/no_data.png index 732f39858..555d31024 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/no_data.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/no_data.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/static_x_axis_ticks.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/static_x_axis_ticks.png index eb4e8ee34..7600b4743 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/static_x_axis_ticks.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/static_x_axis_ticks.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/supress_tick_values_trailing_zero.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/supress_tick_values_trailing_zero.png index 792488d98..ec087ac53 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/supress_tick_values_trailing_zero.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/supress_tick_values_trailing_zero.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/vertical_grid_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/vertical_grid_hidden.png index cb27c989d..014370a45 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/vertical_grid_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/vertical_grid_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_disabled.png index 70b1ec199..d7c19073f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_enabled.png index 3a4de489b..4c624e841 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_alternate_locale.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_alternate_locale.png index 50e5be4f9..f131b8ebc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_alternate_locale.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_alternate_locale.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_hidden.png index 32590c0a2..6aa2a0b3c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_orientation_top.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_orientation_top.png index c0450323d..55e43dbc9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_orientation_top.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_orientation_top.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_ticks_formatted.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_ticks_formatted.png index 4db666648..eabbd2eca 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_ticks_formatted.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_ticks_formatted.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_disabled.png index 878a9acac..8bb677ec4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_enabled.png index f2f1a0efd..74cca6e1b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/x-axis_timeseries_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_disabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_disabled.png index aa8630430..196a61709 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_disabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_disabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_enabled.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_enabled.png index 30f49aff8..c2ca4f4af 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_enabled.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_allowcalibration_enabled.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_hidden.png index e3814cac6..9bc0fe5fe 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/General/__snapshots__/reference/terra-default-theme/en/chrome_tiny/general-spec/y-axis_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_multi_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_multi_line.png index d23a86488..5adc0c733 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_multi_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_multi_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_simple_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_simple_line.png index f457e8b55..f382b855f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_simple_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/criticality_simple_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dashed_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dashed_line.png index f8f8156c9..846ea9393 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dashed_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dashed_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/disable_calibration.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/disable_calibration.png index e2309e148..782c0961e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/disable_calibration.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/disable_calibration.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_1.png index af4d7703c..925936c3b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_2.png index 272ae2396..ecafbbea1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_data_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_1.png index 098249eee..af3408c2a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_2.png index 9c0146a7c..7c7919668 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/dynamic_eventline_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_1.png index 2f7f77341..c7c7fcfdc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_2.png index 63dc555ce..52568bac2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/legend_update_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multi_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multi_line.png index 29d550d3e..f82047aaa 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multi_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multi_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiline_dataset_region_identical.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiline_dataset_region_identical.png index a89911af1..5bb83fa4a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiline_dataset_region_identical.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiline_dataset_region_identical.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_1.png index 0170cccb9..7902937c7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_2.png index 81e72104b..8b4b3dc7a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_dataset_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region.png index 3d6797b50..802fe7680 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png index 9b67718f5..029dea1b7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png index 28d58dfff..927b0d6ca 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png index d3bccbc76..bdf84c465 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_regions.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_regions.png index 21a0d8f89..d6e89f959 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_regions.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/multiple_regions.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_lower-bound.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_lower-bound.png index 80d0fbc05..814fdc4c9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_lower-bound.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_lower-bound.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_upper_bound.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_upper_bound.png index 00a0b3992..9d0e3de7f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_upper_bound.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_no_upper_bound.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis.png index 6279c6822..3aab27bd1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis_when_hovered_on_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis_when_hovered_on_legend.png index 6279c6822..3aab27bd1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis_when_hovered_on_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/region_y2-axis_when_hovered_on_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/regions_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/regions_line.png index 36dab9c73..11ce33a03 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/regions_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/regions_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/shapes_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/shapes_hidden.png index f8f8156c9..846ea9393 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/shapes_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/shapes_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/show_or_hide_shapes_per_dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/show_or_hide_shapes_per_dataset.png index 322dde266..869f43be3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/show_or_hide_shapes_per_dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/show_or_hide_shapes_per_dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_line.png index ab6f879b6..7ce007ea0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_non_contiguous.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_non_contiguous.png index cf62efa89..efdc55d9f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_non_contiguous.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_non_contiguous.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_1.png index 8401edbae..8e2a87a29 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_2.png index ade9c2fd2..f8178e7e6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_3.png index 522307a21..c89ff1e99 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_1.png index 9295a0eef..da720c384 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_2.png index c539e7faa..2d89ec9a8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_3.png index 382218089..091888a57 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_region.png index c3c289611..21c5ef8d8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_spline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_spline.png index a400c87ce..8229b4772 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_spline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/simple_spline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/spline_value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/spline_value_region.png index 47566c229..2dfe42567 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/spline_value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/spline_value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries.png index 17f43f31e..17867948f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_dateline.png index c39d2fc88..1a8638b94 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_eventline.png index 12b0d77e1..e33a399c7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/value_region.png index 731e49b96..d8926c29f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2-axis.png index c94d1b1f8..ae793c19f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_1.png index 44a70e5d9..5b45d9cce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_2.png index 7e9e80da7..2147c18a1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_3.png index 62bcb1663..1f53a0296 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_1.png index 005429abe..eda08edfd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_2.png index b0827be40..bbb0d621e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_3.png index 77b7c0441..538ee1fd3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/line-graph-spec/y2_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_multi_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_multi_line.png index b7a1593b4..844f0179f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_multi_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_multi_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_simple_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_simple_line.png index 47e78837f..ac76ac3a8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_simple_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/criticality_simple_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dashed_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dashed_line.png index c844f04e4..595a75479 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dashed_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dashed_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/disable_calibration.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/disable_calibration.png index 5268ddcae..05bf68711 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/disable_calibration.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/disable_calibration.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_1.png index 7f9598cd4..21f4953a8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_2.png index a9152ab20..08b094ff2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_data_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_1.png index ec5d0bd50..712599184 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_2.png index d464fce91..8c67447ac 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/dynamic_eventline_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_1.png index b9f37067d..c11f337b7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_2.png index 4e86c676b..7db6de024 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/legend_update_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multi_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multi_line.png index 4187f7d27..cfc21c66d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multi_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multi_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiline_dataset_region_identical.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiline_dataset_region_identical.png index 658eaebdd..65aea842d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiline_dataset_region_identical.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiline_dataset_region_identical.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_1.png index 1802a68aa..94e705e33 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_2.png index ccf3b0217..53b214216 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_dataset_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region.png index 6f11aa234..d60e99bde 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png index 50abf849b..c8811813d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png index f70f17986..e8a08c608 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png index 0798ff2b1..cb0153ecc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_regions.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_regions.png index 747b46b00..00cc68b3d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_regions.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/multiple_regions.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_lower-bound.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_lower-bound.png index 9d2f12403..e785aa6a1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_lower-bound.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_lower-bound.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_upper_bound.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_upper_bound.png index b99453733..82268d0e4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_upper_bound.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_no_upper_bound.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis.png index 89fdcc302..76d49bcc3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis_when_hovered_on_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis_when_hovered_on_legend.png index 89fdcc302..76d49bcc3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis_when_hovered_on_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/region_y2-axis_when_hovered_on_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/regions_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/regions_line.png index 658ce67b1..52ffb55ba 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/regions_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/regions_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/shapes_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/shapes_hidden.png index c844f04e4..595a75479 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/shapes_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/shapes_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/show_or_hide_shapes_per_dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/show_or_hide_shapes_per_dataset.png index f69c31800..6183cad64 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/show_or_hide_shapes_per_dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/show_or_hide_shapes_per_dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_line.png index 6ef675e2c..a2fa99b82 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_non_contiguous.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_non_contiguous.png index eab14952d..af82cb307 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_non_contiguous.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_non_contiguous.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_1.png index 69779eb81..6759f6b9f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_2.png index 1f8bfa114..8d2e676a7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_3.png index 8cdabd4c2..4712f20a3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_1.png index f2f154478..bd5043f40 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_2.png index 3cef4307d..300303b30 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_3.png index 23117355c..617b099a5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_region.png index 96766d070..4029a52af 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_spline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_spline.png index 09c95c20f..f6f28828c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_spline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/simple_spline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/spline_value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/spline_value_region.png index 748947b41..27793853b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/spline_value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/spline_value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries.png index ddd69623e..2ee034936 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_dateline.png index bc213c10f..ea783eab6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_eventline.png index 212d0d10f..602f4d302 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/value_region.png index 3e8b3a44e..54f046512 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2-axis.png index 0e4202362..d8497cca4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_1.png index 9f25f724f..5fc593de6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_2.png index 30fc5fa3f..0bc7d37c4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_3.png index 39c1e2501..a358ad584 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_1.png index de94238a1..0b32dada8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_2.png index ddb1a1bbd..77d41d639 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_3.png index 8712f4647..f3b60e1c1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/line-graph-spec/y2_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_multi_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_multi_line.png index 24af98ed8..3287bd29e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_multi_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_multi_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_simple_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_simple_line.png index e33aa8e68..1c5367e52 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_simple_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/criticality_simple_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dashed_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dashed_line.png index 0b589fed8..3e75077ed 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dashed_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dashed_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/disable_calibration.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/disable_calibration.png index a24b9beb3..9b8969a03 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/disable_calibration.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/disable_calibration.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_1.png index 44f9f36ff..a661d8e09 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_2.png index 9f8623669..f84fa59d6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_data_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_1.png index ff23dd43e..d55050de7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_2.png index aebaf99f0..ac6cb338b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/dynamic_eventline_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_1.png index cf9d08742..602943e90 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_2.png index 7e2642377..a377a8c83 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/legend_update_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multi_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multi_line.png index c4a9d098a..b3c76dbfd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multi_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multi_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiline_dataset_region_identical.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiline_dataset_region_identical.png index 38134a3be..c038975d8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiline_dataset_region_identical.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiline_dataset_region_identical.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_1.png index d36a01191..07e09bb18 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_2.png index 376c3c860..eb9b37d00 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_dataset_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region.png index b771f32fd..2be08b615 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png index cb80f83e5..c7ea630b7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png index f17e7ac31..d263f5550 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png index af725afc6..a58b8c7dd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_line_region_hovered_on_data_label_5.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_regions.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_regions.png index 804fb8598..7cefb2f9c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_regions.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/multiple_regions.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_lower-bound.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_lower-bound.png index 208a5e658..367fc3121 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_lower-bound.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_lower-bound.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_upper_bound.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_upper_bound.png index c65689b96..25d5ec105 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_upper_bound.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_no_upper_bound.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis.png index 7816c3e53..9805932ec 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis_when_hovered_on_legend.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis_when_hovered_on_legend.png index 7816c3e53..9805932ec 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis_when_hovered_on_legend.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/region_y2-axis_when_hovered_on_legend.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/regions_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/regions_line.png index ef2ae89a4..bb85e52a2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/regions_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/regions_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/shapes_hidden.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/shapes_hidden.png index 0b589fed8..3e75077ed 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/shapes_hidden.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/shapes_hidden.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/show_or_hide_shapes_per_dataset.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/show_or_hide_shapes_per_dataset.png index 7e619cd92..a3896b49d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/show_or_hide_shapes_per_dataset.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/show_or_hide_shapes_per_dataset.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_line.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_line.png index 6d05077db..ae085d585 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_line.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_line.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_non_contiguous.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_non_contiguous.png index 7fc990f05..b1da78c78 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_non_contiguous.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_non_contiguous.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_1.png index 89c220082..f03975df4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_2.png index 68b5ba489..bbc982643 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_3.png index 6feb0bfa3..0fd32a066 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_1.png index c6fa3bd4f..7cfbd9f7b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_2.png index e457dc871..c0f1a69d2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_3.png index c44208e14..80beddada 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_region.png index 30146c7f3..fd030d9fe 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_spline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_spline.png index a942a24f1..9f95ac4fc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_spline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/simple_spline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/spline_value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/spline_value_region.png index c4a52de2d..bab5b0a0e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/spline_value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/spline_value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries.png index 33e4b6fbe..bc90ab97e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_dateline.png index 4c861df38..3d672fca1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_eventline.png index 464bdb0dd..f866757fe 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/value_region.png index c7c0d8eb7..7e5ffbbec 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2-axis.png index f78d96dfe..951438db8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_1.png index cbd222e64..5f8fa33b6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_2.png index 576323251..cdf0670ea 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_3.png index a4dc676d8..e86215634 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_1.png index 46b7459ea..828c12f65 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_2.png index aa2562d54..76fd2f4ef 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_3.png index 47227491d..9e6c89643 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/LineGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/line-graph-spec/y2_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_multiple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_multiple_paired_result.png index 6be12febc..d0e04a1c1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_multiple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_multiple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_simple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_simple_paired_result.png index c5d6ad96d..f6ccdeafd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_simple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/criticality_simple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/legend_item_disable.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/legend_item_disable.png index cc474b9c3..3faeab491 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/legend_item_disable.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/legend_item_disable.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region.png index 9a7bd6dbc..c20545edf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png index 717fcc30b..05c546f73 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png index 90a6423f3..852ad4987 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png index b36203a76..7c29fb1b8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png index 1b82660c3..6b306a0fb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png index 22abac186..6ab20abce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png index 4763bdff3..7011bfb9c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png index b94c5036e..4075cec62 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png index 3c4260477..6bc54c0f9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png index e62cd6330..44696ae83 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png index ec274eea4..c3cfcf110 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png index aa91b364f..458cccf90 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png index 148598653..7c5aed89f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png index b882b7685..9a4da7d08 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png index 687165cb0..17b1cf8d8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png index e0b466d12..f0a06225b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png index b81a062ed..d7549bcee 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png index 7e4ac0283..455226e34 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png index 4a28d5ed3..f6165c5bd 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png index 58b205668..b9b5a5c5f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png index ecf95974d..4285343c5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png index 096d3f3ba..c2de2aeba 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png index 96c3d9e82..764a53214 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_1.png index b6855528a..e2486bcbc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_2.png index 23219ed3a..212aebe65 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_3.png index 09c7ff948..699455367 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_1.png index f42cb3530..95f2c5428 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_2.png index 60bbfad6a..0cdb30e0c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_3.png index 647b2aa41..371a247f0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/paired_result_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/region_simple.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/region_simple.png index e50b2d5bd..99b56db11 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/region_simple.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/region_simple.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/simple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/simple_paired_result.png index 5c01a70c4..c2f9c4e21 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/simple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/simple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries.png index 66fe24ecf..4c8879535 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_dateline.png index 08634dcea..9d8d5dc05 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_eventline.png index 7412b076b..2864c81ba 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/value_region.png index 18ff52f63..fc33333d1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/y2-axis.png index 9a7bd6dbc..c20545edf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/paired-result-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_multiple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_multiple_paired_result.png index 157fda4a2..acec448b2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_multiple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_multiple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_simple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_simple_paired_result.png index 6999d0d32..d4f9c4ac4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_simple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/criticality_simple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/legend_item_disable.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/legend_item_disable.png index 0cd430b9a..19eab9ed9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/legend_item_disable.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/legend_item_disable.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region.png index a2d012ecb..ef80df0ce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png index 6e1327de2..7f7a8d41f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png index 469f3b9b7..05edd7dc2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png index 5023cfe53..4de90ca3e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png index c013e8864..ce6fbef05 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png index e932ea77a..2f42f8b4e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png index b555025cb..a9f2c418b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png index 07119f1c6..07c1ad221 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png index fff8c2c3a..a1df77085 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png index 922c689a7..3bc29fc85 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png index b3d2ff116..8ae47a5a8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png index b97c83fd0..37673f960 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png index 23e703517..998ee3b92 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png index f5a19247b..207368ee0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png index 9e70344e5..5287c8955 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png index fb038a328..6b376f867 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png index 48a88699a..2f9668ef9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png index 0156e2e92..82354a227 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png index d5c3507ee..4a6a14889 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png index d1ae1fabe..e4b2b75ce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png index b9d2e47d9..e43f0ddf1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png index c7d921c2e..a907e759d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png index c08291269..b0c8cab59 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_1.png index 7bc16159a..a83539025 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_2.png index 87211e2d0..a66b86939 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_3.png index bb62ee701..3b54b0a1d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_1.png index c5d412234..2f3e9c2b0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_2.png index 1d59a4eec..b8b73b5d4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_3.png index 7b23b2045..b8409381c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/paired_result_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/region_simple.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/region_simple.png index a6ce9e829..e38c03492 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/region_simple.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/region_simple.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/simple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/simple_paired_result.png index ed9800831..d02bc0b9e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/simple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/simple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries.png index 137ca08c0..2faf7eed5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_dateline.png index 52a6726b1..d7f983829 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_eventline.png index a37ee8a1c..5f893a045 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/value_region.png index 99c28bb88..c965e0808 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/y2-axis.png index a2d012ecb..ef80df0ce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/paired-result-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_multiple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_multiple_paired_result.png index 43e6d8da5..6414d57bf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_multiple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_multiple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_simple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_simple_paired_result.png index ca1a6c6bb..a96f61d7a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_simple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/criticality_simple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/legend_item_disable.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/legend_item_disable.png index 478d2a066..c696e89f2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/legend_item_disable.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/legend_item_disable.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region.png index 1721da0d3..e7af83f79 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png index fb3220e19..478ec3b51 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_high.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png index 180144cb0..0fcc3ebff 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_first_data_low.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png index a1dee2def..f13cf2b14 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_high.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png index f1c9f93e5..edc977cf7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/multiple_region_hovered_on_second_data_low.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png index f866dd776..45dd47cad 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png index c0293090c..cb3c858e4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png index a7506b7c6..1257f1adb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png index 84a84df81..ff2ff02b4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png index 62df0ee07..98d690f48 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png index 0c2e47f28..d261f6c40 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_data_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png index 1f048176f..65d133267 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png index 12d8d89a2..584ed1369 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png index 4b0a5718d..aa7a791b3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png index 80bdf1b7c..827524d01 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png index 2537eb028..00940ec20 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png index 72b69bc83..d477aaefc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_dynamic_eventline_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png index ae9c9120f..8a599eec6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png index c7e9566e9..6679a8726 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png index 30ea0d81e..e33b5d190 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png index f374ca966..214dd4343 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png index 6905d78ca..c43c5e069 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png index c70814360..001e01621 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_multiple_datasets_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_1.png index 4eecd8ec9..e4cf00a6f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_2.png index 6c85a769b..8bb99990a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_3.png index c13017fbe..e7c7f3977 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_1.png index 8a209a7a2..90d19375d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_2.png index a863ba748..d34f2f0f8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_3.png index 473217005..763320ebf 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/paired_result_simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/region_simple.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/region_simple.png index e4bcbdb80..32155672e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/region_simple.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/region_simple.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/simple_paired_result.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/simple_paired_result.png index 1a6d3fa78..92b0f46e1 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/simple_paired_result.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/simple_paired_result.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries.png index 56a658ae8..b2e7cacb8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_dateline.png index efbd149b5..ac7c7add0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_eventline.png index ead77b16f..299f54c74 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/value_region.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/value_region.png index cd2fa8968..f3e0da63e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/value_region.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/value_region.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/y2-axis.png index 1721da0d3..e7af83f79 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/PairedResultGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/paired-result-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/custom_legend_placement.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/custom_legend_placement.png index 1e3669670..759c20eb7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/custom_legend_placement.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/custom_legend_placement.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/reduced_padding.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/reduced_padding.png index bbac95e21..7841ac57c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/reduced_padding.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/reduced_padding.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/simple_pie.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/simple_pie.png index dec5789b2..adb687cf2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/simple_pie.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_large/pie-chart-spec/simple_pie.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/custom_legend_placement.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/custom_legend_placement.png index 7c15f639e..6eb5aacc6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/custom_legend_placement.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/custom_legend_placement.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/reduced_padding.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/reduced_padding.png index 4422a0b10..8f0ba41da 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/reduced_padding.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/reduced_padding.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/simple_pie.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/simple_pie.png index 0dba890fc..5b2983409 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/simple_pie.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_medium/pie-chart-spec/simple_pie.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/custom_legend_placement.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/custom_legend_placement.png index 266d1cd4f..2ff3e9ae3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/custom_legend_placement.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/custom_legend_placement.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/reduced_padding.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/reduced_padding.png index e9684f077..57cdefbf0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/reduced_padding.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/reduced_padding.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/simple_pie.png b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/simple_pie.png index 34d844944..2a2b3dbb6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/simple_pie.png and b/packages/carbon-graphs/tests/wdio/Graphs/PieChart/__snapshots__/reference/terra-default-theme/en/chrome_tiny/pie-chart-spec/simple_pie.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/criticality_simple_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/criticality_simple_scatter.png index 96dae3630..e588f4f28 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/criticality_simple_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/criticality_simple_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_1.png index 6b227fbfa..f5d69dd04 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_2.png index a0ca032a1..c0f97cf63 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/dynamic_data_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_1.png index 1dc58c5be..83849257e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_2.png index 61bcf1203..37e653d12 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_3.png index 1e2bfce77..9367e9888 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_1.png index 6823496c8..57a98e80c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_2.png index 061051cde..bb1af47e2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_3.png index 99842cbf5..304241d3c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_scatter.png index 182fabe7b..882252b7d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/simple_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries.png index da198ea29..8454e4be2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_dateline.png index 1520eb8fa..a03cc94bc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_eventline.png index dc728e0ca..86b41936a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/y2-axis.png index 5406651d3..387acafe2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_large/scatter-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/criticality_simple_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/criticality_simple_scatter.png index ecd579569..9ef938f90 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/criticality_simple_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/criticality_simple_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_1.png index 650b00178..3ceecf872 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_2.png index 6e6f29a7b..a6d7db9f7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/dynamic_data_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_1.png index 77e4ce6bb..545cd3717 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_2.png index 66ea8e087..c394cfc24 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_3.png index ff4f533b6..41dbccf69 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_1.png index 987a5568c..1b77cdec4 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_2.png index 18e63b4cf..abb1f43f9 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_3.png index b5a8e057c..f586a3ba3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_scatter.png index f9c9211b9..e51e3feeb 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/simple_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries.png index 8a7916937..d44b1136a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_dateline.png index 396e20f38..5a7f66f67 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_eventline.png index 10199ac52..a30030cec 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/y2-axis.png index bef828106..0fed74617 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_medium/scatter-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/criticality_simple_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/criticality_simple_scatter.png index 62ea6b0af..7c685e52d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/criticality_simple_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/criticality_simple_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_1.png index eefb21442..669bcb33c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_2.png index 61f9ca780..d8160556d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/dynamic_data_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_1.png index d2aed8668..347faf6c2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_2.png index bd630b865..11bfce42f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_3.png index 2005e86a0..ab7463b43 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_1.png index 3448b76ff..707ca9fce 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_2.png index df98ab494..25fb31755 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_3.png index d0b7e1295..ab203bd1b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_scatter.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_scatter.png index d7061f6aa..45f0f2e1b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_scatter.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/simple_scatter.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries.png index cf0b1141e..d0bf9e00c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_dateline.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_dateline.png index bf9bf5a1a..eb4918eac 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_dateline.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_dateline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_eventline.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_eventline.png index 7f77caf31..8f3999bf2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_eventline.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/timeseries_with_eventline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/y2-axis.png b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/y2-axis.png index 35cbabd56..310417d7d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/y2-axis.png and b/packages/carbon-graphs/tests/wdio/Graphs/ScatterGraph/__snapshots__/reference/terra-default-theme/en/chrome_tiny/scatter-graph-spec/y2-axis.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/axis_with_no_tick_values.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/axis_with_no_tick_values.png index a1573ce9c..a20d82a95 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/axis_with_no_tick_values.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/axis_with_no_tick_values.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L1.png index 8aee621be..d3c546510 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L2.png index 85b45d4cd..e3230b628 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_L2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R1.png index 546c967a1..832061a9e 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R2.png index f441bda50..eaee3a501 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/dynamic_data_R2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_1.png index d443926ca..603cb6d1c 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_2.png index 6bbfe4ef1..42f2145ac 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_3.png index b609ace47..08616da18 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_1.png index 3d69db265..8e1a965f2 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_2.png index 9a7a601c5..0d99dbd30 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_3.png index 40af95357..2341b37fc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_timeline.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_timeline.png index 5d0f9e8e2..2436a3292 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_timeline.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/simple_timeline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/timeline_criticality.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/timeline_criticality.png index 21fd2aa63..cb9ca0fe7 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/timeline_criticality.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_large/timeline-spec/timeline_criticality.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/axis_with_no_tick_values.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/axis_with_no_tick_values.png index 02f46e361..60e3b4204 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/axis_with_no_tick_values.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/axis_with_no_tick_values.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L1.png index 823783047..04e70d318 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L2.png index e19e4ebb1..5e0b05f3a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_L2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R1.png index 7b6ed38b9..53a07a0dc 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R2.png index a262f0fb4..11ff72236 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/dynamic_data_R2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_1.png index aa9583ac7..fbdb2719f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_2.png index a2b15879c..d972cf660 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_3.png index 3eaea6bd8..2fd8f0d45 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_1.png index 9879b00c7..c96f7e969 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_2.png index 961a2d667..c2dfb5ba8 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_3.png index d4b6799ef..6d0fefaf5 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_timeline.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_timeline.png index 360e01ae7..225143a06 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_timeline.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/simple_timeline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/timeline_criticality.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/timeline_criticality.png index 019b8dfbb..c5a63a4b0 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/timeline_criticality.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_medium/timeline-spec/timeline_criticality.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/axis_with_no_tick_values.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/axis_with_no_tick_values.png index c0227c962..49a3cb554 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/axis_with_no_tick_values.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/axis_with_no_tick_values.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L1.png index c21b6ed79..f4e42168f 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L2.png index 21ae0948c..73de3077d 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_L2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R1.png index 4d0a3a0f1..6f574ce0a 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R2.png index ca3e7c726..632b86421 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/dynamic_data_R2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_1.png index 150020c78..771395e43 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_2.png index ed51b16d3..0d2147e7b 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_3.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_3.png index ec9d9712d..d413c9257 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_left_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_1.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_1.png index 7cabc5cd4..19cf847b6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_1.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_1.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_2.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_2.png index eff838184..a0e272997 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_2.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_2.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_3.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_3.png index dfcaa111f..9fc2e7ce3 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_3.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_panning_right_3.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_timeline.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_timeline.png index 102508ea0..73cd1a0b6 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_timeline.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/simple_timeline.png differ diff --git a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/timeline_criticality.png b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/timeline_criticality.png index e53cd46ac..820986b43 100644 Binary files a/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/timeline_criticality.png and b/packages/carbon-graphs/tests/wdio/Graphs/Timeline/__snapshots__/reference/terra-default-theme/en/chrome_tiny/timeline-spec/timeline_criticality.png differ diff --git a/webpack.config.js b/webpack.config.js index 474248394..8e0a90d53 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,8 +1,6 @@ const path = require('path'); const { merge } = require('webpack-merge'); -const { - TerraDevSite, -} = require('@cerner/terra-dev-site'); +const { TerraDevSite } = require('@cerner/terra-dev-site'); const WebpackConfigTerra = require('@cerner/webpack-config-terra');