diff --git a/package.json b/package.json index 03ec96b15..5ba08778e 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "clean:install": "npm run clean && time npm install", "clean:lib": "rm -rf packages/**/lib && rm -rf packages/carbon-graphs/dist", "clean:root": "$(lerna clean --yes || true) && echo 'removing ./node_modules' && rm -rf node_modules && echo 'removed ./node_modules'", - "compile": "npm run clean:lib && npm run compile:build", + "compile": "npm run clean:lib && npm run build:dist && 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", @@ -132,10 +132,10 @@ "start-static": "npm run compile:prod && terra express-server --site ./build", "test": "npm run lint && npm run jest && npm run wdio-default", "test:docker": "npm run lint && npm run jest && && npm run karma && npm run wdio-default:docker", - "wdio": "npm run compile && npm run wdio-default", + "wdio": "npm run compile && terra wdio --themes terra-default-theme", "wdio-default": "terra wdio --themes terra-default-theme", - "wdio-default:docker": "terra wdio --disableSeleniumService=true", - "wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme", + "wdio-default:docker": "terra wdio --disable-selenium-service=true", + "wdio:docker": "terra wdio --disable-selenium-service=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", "wdio:combination": "terra wdio --themes terra-default-theme --spec packages/carbon-graphs/tests/wdio/Graphs/CombinationGraph/combination-graph-spec.js", diff --git a/packages/carbon-graphs/package.json b/packages/carbon-graphs/package.json index c790f1eb6..ba3566f2a 100644 --- a/packages/carbon-graphs/package.json +++ b/packages/carbon-graphs/package.json @@ -27,7 +27,7 @@ "publishConfig": { "access": "public" }, - "main": "lib/js/index.js", + "main": "lib/index.js", "files": [ "dist", "lib", diff --git a/packages/carbon-graphs/src/index.js b/packages/carbon-graphs/src/index.js new file mode 100644 index 000000000..8badafecf --- /dev/null +++ b/packages/carbon-graphs/src/index.js @@ -0,0 +1,6 @@ +import Carbon from './js/carbon'; + +// TODO: update to pull scss from the src/lib folder instead of dist +import '../dist/css/carbon-graphs.css'; + +export default Carbon; diff --git a/packages/carbon-graphs/src/js/index.js b/packages/carbon-graphs/src/js/index.js deleted file mode 100644 index 144bce891..000000000 --- a/packages/carbon-graphs/src/js/index.js +++ /dev/null @@ -1,3 +0,0 @@ -import Carbon from './carbon'; - -export default Carbon; 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 a20d82a95..a956622e2 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 d3c546510..9d6f5edcc 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 e3230b628..b87a20b55 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 832061a9e..ee155f22c 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 eaee3a501..ef12ad0f7 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 603cb6d1c..27dd4599a 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 42f2145ac..b90b880eb 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 08616da18..c1847c68b 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 8e1a965f2..7721a3b52 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 0d99dbd30..63653c1f2 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 2341b37fc..1c6b912da 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 2436a3292..f8bd33fc0 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 cb9ca0fe7..56261ba64 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 60e3b4204..fe642370c 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 04e70d318..70599cab8 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 5e0b05f3a..b7d416ed4 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 53a07a0dc..98f505608 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 11ff72236..146db71d3 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 fbdb2719f..0d782e799 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 d972cf660..799c47672 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 2fd8f0d45..2a5fd47a0 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 c96f7e969..248e13e66 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 c2dfb5ba8..fe3c28e91 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 6d0fefaf5..db1e78257 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 225143a06..fb2a53fd1 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 c5a63a4b0..594ede912 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 49a3cb554..b7566477f 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 f4e42168f..6402b908a 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 73de3077d..6b0fe6796 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 6f574ce0a..d90e8b048 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 632b86421..ff0994e5c 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 771395e43..9e82723f1 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 0d2147e7b..b870a1ac7 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 d413c9257..5b91d7502 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 19cf847b6..f0c27ad60 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 a0e272997..cb673b218 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 9fc2e7ce3..0db68477a 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 73cd1a0b6..380687009 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 820986b43..400655357 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/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Axes.3.graph.mdx b/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Axes.3.graph.mdx deleted file mode 100644 index 5e4d3788b..000000000 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/CoreConfiguration.b/Axes.3.graph.mdx +++ /dev/null @@ -1,141 +0,0 @@ -# Axes - -Any graph that inherits from `Graph` API will inherit the following `Axis` and `Tick` properties as well. - -- [Structure](#structure) -- [Properties](#properties) - - [allowCalibration](#allowCalibration) - - [type](#type) - - [orientation](#orientation) - - [Note](#note) -- [X Axis Domain Padding](#x-axis-domain-padding) - - -## Structure - -```json -axis: { - x: , - y: , - y2: , -} - - -axis: { - x: { - lowerLimit: or , - upperLimit: or , - label: , - allowCalibration: - onLabelClick: , - orientation: - rangeRounding: , - show: , - suppressingTrailingZeros: , - ticks: , - type: - rotateAngle: , - }, - y: { - lowerLimit: or , - upperLimit: or , - label: , - onLabelClick: , - padDomain: , - rangeRounding: , - show: , - suppressingTrailingZeros: , - ticks: , - type: - }, - y2:{ - lowerLimit: or , - upperLimit: or , - label: , - onLabelClick: , - padDomain: , - rangeRounding: , - show: , - suppressingTrailingZeros: , - ticks: , - type: - } - -} - -``` - - -## Properties - -| Property Name | Type | Default | Required | Description | -|-----------------------|----------------|----------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| lowerLimit | number or Date | - | yes | Lower bound for the axis. This is inclusive. | -| upperLimit | number or Date | - | yes | Upper bound for the axis. This is inclusive. | -| label | string | - | yes | Axis label value. Will not be rendered if nothing is provided. | -| allowCalibration | bool | `false` | no | See [allowCalibration](#allowCalibration). | -| onLabelClick | Function | `undefined` | no | Any action that can be performed when clicking on label. | -| orientation | Function | `AXES_ORIENTATION.DEFAULT` | no | See [orientation](#orientation). | -| padDomain | boolean | `true` | no | Toggle for disabling the padding (only for Y and Y2 axes). | -| rangeRounding | boolean | `true` | no | Toggle for range rounding. | -| show | boolean | `true` | no | Toggle for showing the axis. | -| suppressTrailingZeros | boolean | `false` | no | Toggle to suppress tick values's trailing zeros when default d3 tick formatting is used. For X axis, this property works only when X axis type is set to AXIS_TYPE.DEFAULT. Specifying `~` in the tick format takes precedence over `suppressTrailingZeros` property. | -| ticks | object | `null` | no | See [Ticks](./Ticks). | -| type | string | `AXIS_TYPE.DEFAULT` | no | See [type](#type). Normal number value or time-based. Only for x-axis. | -| tickLabelsRotation | integer | - | no | Sets the rotation of the x-axis tick labels to `0º` or `-45º`. Accepted values: 0 or -45. Only for x-axis. | - -- ### `allowCalibration` - Set calibration for the axis. - If `true`, then the axis upper and lower limits will update to fit the entire graph on the x-axis. - This feature can _not_ be used in conjunction with panning. - If panning is enabled then this property will be ignored if `true`. - - NOTE: This property is only implemented for the x-axis (`config.axis.x.allowCalibration`). - Please refer to [config.allowCalibration](./Graph/##configuration-properties) for calibrating the y-axes. - - -- ### `type` - Property to set the type of the axis. - - | Constant | Value | - |-------------------------|----------------------------------------------------------------| - | `AXIS_TYPE.DEFAULT` | Numeric based x-axis. Will take a `` for tick values. | - | `AXIS_TYPE.TIME_SERIES` | Timeseries based x-axis. Will take a `` for tick values. | - - -- ### `orientation` - - Sets the orientation for the x-axis. - Can be accessed through `AXES_ORIENTATION`. - Valid values are: - - `AXES_ORIENTATION.TOP` - - `AXES_ORIENTATION.BOTTOM` - - - #### Note: - - - y2 axis is mandatory if the **y2.show** is enabled. - - Ticks are mandatory for Bar graphs. - - `rangeRounding` property extends the domain so that it starts and ends on nice round values. This method typically modifies the scale’s domain, and may only extend the bounds to the nearest round value. - - `padDomain` property is only for Y and Y2 axes. - - `onLabelClick` property will override default onClick functionality provided by Carbon-graphs. - - For Bar Graphs, `padDomain` property will be overridden to false. - -## X Axis Domain Padding - -Unlike Y Axis, X Axis can have different types of values as ticks namely numeric, datetime etc. By design, domain padding has not been provided for this reason. Consumers however who are more acquainted with their dataset can judge how much value padding is necessary and achieve similar results as Y Axis. - -Example: - -```js -const padXAxisLimits = (extent) => { - const range = extent[1] - extent[0]; - return [extent[0] - range * 0.05, extent[1] + range * 0.05]; -}; - -const datetime = padXAxisLimits( - d3.extent([ - /* Array containing all the datetime in RFC3339 format*/ - ]) -); -``` diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx index 7255b9c5b..0231de560 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/AxisInfoTextLabels.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx index 8c2b8be93..9a23c2495 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/GroupedBars.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx index b7ae15c3f..fde0f6c6f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/NegativeBars.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefaultNegativeAxis'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx index 21df250ed..08e830e3a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/SimpleBar.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx index 91807fd64..148be5041 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedAxisInfoTextLabels.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx index d176b3482..cb9cf3302 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/StackedBars.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx index 7a32b8a0e..13d39093e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/Timeseries.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx index d05dafbb9..fe89a9a19 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithDateline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barTimeseriesDateline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx index 177873beb..59576bf0e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/BasicBarGraphs/TimeseriesWithEventline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barTimeseriesEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx index 0eccdbbcb..c4bff6c46 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/GroupedGoalLines.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx index edba0149d..1fed1f514 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/SimpleGoalLines.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx index 8c255b397..134718557 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/GoalLine/StackedGoalLines.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx index 6e326c671..c700d0ba2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx index c743b4b0d..7faf2a95b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/DynamicEventline.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barPanningEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx index 4fb878c00..2dd9767e9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BarGraph/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getBarConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bar/barPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx index ef240fbd5..3f4b079ac 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/ColorBasedGraph.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataColorBased from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataColorBased.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx index 712b9479b..eb40b81e3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/CustomWeightGraph.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataBasic from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataBasic.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx index d90424f4e..d2b4be827 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/MultipleDatasets.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataBasic from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataBasic.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx index d603e248d..a67a35582 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/SingleDataset.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataBasic from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataBasic.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx index cde20b178..138c85924 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightBasedGraph.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataWeightBased from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataWeightBased.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx index c32a59eaa..18129f6d9 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/General/WeightColorBasedGraph.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataColorWeightBased from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataColorWeightBased.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx index b1494eedb..a9bad1dfb 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData'; import bubbleDynamicPanningData1 from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDynamicPanningData1.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx index 71f1c90db..f32958e80 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/MultipleDatasets.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData'; import bubbleDataBasic from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataBasic.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx index 95240245d..84928c48c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/BubbleGraph/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simplePanningAxisData'; import bubbleDataBasic from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataBasic.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx index 4240e0a39..23542ab2f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/BarGraphWithLine.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bar/BarGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx index d64ecd1c6..ad8198990 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithMultipleBubbleData.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getCombinationGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Combination/combinationDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx index 05803e7d6..9e2074d36 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithPairedResult.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx index 63348b2bf..4243fcbed 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/LineWithSingleBubbleData.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getCombinationGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Combination/combinationDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx index 124218efa..f0149e714 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/BasicCombinationGraphs/PairedResultWithScatter.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx index 6aba94247..a74954fbe 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/DatasetRegionIdentical.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx index c4d22d78a..1240394b7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/CombinationGraph/Regions/Simple.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx index cbf136531..3587ff796 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Actions.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttActionConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttActionConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx index 6fff5097b..fdfca3b68 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/BarTypes.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttDefaultConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx index c50b68a85..021a7c8e4 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/DatetimeBucket.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDatetimeBucketConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttDatetimeBucketConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx index 14b4e9a07..76cd41952 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Eventline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttEventlineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttEventlineConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx index c0bb3c5b5..719416a80 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Events.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttDefaultConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx index ea3fd3623..258f430bc 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/GraphAndLegendPaddingReduced.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttReducedPaddingConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx index 3d178e29f..4f1977991 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/LabelTruncation.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttLabelTruncationConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttLabelTruncationConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx index 960d8e3a9..28086db4f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/Percentage.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttDefaultConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx index a6b012dfa..36e3c3418 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/SimpleGantt.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttSimpleConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttSimpleConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx index cf421c593..3b4911d23 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TasksAndActivities.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttDefaultConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx index 73dac15a8..5bda46611 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/BasicGanttCharts/TrackSelection.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttActionConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx index af94b2e4e..2d861a571 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx index 696bf60a7..c58b10758 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/DynamicEventline.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttPanningWithEventlineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttPanningWithEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx index 0685ec80b..a5d68bbc8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/MultipleDatasets.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx index 1f00144fb..cf1657eda 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Gantt/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import Button from 'terra-button/lib/Button'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Gantt/GanttChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGanttPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Gantt/ganttPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx index d33091d84..567c859d0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationDisabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx index 0d4608340..fd9f9ea19 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledXAxis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXCalibrationDisabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx index 2654073f3..135c012b8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationDisabledYAxis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultNoCalibrationConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultYCalibrationDisabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx index 3f3e3a052..b79eea959 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx index ec246a278..0a4f61849 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledXAxis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXCalibrationEnabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx index 307e22e01..3835ff68f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/AllowCalibrationEnabledYAxis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx index 19c35e5e0..2e0838b16 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/DatetimeBucket.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigDateTimeBucket'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx index 84ada14c4..a59bec65b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultLabelHidden'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx index 680cf9889..3551805f8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/LabelTruncation.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultLabelTruncation'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx index e91b6bad7..76b6f5470 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/StaticXAxisTicks.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx index c0ca84def..fcc0e1fa0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/SuppressTickValueTrailingZero.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultDecimalAxes'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx index 0ef0815ad..3f4d2c6f2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisAlternateLocale.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigAlternateLocale'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx index c557e481b..15cc4ab9b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXAxisHidden'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx index fef380ac3..637f49de2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisOrientationTop.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXAxisTop'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx index 4b4d95ab2..1a24329da 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTickLabelOrientation.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXAxisOverlapping'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx index fad71d48f..2a5b0dbbd 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksFormatted.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigTicksFormatted'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx index ffe227faf..0ddf9962b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/XAxisTicksValuesOverflow.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXAxisOverflow'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx index 4a6a24cb8..eef98106b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Axes/YAxisHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultYAxisHidden'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx index 60d9a387b..f095f9fe1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/HorizontalGridHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultHGridHidden'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx index 5f4a00210..7307e354e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Grid/VerticalGridHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultVGridHidden'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx index 8f26c5a63..f4e96b559 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultLegendHidden'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx index 7c543f448..de28dfd4b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LegendItemDisabled.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx index 3ab02ddd1..694d3302d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Legend/LineWithLegendOption.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx index 4c4d22f68..4114d6134 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/BackgroundColor.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx index 8bc4f82eb..4f0c58e71 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Other/NoData.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx index 71f47df47..b1daf193f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/CustomLegendPlacement.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultCustomLegendPlacement'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx index 9c5a3c7d2..e6158e5c0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/General/Padding/GraphAndLegendPaddingReduced.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultCustomLegend'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx index 996a9d5cb..a3c26433d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DashedLine.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx index 0e594bbf1..493d09a60 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/DisableCalibration.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultNoCalibrationConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefaultNoCalibration'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx index 348cce557..c634db8ec 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShapesHidden.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getlineDefaultNoShapesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefaultNoShapes'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx index 5b4207e38..e9773a148 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/ShowOrHideShapesPerDataset.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx index ca4d47f8a..54d013c89 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/SimpleLine.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx index 5988230c5..526a16014 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Timeseries.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx index cad2d084b..c83777cd3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesDateline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesDatelineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesDateline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx index f5ee1583f..7c22a721e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/TimeseriesEventline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesDatelineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx index f53e59881..f10e2f0ff 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/BasicLineGraphs/Y2Axis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesY2Config from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesY2'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx index 0498535cb..07d94a11a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/MultiLine.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx index 0499a45c8..4c3ce0683 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Criticality/SimpleLine.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx index dd111306c..e75cc667f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/MultiLine/Simple.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx index 2c4c24d41..4b4fcf2ae 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/NonContiguousLine/Simple.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx index d8f89000b..2ac9e8da1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfigLineTimeseriesPanning from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx index f9e32fd67..42ae2bb39 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicEventline.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfigLineTimeseriesPanning from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx index 67f2a2f8b..3cd6de61f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/DynamicLegend.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfigLineTimeseriesPanning from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx index ebda1f23a..e96333233 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/MultipleDatasets.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfigLineTimeseriesPanning from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx index aa7366e28..2a7fd2d15 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfigLineTimeseriesPanning from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx index f8e0cb925..1b418b2e0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Reflow/Y2Panning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfigLineTimeseriesPanning from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseriesPanningY2'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx index b709d5a36..36a309431 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/MultipleRegions.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx index 8af7b706e..9693c71e7 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoLowerBound.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx index 6af67dd0d..7c3106c9c 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/NoUpperBound.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx index ebe37ab49..59286aae5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/RegionLine.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx index 8d11693e6..34d012ec6 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Simple.jsx @@ -1,7 +1,6 @@ import React from 'react'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import Carbon from '@cerner/carbon-graphs'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx index a98196a9e..f19efbc69 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/ValueRegion.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx index 7218b848e..9e038e8f2 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Line/Y2Axis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultY2Config from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefaultY2'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx index 15c4939e1..d4d1e83bd 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/DatasetRegionIdentical.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultY2Config from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefaultY2'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx index f19c2d2a4..48e961493 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/MultiLine/MultipleLineRegions.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultY2Config from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefaultY2'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx index acc997ed4..ed21b5b0e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Regions/Spline/ValueRegion.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx index 950a385e1..45c5e7143 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/LineGraph/Spline/SimpleSpline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Line/lineTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx index 69ea32378..f83518773 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/LegendItemDisable.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx index 5709953ac..ec108a3d0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/SimplePairedResult.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx index 83fad1589..2efa02df1 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Timeseries.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx index 13da3d227..aecb83bfd 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithDateline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultDatelineTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithDateline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx index 7cdf2e37e..74cf139ae 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/TimeseriesWithEventline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultEventlineTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx index 757fe58f4..60be4b854 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/BasicPairedResultGraphs/Y2Axis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultY2AxisTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx index 8ee459d82..7a66bd775 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/MultiplePairedResult.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx index 7f04d12bd..f86538ee3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Criticality/SimplePairedResult.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx index 5b651da20..a7db01e37 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx index 9bf8d5a6e..ab2282c8a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/DynamicEventline.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningWithEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx index 41b6ec004..cb74e16e5 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/MultipleDatasetsWithY2Axis.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultPanningY2Axis'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx index c2aacf1a5..c34fcc788 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultTimeseriesPanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx index 4da23e26f..1965daa30 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/MultiplePairedResult.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import pairedResultTimeseries from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultTimeseriesWithY2Axis'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx index ca8bdc167..41710ada3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/Simple.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPairedResultConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx index 32404edae..a2520dfaf 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PairedResultGraph/Regions/ValueRegion.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import pairedResultDefault from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/PairedResult/pairedResultDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx index e4e10d5c2..dd6b6f28a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/CustomLegendPlacement.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Pie/PieChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPieConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Pie/customLegendPlacementConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx index 9d707f182..e6df3f881 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/GraphAndLegendPaddingReduced.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Pie/PieChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPieConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Pie/reducedPaddingConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx index f70a03688..59932a6e3 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/PieChart/SimplePie.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Pie/PieChart.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getPieConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Pie/simplePieConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx index 0db5047d7..dabb5c276 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/SimpleScatter.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx index cfdad9042..231ccc860 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Timeseries.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterTimeseries'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx index fc4cde5e9..d5e592c30 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithDateline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesDateline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx index 46b6cbb8f..f5eb009aa 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/TimeseriesWithEventline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesEventline'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx index 69c084621..95f3b861f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/BasicScatterGraphs/Y2Axis.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterDefaultY2'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx index d86518a40..44a8706ef 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Criticality/Simple.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterDefault'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx index efef7552e..341e1bf05 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx index 2ba1af24c..974927160 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/ScatterGraph/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/PairedResult/PairedResultGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getGraphConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Scatter/scatterTimeseriesPanning'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx index c963b1ad1..f2b6c288d 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/AxisWithNoTickValues.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getTimelineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Timeline/timelineWithNoAxisTicksConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx index 0f54b0e09..417be679e 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/BasicTimeline/SimpleTimeline.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getTimelineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Timeline/timelineDefaultConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx index 01dc4af87..1662e6317 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Criticality/TimelineCriticality.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getTimelineConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Timeline/timelineDefaultConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx index c3b5fd39f..121ff845a 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/DynamicData.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getTimelinePanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Timeline/timelinePanningConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx index 4d9fdcb49..ccdac0e25 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/graph/example/Graphs-Carbon/Timeline/Reflow/SimplePanning.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Timeline/Timeline.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getTimelinePanningConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Timeline/timelinePanningConfig'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BubbleGraph/MultipleDatasets/MultipleDataset.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BubbleGraph/MultipleDatasets/MultipleDataset.test.jsx index 4d57657dc..db1e80963 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BubbleGraph/MultipleDatasets/MultipleDataset.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/BubbleGraph/MultipleDatasets/MultipleDataset.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; import BubbleMultipleDataset from '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Bubble/BubbleMultipleDataset'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer.module.scss'; import getSimpleAxisData from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/Bubble/simpleAxisData'; import bubbleDataBasic from '@cerner/terra-graphs-docs/lib/example-datasets/dataObjects/Bubble/bubbleDataBasic.js'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx index d33091d84..567c859d0 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledTimeseriesXAxis.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationDisabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx index 0d4608340..fd9f9ea19 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledXAxis.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXCalibrationDisabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx index 2654073f3..135c012b8 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationDisabledYAxis.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getLineDefaultNoCalibrationConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultYCalibrationDisabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx index 3f3e3a052..b79eea959 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxis.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx index a918a5394..f6926202b 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledTimeseriesXAxisTicksRotated.test.jsx @@ -2,7 +2,6 @@ import React from 'react'; import Button from 'terra-button/lib/Button'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/timeseriesConfigXCalibrationEnabledTicksRotated'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx index ec246a278..0a4f61849 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledXAxis.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefaultXCalibrationEnabled'; diff --git a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx index 307e22e01..3835ff68f 100644 --- a/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx +++ b/packages/terra-graphs-docs/src/terra-dev-site/test/graphs/General/Axes/AllowCalibrationEnabledYAxis.test.jsx @@ -1,7 +1,6 @@ import React from 'react'; import Carbon from '@cerner/carbon-graphs'; import utils from '@cerner/carbon-graphs/lib/js/helpers/utils'; -import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Graph.module.scss'; import '@cerner/terra-graphs-docs/lib/terra-graphs-src/components/Line/LineGraph.module.scss'; import ExampleGraphContainer from '@cerner/terra-graphs-docs/lib/terra-dev-site/ExampleGraphContainer/ExampleGraphContainer'; import getConfig from '@cerner/terra-graphs-docs/lib/example-datasets/graphConfigObjects/General/generalDefault';