Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Update: Load and unload batch of tracks (fixes #51) #55

Merged
merged 3 commits into from
Jul 25, 2019

Conversation

habelk
Copy link
Contributor

@habelk habelk commented Jul 24, 2019

What is the purpose of this pull request? (put an "X" next to item)

[] Documentation update
[] Bug fix
[] New functionality
[] Changes an existing functionality
[X] Other, please explain: Improve Gantt performance to load/unload tracks

What changes did you make? (Give an overview)
Utilized https://github.com/cerner/carbon-graphs/blob/master/src/main/js/helpers/loadUtil.js#L18 to load and unload tracks in batches.

See https://github.com/cerner/carbon-graphs/issues/51

Add any screenshots
The screen shots captures loading 100 tracks and then attempting to unload all tracks after a one second delay. You can see it is around 8 to 10 times faster.

Before
Load_unload_existing

After
Load_unload_batch

Copy link
Contributor

@abhijit945 abhijit945 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nitpicks and missing documentation. Code looks good.

src/main/js/controls/Gantt/Gantt.js Outdated Show resolved Hide resolved
src/main/js/controls/Gantt/Gantt.js Show resolved Hide resolved
src/test/unit/controls/Gantt/Gantt-spec.js Show resolved Hide resolved
Copy link
Contributor

@abhijit945 abhijit945 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 looks good! 🚀

@Dinesh94Singh Dinesh94Singh merged commit 0471492 into cerner:master Jul 25, 2019
abhijit945 pushed a commit that referenced this pull request Jul 25, 2019
# [1.3.0](v1.2.1...v1.3.0) (2019-07-25)

### Update

* Load and unload batch of tracks (fixes #51) (#55) ([0471492](0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](#55)
@abhijit945
Copy link
Contributor

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@abhijit945 abhijit945 added the released Used by semantic-release, not to be used manually label Jul 25, 2019
pranav300 pushed a commit that referenced this pull request Nov 12, 2019
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Dec 30, 2019
Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

Update: made change
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Dec 30, 2019
Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

Update: made change
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Dec 30, 2019
# This is the 1st commit message:

New: Eventline code add

# This is the commit message #2:

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

# This is the commit message #3:

Chore: 1.0.0 [skip ci]

# 1.0.0 (2019-07-10)

### Build

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

# This is the commit message #4:

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

# This is the commit message #5:

Chore: 1.1.0 [skip ci]

# [1.1.0](cerner/carbon-graphs@v1.0.0...v1.1.0) (2019-07-11)

### New

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

# This is the commit message #6:

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

# This is the commit message #7:

Chore: 1.1.1 [skip ci]

## [1.1.1](cerner/carbon-graphs@v1.1.0...v1.1.1) (2019-07-17)

### Build

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

# This is the commit message #8:

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

# This is the commit message #9:

Chore: 1.2.0 [skip ci]

# [1.2.0](cerner/carbon-graphs@v1.1.1...v1.2.0) (2019-07-19)

### New

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

# This is the commit message #10:

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

# This is the commit message #11:

Chore: 1.2.1 [skip ci]

## [1.2.1](cerner/carbon-graphs@v1.2.0...v1.2.1) (2019-07-23)

### Chore

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

# This is the commit message #12:

Update: Load and unload batch of tracks (fixes #51) (cerner#55)


# This is the commit message #13:

Chore: 1.3.0 [skip ci]

# [1.3.0](cerner/carbon-graphs@v1.2.1...v1.3.0) (2019-07-25)

### Update

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

# This is the commit message #14:

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

# This is the commit message #15:

Chore: 1.4.0 [skip ci]

# [1.4.0](cerner/carbon-graphs@v1.3.0...v1.4.0) (2019-07-29)

### Update

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

# This is the commit message #16:

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)


# This is the commit message #17:

Chore: 1.4.1 [skip ci]

## [1.4.1](cerner/carbon-graphs@v1.4.0...v1.4.1) (2019-07-30)

### Fix

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

# This is the commit message #18:

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

# This is the commit message #19:

Chore: 1.4.2 [skip ci]

## [1.4.2](cerner/carbon-graphs@v1.4.1...v1.4.2) (2019-07-30)

### Fix

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

# This is the commit message #20:

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

# This is the commit message #21:

Chore: 1.4.3 [skip ci]

## [1.4.3](cerner/carbon-graphs@v1.4.2...v1.4.3) (2019-08-08)

### Fix

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

# This is the commit message #22:

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

# This is the commit message #23:

Chore: 1.5.0 [skip ci]

# [1.5.0](cerner/carbon-graphs@v1.4.3...v1.5.0) (2019-08-13)

### Update

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

# This is the commit message #24:

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

# This is the commit message #25:

Chore: 1.6.0 [skip ci]

# [1.6.0](cerner/carbon-graphs@v1.5.0...v1.6.0) (2019-08-20)

### Update

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

# This is the commit message #26:

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

# This is the commit message #27:

Chore: 1.7.0 [skip ci]

# [1.7.0](cerner/carbon-graphs@v1.6.0...v1.7.0) (2019-08-20)

### New

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

# This is the commit message #28:

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

# This is the commit message #29:

Chore: 1.7.1 [skip ci]

## [1.7.1](cerner/carbon-graphs@v1.7.0...v1.7.1) (2019-08-30)

### Chore

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

# This is the commit message #30:

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

# This is the commit message #31:

Chore: 1.8.0 [skip ci]

# [1.8.0](cerner/carbon-graphs@v1.7.1...v1.8.0) (2019-09-03)

### New

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

# This is the commit message #32:

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

# This is the commit message #33:

Chore: 1.8.1 [skip ci]

## [1.8.1](cerner/carbon-graphs@v1.8.0...v1.8.1) (2019-09-05)

### Chore

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

# This is the commit message #34:

Chore: Site to include breadcrumb via site-helpers v1.3.0

# This is the commit message #35:

Chore: 1.8.2 [skip ci]

## [1.8.2](cerner/carbon-graphs@v1.8.1...v1.8.2) (2019-09-08)

### Chore

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

# This is the commit message #36:

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)


# This is the commit message #37:

Chore: 1.8.3 [skip ci]

## [1.8.3](cerner/carbon-graphs@v1.8.2...v1.8.3) (2019-09-11)

### Chore

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

# This is the commit message #38:

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

# This is the commit message #39:

Chore: 1.9.0 [skip ci]

# [1.9.0](cerner/carbon-graphs@v1.8.3...v1.9.0) (2019-09-12)

### New

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

# This is the commit message #40:

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

# This is the commit message #41:

Chore: 1.9.1 [skip ci]

## [1.9.1](cerner/carbon-graphs@v1.9.0...v1.9.1) (2019-09-12)

### Fix

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

# This is the commit message cerner#42:

Chore: Update dependencies and removed codeowners (cerner#82)


# This is the commit message #43:

Chore: 1.9.2 [skip ci]

## [1.9.2](cerner/carbon-graphs@v1.9.1...v1.9.2) (2019-09-18)

### Chore

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

# This is the commit message #44:

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

# This is the commit message #45:

Chore: 1.9.3 [skip ci]

## [1.9.3](cerner/carbon-graphs@v1.9.2...v1.9.3) (2019-09-18)

### Fix

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

# This is the commit message cerner#46:

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

# This is the commit message #47:

Chore: 1.9.4 [skip ci]

## [1.9.4](cerner/carbon-graphs@v1.9.3...v1.9.4) (2019-09-19)

### Docs

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

# This is the commit message cerner#48:

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

# This is the commit message cerner#49:

Chore: 1.10.0 [skip ci]

# [1.10.0](cerner/carbon-graphs@v1.9.4...v1.10.0) (2019-09-24)

### Update

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

# This is the commit message #50:

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

# This is the commit message #51:

Chore: 1.10.1 [skip ci]

## [1.10.1](cerner/carbon-graphs@v1.10.0...v1.10.1) (2019-10-01)

### Fix

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

# This is the commit message cerner#52:

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

# This is the commit message #53:

Chore: 1.11.0 [skip ci]

# [1.11.0](cerner/carbon-graphs@v1.10.1...v1.11.0) (2019-10-01)

### New

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

# This is the commit message #54:

Chore: Gantt Events Icon update within Site (cerner#94)


# This is the commit message cerner#55:

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

# This is the commit message #56:

Chore: 1.11.1 [skip ci]

## [1.11.1](cerner/carbon-graphs@v1.11.0...v1.11.1) (2019-10-01)

### Chore

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

# This is the commit message #57:

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

# This is the commit message cerner#58:

Chore: 1.11.2 [skip ci]

## [1.11.2](cerner/carbon-graphs@v1.11.1...v1.11.2) (2019-10-02)

### Chore

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

# This is the commit message cerner#59:

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

# This is the commit message #60:

Chore: 1.11.3 [skip ci]

## [1.11.3](cerner/carbon-graphs@v1.11.2...v1.11.3) (2019-10-14)

### Fix

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

# This is the commit message cerner#61:

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)


# This is the commit message cerner#62:

Chore: 1.12.0 [skip ci]

# [1.12.0](cerner/carbon-graphs@v1.11.3...v1.12.0) (2019-10-15)

### Update

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

# This is the commit message cerner#63:

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

# This is the commit message #64:

Chore: 1.13.0 [skip ci]

# [1.13.0](cerner/carbon-graphs@v1.12.0...v1.13.0) (2019-10-17)

### Update

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

# This is the commit message #65:

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

# This is the commit message #66:

Chore: 1.13.1 [skip ci]

## [1.13.1](cerner/carbon-graphs@v1.13.0...v1.13.1) (2019-11-05)

### Fix

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

# This is the commit message cerner#67:

Update: Add support for empty tick labels (fixes #92) (cerner#105)


# This is the commit message cerner#68:

Chore: 1.14.0 [skip ci]

# [1.14.0](cerner/carbon-graphs@v1.13.1...v1.14.0) (2019-11-05)

### Update

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

# This is the commit message #69:

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

# This is the commit message #70:

Chore: 1.15.0 [skip ci]

# [1.15.0](cerner/carbon-graphs@v1.14.0...v1.15.0) (2019-12-03)

### Update

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

# This is the commit message #71:

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)


# This is the commit message cerner#72:

Chore: 1.15.1 [skip ci]

## [1.15.1](cerner/carbon-graphs@v1.15.0...v1.15.1) (2019-12-03)

### Docs

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

# This is the commit message cerner#73:

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

# This is the commit message #74:

Chore: 1.15.2 [skip ci]

## [1.15.2](cerner/carbon-graphs@v1.15.1...v1.15.2) (2019-12-04)

### Chore

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

# This is the commit message cerner#75:

New: Support dashed line for Line Graph (fixes #29) (cerner#118)


# This is the commit message cerner#76:

Chore: 1.16.0 [skip ci]

# [1.16.0](cerner/carbon-graphs@v1.15.2...v1.16.0) (2019-12-04)

### New

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

# This is the commit message cerner#77:

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
# This is the commit message #78:

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)


# This is the commit message #79:

Chore: 1.16.1 [skip ci]

## [1.16.1](cerner/carbon-graphs@v1.16.0...v1.16.1) (2019-12-20)

### Fix

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

### Upgrade

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

# This is the commit message cerner#80:

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

# This is the commit message #81:

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

# This is the commit message cerner#82:

Fix: Border Background bars Gantt for a11y (fixes #123)

# This is the commit message cerner#83:

Chore: Update site with background bar in Gantt to black

# This is the commit message #84:

Chore: Update Greenkeeper commit messages going forward [skip ci]

# This is the commit message cerner#85:

Chore: Removed Greenkeeper badge from README [skip ci]

# This is the commit message #86:

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

# This is the commit message cerner#87:

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

# This is the commit message #88:

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Dec 30, 2019
Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

Update: made changes to readme to test
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Dec 30, 2019
Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

Update: Eventline code added
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 13, 2020
Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

 New: Added Container padding/margin (fixes #121) (cerner#137)

* New: Added Container padding/margin (fixes #121)

* Chore: Added examples for container padding

* Chore: Added unit tests for Container padding

* Docs: Added info for container padding

* Chore: Fix for LGTM analysis

Chore: 1.18.0 [skip ci]

* Added Container padding/margin (fixes #121) (cerner#137) ([64befb4](cerner@64befb4)), closes [#121](https://github.com/cerner/carbon-graphs/issues/121) [cerner#137](cerner#137) [#121](https://github.com/cerner/carbon-graphs/issues/121)

Fix: Added getPadding to timeline to fix padding issue (fixes #136) (cerner#139)

* Fix: Added getPadding to timeline to fix padding issue (fixes #136)

* Chore: Added test for getPadding function

* Chore: Update Unit test

* Chore: Added more unit tests

Chore: 1.18.1 [skip ci]

* Added getPadding to timeline to fix padding issue (fixes #136) (cerner#139) ([79a506c](cerner@79a506c)), closes [#136](https://github.com/cerner/carbon-graphs/issues/136) [cerner#139](cerner#139) [#136](https://github.com/cerner/carbon-graphs/issues/136)

Upgrade: Update husky to the latest [skip ci] (cerner#141)

* Upgrade: Update husky to version 4.0.2

* chore(package): update lockfile package-lock.json

Upgrade: Update semantic-release to the latest [skip ci] (cerner#142)

* Upgrade: Update semantic-release to version 16.0.0

* chore(package): update lockfile package-lock.json

New: bubble graph implementation added

New: bubble graph changes
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 13, 2020
Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

 New: Added Container padding/margin (fixes #121) (cerner#137)

* New: Added Container padding/margin (fixes #121)

* Chore: Added examples for container padding

* Chore: Added unit tests for Container padding

* Docs: Added info for container padding

* Chore: Fix for LGTM analysis

Chore: 1.18.0 [skip ci]

* Added Container padding/margin (fixes #121) (cerner#137) ([64befb4](cerner@64befb4)), closes [#121](https://github.com/cerner/carbon-graphs/issues/121) [cerner#137](cerner#137) [#121](https://github.com/cerner/carbon-graphs/issues/121)

Fix: Added getPadding to timeline to fix padding issue (fixes #136) (cerner#139)

* Fix: Added getPadding to timeline to fix padding issue (fixes #136)

* Chore: Added test for getPadding function

* Chore: Update Unit test

* Chore: Added more unit tests

Chore: 1.18.1 [skip ci]

* Added getPadding to timeline to fix padding issue (fixes #136) (cerner#139) ([79a506c](cerner@79a506c)), closes [#136](https://github.com/cerner/carbon-graphs/issues/136) [cerner#139](cerner#139) [#136](https://github.com/cerner/carbon-graphs/issues/136)

Upgrade: Update husky to the latest [skip ci] (cerner#141)

* Upgrade: Update husky to version 4.0.2

* chore(package): update lockfile package-lock.json

Upgrade: Update semantic-release to the latest [skip ci] (cerner#142)

* Upgrade: Update semantic-release to version 16.0.0

* chore(package): update lockfile package-lock.json
abhijit945 added a commit that referenced this pull request Jan 17, 2020
* New: Eventline code added

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](53b62c1)), closes [#1](#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](9145e79)), closes [#10](#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede730](4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756](b275756)), closes [#42](#42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a7334](67a7334)), closes [#52](#52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([0471492](0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b4581](b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c7644](d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bd](210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509](3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0b](09d4d0b)), closes [#62](#62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b341](8b4b341)), closes [#49](#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9](513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414](5db4414)), closes [#72](#72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab1](cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a5544](59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721](532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](#76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47](65a1b47)), closes [#75](#75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162](fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](#77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626](8314626)), closes [#82](#82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75](7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d4](2f798d4)), closes [#85](#85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac2](344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef0](8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770](50f6770)), closes [#67](#67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd](6ea43fd)), closes [#94](#94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac](69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569](37bc569)), closes [#96](#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad3](bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2](b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](#97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](#105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](e31d243)), closes [#122](#122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](7d3d238)), closes [#127](#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](d193c48)), closes [#131](#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](d2565d0)), closes [#133](#133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](7baa2ad)), closes [#132](#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](4041631))

* Scatter Graph (#128) ([4fb46b8](4fb46b8)), closes [#128](#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](ca9ed42)), closes [#134](#134)

Update: Eventline code added

* Update: made changes in doc and added default value

* Update: added clickPassThrough, test case and corrected Doc

* Update: made changes to doc and test cases

* Update: made changes to test case

* Update: made changes to test case

Co-authored-by: Abhijit Rao <abhijit945@gmail.com>
abhijit945 pushed a commit that referenced this pull request Jan 17, 2020
# [1.19.0](v1.18.2...v1.19.0) (2020-01-17)

### Fix

* Lint fix and build for TravisCI ([46f245a](46f245a))

### New

* Eventline (#135) ([b3d5393](b3d5393)), closes [#135](#135) [#1](#1) [#1](#1) [#10](#10) [#10](#10) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](#46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](#46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](#46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#42](#42) [#42](#42) [#52](#52) [#52](#52) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](#55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](#55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](#55) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](#48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](#48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](#48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](#59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](#59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](#59) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](#58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](#58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](#58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](#61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](#61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](#61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#62](#62) [#62](#62) [#49](#49) [#49](#49) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](#63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](#63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](#63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#72](#72) [#72](#72) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](#73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](#73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](#73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](#76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](#76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](#76) [#75](#75) [#75](#75) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](#77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](#77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](#77) [#82](#82) [#82](#82) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](#80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](#80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](#80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#85](#85) [#85](#85) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](#87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](#87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](#87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#67](#67) [#67](#67) [#94](#94) [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](#91) [#36](https://github.com/cerner/carbon-graphs/issues/36) [#94](#94) [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](#91) [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](#91) [#36](https://github.com/cerner/carbon-graphs/issues/36) [#96](#96) [#96](#96) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](#98) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](#98) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](#98) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](#97) [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](#97) [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](#97) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](#103) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](#103) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](#103) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](#105) [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](#105) [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](#105) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](#120) [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](#120) [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](#120) [#122](#122) [#122](#122) [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](#118) [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](#118) [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](#118) [#127](#127) [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](#125) [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](#125) [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](#125) [#127](#127) [#130](#130) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#131](#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#132](#132) [#133](#133) [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](#126) [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](#126) [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](#126) [#133](#133) [#132](#132) [#134](#134) [#128](#128) [#128](#128) [#134](#134)
Prashant-Kamboj added a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 28, 2020
* New: Eventline code added

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1](cerner@53b62c1)), closes [#1](cerner#1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e79](cerner@9145e79)), closes [#10](cerner#10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (cerner#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (cerner#46) ([4ede730](cerner@4ede730)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (cerner#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (cerner#42) ([b275756](cerner@b275756)), closes [cerner#42](cerner#42)

Chore: Doc lint preventing deploying the code to gh-pages (cerner#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (cerner#52) ([67a7334](cerner@67a7334)), closes [cerner#52](cerner#52)

Update: Load and unload batch of tracks (fixes #51) (cerner#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (cerner#55) ([0471492](cerner@0471492)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55)

Update: Disabled legend item appearance is now distinct (fixes #47) (cerner#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (cerner#48) ([b6b4581](cerner@b6b4581)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (cerner#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (cerner#59) ([d8c7644](cerner@d8c7644)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (cerner#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (cerner#58) ([210b6bd](cerner@210b6bd)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (cerner#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (cerner#61) ([3170509](cerner@3170509)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (cerner#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (cerner#62) ([09d4d0b](cerner@09d4d0b)), closes [cerner#62](cerner#62)

Update: Region shows faceup when identical in multi-set (cerner#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (cerner#49) ([8b4b341](cerner@8b4b341)), closes [cerner#49](cerner#49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (cerner#63) ([513e3b9](cerner@513e3b9)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (cerner#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (cerner#72) ([5db4414](cerner@5db4414)), closes [cerner#72](cerner#72)

New: No Data View (fixes #39) (cerner#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (cerner#68) ([cee3ab1](cerner@cee3ab1)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (cerner#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (cerner#73) ([59a5544](cerner@59a5544)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189](cerner@e0cd189))

Chore: Update concept goal-line vs region-line (fixes #38) (cerner#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (cerner#76) ([532a721](cerner@532a721)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76)

New: Add support for nl-NL and sv-SE (cerner#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (cerner#75) ([65a1b47](cerner@65a1b47)), closes [cerner#75](cerner#75)

Fix: Timeline to honour padding right property (fixes #45) (cerner#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (cerner#77) ([fd22162](cerner@fd22162)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77)

Chore: Update dependencies and removed codeowners (cerner#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (cerner#82) ([8314626](cerner@8314626)), closes [cerner#82](cerner#82)

Fix: x-axis ticks from overlapping (fixes #32) (cerner#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (cerner#80) ([7057e75](cerner@7057e75)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (cerner#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (cerner#85) ([2f798d4](cerner@2f798d4)), closes [cerner#85](cerner#85)

Update: Added support provide key for unload Graph contents (fixes #86) (cerner#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (cerner#87) ([344aac2](cerner@344aac2)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (cerner#89) ([8e9cef0](cerner@8e9cef0)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (cerner#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (cerner#67) ([50f6770](cerner@50f6770)), closes [cerner#67](cerner#67)

Chore: Gantt Events Icon update within Site (cerner#94)

Chore: Split unit tests into more atomic files (fixes #36) (cerner#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (cerner#94) ([6ea43fd](cerner@6ea43fd)), closes [cerner#94](cerner#94)
* Split unit tests into more atomic files (fixes #36) (cerner#91) ([69580ac](cerner@69580ac)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (cerner#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (cerner#96) ([37bc569](cerner@37bc569)), closes [cerner#96](cerner#96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (cerner#98) ([bc24ad3](cerner@bc24ad3)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (cerner#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (cerner#97) ([b1584e2](cerner@b1584e2)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97)

Update: Add border for legend item (fixes #28) (cerner#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (cerner#103) ([1c69ed6](cerner@1c69ed6)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (cerner#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (cerner#108) ([86be549](cerner@86be549)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (cerner#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (cerner#105) ([c27805f](cerner@c27805f)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105)

Update: Constant padding bottom (fixes #81) (cerner#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (cerner#107) ([0df429d](cerner@0df429d)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (cerner#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (cerner#120) ([ae68ff4](cerner@ae68ff4)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120)

Chore: Update dependencies to enable Greenkeeper 🌴 (cerner#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (cerner#122) ([e31d243](cerner@e31d243)), closes [cerner#122](cerner#122)

New: Support dashed line for Line Graph (fixes #29) (cerner#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (cerner#118) ([98b614a](cerner@98b614a)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (cerner#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (cerner#125) ([957a3f5](cerner@957a3f5)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (cerner#127) ([7d3d238](cerner@7d3d238)), closes [cerner#127](cerner#127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (cerner#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request cerner#131 from cerner/gantt-ux ([d193c48](cerner@d193c48)), closes [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](cerner@9010c59))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](cerner@0efdb12)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](cerner@5a39496)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (cerner#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (cerner#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](cerner@8cf95fd))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](cerner@2768cc7))

* Padding Top on Timeline changes the width (fixes #117) (cerner#126) ([ee9271a](cerner@ee9271a)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (cerner#133) ([d2565d0](cerner@d2565d0)), closes [cerner#133](cerner#133)
* Update sinon to version 8.0.0 [skip ci] (cerner#132) ([7baa2ad](cerner@7baa2ad)), closes [cerner#132](cerner#132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (cerner#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](cerner@4041631))

* Scatter Graph (cerner#128) ([4fb46b8](cerner@4fb46b8)), closes [cerner#128](cerner#128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (cerner#134) ([ca9ed42](cerner@ca9ed42)), closes [cerner#134](cerner#134)

Update: Eventline code added

* Update: made changes in doc and added default value

* Update: added clickPassThrough, test case and corrected Doc

* Update: made changes to doc and test cases

* Update: made changes to test case

* Update: made changes to test case

Co-authored-by: Abhijit Rao <abhijit945@gmail.com>
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 28, 2020
# [1.19.0](cerner/carbon-graphs@v1.18.2...v1.19.0) (2020-01-17)

### Fix

* Lint fix and build for TravisCI ([46f245a](cerner@46f245a))

### New

* Eventline (cerner#135) ([b3d5393](cerner@b3d5393)), closes [cerner#135](cerner#135) [#1](cerner#1) [#1](cerner#1) [#10](cerner#10) [#10](cerner#10) [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#46](cerner#46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [cerner#42](cerner#42) [cerner#42](cerner#42) [cerner#52](cerner#52) [cerner#52](cerner#52) [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [cerner#55](cerner#55) [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [cerner#48](cerner#48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [cerner#59](cerner#59) [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [cerner#58](cerner#58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#61](cerner#61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [cerner#62](cerner#62) [cerner#62](cerner#62) [cerner#49](cerner#49) [cerner#49](cerner#49) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [cerner#63](cerner#63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [cerner#72](cerner#72) [cerner#72](cerner#72) [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [cerner#68](cerner#68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [cerner#73](cerner#73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [cerner#76](cerner#76) [cerner#75](cerner#75) [cerner#75](cerner#75) [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [cerner#77](cerner#77) [cerner#82](cerner#82) [cerner#82](cerner#82) [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#80](cerner#80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [cerner#85](cerner#85) [cerner#85](cerner#85) [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [cerner#87](cerner#87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#89](cerner#89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20) [cerner#67](cerner#67) [cerner#67](cerner#67) [cerner#94](cerner#94) [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#94](cerner#94) [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#91](cerner#91) [#36](https://github.com/cerner/carbon-graphs/issues/36) [cerner#96](cerner#96) [cerner#96](cerner#96) [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90) [cerner#98](cerner#98) [#90](https://github.com/cerner/carbon-graphs/issues/90) [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97) [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97) [#22](https://github.com/cerner/carbon-graphs/issues/22) [cerner#97](cerner#97) [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28) [cerner#103](cerner#103) [#28](https://github.com/cerner/carbon-graphs/issues/28) [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [cerner#108](cerner#108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105) [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105) [#92](https://github.com/cerner/carbon-graphs/issues/92) [cerner#105](cerner#105) [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [cerner#107](cerner#107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120) [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120) [#70](https://github.com/cerner/carbon-graphs/issues/70) [cerner#120](cerner#120) [cerner#122](cerner#122) [cerner#122](cerner#122) [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118) [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118) [#29](https://github.com/cerner/carbon-graphs/issues/29) [cerner#118](cerner#118) [cerner#127](cerner#127) [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125) [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125) [#110](https://github.com/cerner/carbon-graphs/issues/110) [cerner#125](cerner#125) [cerner#127](cerner#127) [cerner#130](cerner#130) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123) [cerner#131](cerner#131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#123](https://github.com/cerner/carbon-graphs/issues/123) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#113](https://github.com/cerner/carbon-graphs/issues/113) [cerner#132](cerner#132) [cerner#133](cerner#133) [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126) [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126) [#117](https://github.com/cerner/carbon-graphs/issues/117) [cerner#126](cerner#126) [cerner#133](cerner#133) [cerner#132](cerner#132) [cerner#134](cerner#134) [cerner#128](cerner#128) [cerner#128](cerner#128) [cerner#134](cerner#134)
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 28, 2020
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580207121 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206817 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206593 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206570 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206496 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205677 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205269 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205203 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580204841 +0530

New: Bubblw graph

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1bc40324cb7bb96fb36a511fb194363984](https://github.com/cerner/carbon-graphs/commit/53b62c1bc40324cb7bb96fb36a511fb194363984)), closes [#1](https://github.com/cerner/carbon-graphs/issues/1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e799e3a9a3bb82cc816fea3cc0d375edc8f1](https://github.com/cerner/carbon-graphs/commit/9145e799e3a9a3bb82cc816fea3cc0d375edc8f1)), closes [#10](https://github.com/cerner/carbon-graphs/issues/10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede7307e6b3cd07f3f8c933621cbee0f9046b4c](https://github.com/cerner/carbon-graphs/commit/4ede7307e6b3cd07f3f8c933621cbee0f9046b4c)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756587b5e716be059a31f477447e8b71a05f](https://github.com/cerner/carbon-graphs/commit/b275756587b5e716be059a31f477447e8b71a05f)), closes [#42](https://github.com/cerner/carbon-graphs/issues/42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a73348d41dbb07509c2a89fd1e19c059cd027b](https://github.com/cerner/carbon-graphs/commit/67a73348d41dbb07509c2a89fd1e19c059cd027b)), closes [#52](https://github.com/cerner/carbon-graphs/issues/52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([04714926077adf761aba18bdc0c079280ebb7058](https://github.com/cerner/carbon-graphs/commit/04714926077adf761aba18bdc0c079280ebb7058)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b458152d3d9d444705d395b07dded9ce14dfa1](https://github.com/cerner/carbon-graphs/commit/b6b458152d3d9d444705d395b07dded9ce14dfa1)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c764498051ae60b19c7897a8abfc233a83d4b2](https://github.com/cerner/carbon-graphs/commit/d8c764498051ae60b19c7897a8abfc233a83d4b2)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bdea6ba7d504129f668ef8f4dcbcec4d386](https://github.com/cerner/carbon-graphs/commit/210b6bdea6ba7d504129f668ef8f4dcbcec4d386)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509412fc2b123058f06ddc40ea18ef3e3f9b](https://github.com/cerner/carbon-graphs/commit/3170509412fc2b123058f06ddc40ea18ef3e3f9b)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28](https://github.com/cerner/carbon-graphs/commit/09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28)), closes [#62](https://github.com/cerner/carbon-graphs/issues/62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b34165bdbe0bcc6b683ec826a8db96380b3b4](https://github.com/cerner/carbon-graphs/commit/8b4b34165bdbe0bcc6b683ec826a8db96380b3b4)), closes [#49](https://github.com/cerner/carbon-graphs/issues/49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9647f01f909174fcb45169136b0d6b9036](https://github.com/cerner/carbon-graphs/commit/513e3b9647f01f909174fcb45169136b0d6b9036)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414251e8b6b5b57dcf865383c193a343d35e](https://github.com/cerner/carbon-graphs/commit/5db4414251e8b6b5b57dcf865383c193a343d35e)), closes [#72](https://github.com/cerner/carbon-graphs/issues/72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a55440b6c64697e327aed1e1b0800436458d19](https://github.com/cerner/carbon-graphs/commit/59a55440b6c64697e327aed1e1b0800436458d19)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189f419681787375d7a58e29d76d12d0fc65](https://github.com/cerner/carbon-graphs/commit/e0cd189f419681787375d7a58e29d76d12d0fc65))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721614d74afa354c31abfd50fd4f84388f3c](https://github.com/cerner/carbon-graphs/commit/532a721614d74afa354c31abfd50fd4f84388f3c)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47f56fe6e96016d48b3b888b7fed5a0f149](https://github.com/cerner/carbon-graphs/commit/65a1b47f56fe6e96016d48b3b888b7fed5a0f149)), closes [#75](https://github.com/cerner/carbon-graphs/issues/75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162727fe04fbabca569ac2f794d67e8678e2](https://github.com/cerner/carbon-graphs/commit/fd22162727fe04fbabca569ac2f794d67e8678e2)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626ae29b93d459623142a396366a962eccd5](https://github.com/cerner/carbon-graphs/commit/8314626ae29b93d459623142a396366a962eccd5)), closes [#82](https://github.com/cerner/carbon-graphs/issues/82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75232504a8905c7ec39cefd241a38f347d9](https://github.com/cerner/carbon-graphs/commit/7057e75232504a8905c7ec39cefd241a38f347d9)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d43414e9b0f5d6f6bf14547c958c4fe2d32](https://github.com/cerner/carbon-graphs/commit/2f798d43414e9b0f5d6f6bf14547c958c4fe2d32)), closes [#85](https://github.com/cerner/carbon-graphs/issues/85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac295515b93b580e72d33b3ac0e7978d0e26](https://github.com/cerner/carbon-graphs/commit/344aac295515b93b580e72d33b3ac0e7978d0e26)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf](https://github.com/cerner/carbon-graphs/commit/8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770733cd9347eb91eea41dcc3b507eee835b](https://github.com/cerner/carbon-graphs/commit/50f6770733cd9347eb91eea41dcc3b507eee835b)), closes [#67](https://github.com/cerner/carbon-graphs/issues/67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd3ead3569257363698f1bd38abe9282e11](https://github.com/cerner/carbon-graphs/commit/6ea43fd3ead3569257363698f1bd38abe9282e11)), closes [#94](https://github.com/cerner/carbon-graphs/issues/94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac21f5d71bc87fa0387c8b1bc6f1224d66e](https://github.com/cerner/carbon-graphs/commit/69580ac21f5d71bc87fa0387c8b1bc6f1224d66e)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](https://github.com/cerner/carbon-graphs/issues/91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569412a199f24b3aafa7c69e88097f0899b1](https://github.com/cerner/carbon-graphs/commit/37bc569412a199f24b3aafa7c69e88097f0899b1)), closes [#96](https://github.com/cerner/carbon-graphs/issues/96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad350f0f457f8d9458ac361d4de86e7e835b](https://github.com/cerner/carbon-graphs/commit/bc24ad350f0f457f8d9458ac361d4de86e7e835b)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](https://github.com/cerner/carbon-graphs/issues/98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2d45c301536d34176e7573466b4b82d13c](https://github.com/cerner/carbon-graphs/commit/b1584e2d45c301536d34176e7573466b4b82d13c)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](https://github.com/cerner/carbon-graphs/issues/97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](https://github.com/cerner/carbon-graphs/commit/1c69ed63044fff0529f50460e719ce3155e2a1f5)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](https://github.com/cerner/carbon-graphs/issues/103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](https://github.com/cerner/carbon-graphs/commit/86be549d6ab665477adcb76019c1debb6101de7c)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](https://github.com/cerner/carbon-graphs/issues/108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](https://github.com/cerner/carbon-graphs/commit/c27805f0dcdbfc1ed27b1238f2d8885c46db8868)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](https://github.com/cerner/carbon-graphs/issues/105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](https://github.com/cerner/carbon-graphs/commit/0df429d1c7d8d13114a93663d536a54899fd6c77)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](https://github.com/cerner/carbon-graphs/issues/107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](https://github.com/cerner/carbon-graphs/commit/ae68ff4dd9516908a4b0e5461ee06036faef1f2c)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](https://github.com/cerner/carbon-graphs/issues/120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](https://github.com/cerner/carbon-graphs/commit/e31d243a22bf9db663cc3b685f7c38ef4b6be54c)), closes [#122](https://github.com/cerner/carbon-graphs/issues/122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](https://github.com/cerner/carbon-graphs/commit/98b614aef059ee2a15339f9a42175dcd8b2ca6ec)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](https://github.com/cerner/carbon-graphs/issues/118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](https://github.com/cerner/carbon-graphs/commit/957a3f51ec2cb41c699e984e05df191f7521464f)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](https://github.com/cerner/carbon-graphs/issues/125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](https://github.com/cerner/carbon-graphs/commit/7d3d238eff2727fa7316f57d70c285624442d1a5)), closes [#127](https://github.com/cerner/carbon-graphs/issues/127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](https://github.com/cerner/carbon-graphs/commit/d193c48027f6ca5785f6b68e2bdeef255197c5f8)), closes [#131](https://github.com/cerner/carbon-graphs/issues/131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](https://github.com/cerner/carbon-graphs/commit/9010c59741b6e6cd4e1fe75d868dedda09ea1657))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](https://github.com/cerner/carbon-graphs/commit/0efdb12f1e6e4a3debecc03cc2e3badb1b0d4898)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](https://github.com/cerner/carbon-graphs/commit/5a39496418aa3c26dc5b6393575c1af81fc44eae)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](https://github.com/cerner/carbon-graphs/commit/8cf95fdf77f1338e9fae66aa1edb03d3d166d565))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](https://github.com/cerner/carbon-graphs/commit/2768cc7f6557603df4ab9ccdb91298c2960bbb16))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](https://github.com/cerner/carbon-graphs/commit/ee9271a0e010c8e3c7e52d2b8660674a64e77b8e)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](https://github.com/cerner/carbon-graphs/issues/126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](https://github.com/cerner/carbon-graphs/commit/d2565d0d76ce0f37b8956bc3006b513b217d4a05)), closes [#133](https://github.com/cerner/carbon-graphs/issues/133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](https://github.com/cerner/carbon-graphs/commit/7baa2ada82eb7908dc0f53d1912d972d8959f65e)), closes [#132](https://github.com/cerner/carbon-graphs/issues/132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](https://github.com/cerner/carbon-graphs/commit/4041631d9ccebb873dec07b54f6032c19ab99921))

* Scatter Graph (#128) ([4fb46b8](https://github.com/cerner/carbon-graphs/commit/4fb46b8fbc44f1a7395a7f9cda62bc2eeb89c047)), closes [#128](https://github.com/cerner/carbon-graphs/issues/128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](https://github.com/cerner/carbon-graphs/commit/ca9ed42edf6557ec410a8e6aa462c286c339e4f0)), closes [#134](https://github.com/cerner/carbon-graphs/issues/134)

 New: Added Container padding/margin (fixes #121) (#137)

* New: Added Container padding/margin (fixes #121)

* Chore: Added examples for container padding

* Chore: Added unit tests for Container padding

* Docs: Added info for container padding

* Chore: Fix for LGTM analysis

Chore: 1.18.0 [skip ci]

* Added Container padding/margin (fixes #121) (#137) ([64befb4](https://github.com/cerner/carbon-graphs/commit/64befb4d37c765e0d161b84cbc6806b84e74b6dc)), closes [#121](https://github.com/cerner/carbon-graphs/issues/121) [#137](https://github.com/cerner/carbon-graphs/issues/137) [#121](https://github.com/cerner/carbon-graphs/issues/121)

Fix: Added getPadding to timeline to fix padding issue (fixes #136) (#139)

* Fix: Added getPadding to timeline to fix padding issue (fixes #136)

* Chore: Added test for getPadding function

* Chore: Update Unit test

* Chore: Added more unit tests

Chore: 1.18.1 [skip ci]

* Added getPadding to timeline to fix padding issue (fixes #136) (#139) ([79a506c](https://github.com/cerner/carbon-graphs/commit/79a506c097edd644aca259ce4c78a5804dfa6f58)), closes [#136](https://github.com/cerner/carbon-graphs/issues/136) [#139](https://github.com/cerner/carbon-graphs/issues/139) [#136](https://github.com/cerner/carbon-graphs/issues/136)

Upgrade: Update husky to the latest [skip ci] (#141)

* Upgrade: Update husky to version 4.0.2

* chore(package): update lockfile package-lock.json

Upgrade: Update semantic-release to the latest [skip ci] (#142)

* Upgrade: Update semantic-release to version 16.0.0

* chore(package): update lockfile package-lock.json

Upgrade: Chore update dev dependencies (#149)

Chore: 1.18.2 [skip ci]

* Chore update dev dependencies (#149) ([e3bca0f](https://github.com/cerner/carbon-graphs/commit/e3bca0f205d833754fd0438a63ae1efa452d11d8)), closes [#149](https://github.com/cerner/carbon-graphs/issues/149)
* Update husky to the latest [skip ci] (#141) ([3715984](https://github.com/cerner/carbon-graphs/commit/37159842736d502ebb51890356545b3a10fad15f)), closes [#141](https://github.com/cerner/carbon-graphs/issues/141)
* Update semantic-release to the latest [skip ci] (#142) ([23bc4ce](https://github.com/cerner/carbon-graphs/commit/23bc4ce182aeba0723fe4c3cffa1487672b643a2)), closes [#142](https://github.com/cerner/carbon-graphs/issues/142)

New: Eventline (#135)

* New: Eventline code added

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1bc40324cb7bb96fb36a511fb194363984](https://github.com/cerner/carbon-graphs/commit/53b62c1bc40324cb7bb96fb36a511fb194363984)), closes [#1](https://github.com/cerner/carbon-graphs/issues/1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e799e3a9a3bb82cc816fea3cc0d375edc8f1](https://github.com/cerner/carbon-graphs/commit/9145e799e3a9a3bb82cc816fea3cc0d375edc8f1)), closes [#10](https://github.com/cerner/carbon-graphs/issues/10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede7307e6b3cd07f3f8c933621cbee0f9046b4c](https://github.com/cerner/carbon-graphs/commit/4ede7307e6b3cd07f3f8c933621cbee0f9046b4c)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756587b5e716be059a31f477447e8b71a05f](https://github.com/cerner/carbon-graphs/commit/b275756587b5e716be059a31f477447e8b71a05f)), closes [#42](https://github.com/cerner/carbon-graphs/issues/42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a73348d41dbb07509c2a89fd1e19c059cd027b](https://github.com/cerner/carbon-graphs/commit/67a73348d41dbb07509c2a89fd1e19c059cd027b)), closes [#52](https://github.com/cerner/carbon-graphs/issues/52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([04714926077adf761aba18bdc0c079280ebb7058](https://github.com/cerner/carbon-graphs/commit/04714926077adf761aba18bdc0c079280ebb7058)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b458152d3d9d444705d395b07dded9ce14dfa1](https://github.com/cerner/carbon-graphs/commit/b6b458152d3d9d444705d395b07dded9ce14dfa1)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c764498051ae60b19c7897a8abfc233a83d4b2](https://github.com/cerner/carbon-graphs/commit/d8c764498051ae60b19c7897a8abfc233a83d4b2)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bdea6ba7d504129f668ef8f4dcbcec4d386](https://github.com/cerner/carbon-graphs/commit/210b6bdea6ba7d504129f668ef8f4dcbcec4d386)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509412fc2b123058f06ddc40ea18ef3e3f9b](https://github.com/cerner/carbon-graphs/commit/3170509412fc2b123058f06ddc40ea18ef3e3f9b)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28](https://github.com/cerner/carbon-graphs/commit/09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28)), closes [#62](https://github.com/cerner/carbon-graphs/issues/62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b34165bdbe0bcc6b683ec826a8db96380b3b4](https://github.com/cerner/carbon-graphs/commit/8b4b34165bdbe0bcc6b683ec826a8db96380b3b4)), closes [#49](https://github.com/cerner/carbon-graphs/issues/49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9647f01f909174fcb45169136b0d6b9036](https://github.com/cerner/carbon-graphs/commit/513e3b9647f01f909174fcb45169136b0d6b9036)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414251e8b6b5b57dcf865383c193a343d35e](https://github.com/cerner/carbon-graphs/commit/5db4414251e8b6b5b57dcf865383c193a343d35e)), closes [#72](https://github.com/cerner/carbon-graphs/issues/72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a55440b6c64697e327aed1e1b0800436458d19](https://github.com/cerner/carbon-graphs/commit/59a55440b6c64697e327aed1e1b0800436458d19)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189f419681787375d7a58e29d76d12d0fc65](https://github.com/cerner/carbon-graphs/commit/e0cd189f419681787375d7a58e29d76d12d0fc65))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721614d74afa354c31abfd50fd4f84388f3c](https://github.com/cerner/carbon-graphs/commit/532a721614d74afa354c31abfd50fd4f84388f3c)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47f56fe6e96016d48b3b888b7fed5a0f149](https://github.com/cerner/carbon-graphs/commit/65a1b47f56fe6e96016d48b3b888b7fed5a0f149)), closes [#75](https://github.com/cerner/carbon-graphs/issues/75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162727fe04fbabca569ac2f794d67e8678e2](https://github.com/cerner/carbon-graphs/commit/fd22162727fe04fbabca569ac2f794d67e8678e2)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626ae29b93d459623142a396366a962eccd5](https://github.com/cerner/carbon-graphs/commit/8314626ae29b93d459623142a396366a962eccd5)), closes [#82](https://github.com/cerner/carbon-graphs/issues/82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75232504a8905c7ec39cefd241a38f347d9](https://github.com/cerner/carbon-graphs/commit/7057e75232504a8905c7ec39cefd241a38f347d9)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d43414e9b0f5d6f6bf14547c958c4fe2d32](https://github.com/cerner/carbon-graphs/commit/2f798d43414e9b0f5d6f6bf14547c958c4fe2d32)), closes [#85](https://github.com/cerner/carbon-graphs/issues/85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac295515b93b580e72d33b3ac0e7978d0e26](https://github.com/cerner/carbon-graphs/commit/344aac295515b93b580e72d33b3ac0e7978d0e26)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf](https://github.com/cerner/carbon-graphs/commit/8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770733cd9347eb91eea41dcc3b507eee835b](https://github.com/cerner/carbon-graphs/commit/50f6770733cd9347eb91eea41dcc3b507eee835b)), closes [#67](https://github.com/cerner/carbon-graphs/issues/67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd3ead3569257363698f1bd38abe9282e11](https://github.com/cerner/carbon-graphs/commit/6ea43fd3ead3569257363698f1bd38abe9282e11)), closes [#94](https://github.com/cerner/carbon-graphs/issues/94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac21f5d71bc87fa0387c8b1bc6f1224d66e](https://github.com/cerner/carbon-graphs/commit/69580ac21f5d71bc87fa0387c8b1bc6f1224d66e)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](https://github.com/cerner/carbon-graphs/issues/91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569412a199f24b3aafa7c69e88097f0899b1](https://github.com/cerner/carbon-graphs/commit/37bc569412a199f24b3aafa7c69e88097f0899b1)), closes [#96](https://github.com/cerner/carbon-graphs/issues/96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad350f0f457f8d9458ac361d4de86e7e835b](https://github.com/cerner/carbon-graphs/commit/bc24ad350f0f457f8d9458ac361d4de86e7e835b)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](https://github.com/cerner/carbon-graphs/issues/98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2d45c301536d34176e7573466b4b82d13c](https://github.com/cerner/carbon-graphs/commit/b1584e2d45c301536d34176e7573466b4b82d13c)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](https://github.com/cerner/carbon-graphs/issues/97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](https://github.com/cerner/carbon-graphs/commit/1c69ed63044fff0529f50460e719ce3155e2a1f5)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](https://github.com/cerner/carbon-graphs/issues/103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](https://github.com/cerner/carbon-graphs/commit/86be549d6ab665477adcb76019c1debb6101de7c)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](https://github.com/cerner/carbon-graphs/issues/108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](https://github.com/cerner/carbon-graphs/commit/c27805f0dcdbfc1ed27b1238f2d8885c46db8868)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](https://github.com/cerner/carbon-graphs/issues/105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](https://github.com/cerner/carbon-graphs/commit/0df429d1c7d8d13114a93663d536a54899fd6c77)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](https://github.com/cerner/carbon-graphs/issues/107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](https://github.com/cerner/carbon-graphs/commit/ae68ff4dd9516908a4b0e5461ee06036faef1f2c)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](https://github.com/cerner/carbon-graphs/issues/120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](https://github.com/cerner/carbon-graphs/commit/e31d243a22bf9db663cc3b685f7c38ef4b6be54c)), closes [#122](https://github.com/cerner/carbon-graphs/issues/122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](https://github.com/cerner/carbon-graphs/commit/98b614aef059ee2a15339f9a42175dcd8b2ca6ec)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](https://github.com/cerner/carbon-graphs/issues/118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](https://github.com/cerner/carbon-graphs/commit/957a3f51ec2cb41c699e984e05df191f7521464f)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](https://github.com/cerner/carbon-graphs/issues/125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](https://github.com/cerner/carbon-graphs/commit/7d3d238eff2727fa7316f57d70c285624442d1a5)), closes [#127](https://github.com/cerner/carbon-graphs/issues/127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](https://github.com/cerner/carbon-graphs/commit/d193c48027f6ca5785f6b68e2bdeef255197c5f8)), closes [#131](https://github.com/cerner/carbon-graphs/issues/131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](https://github.com/cerner/carbon-graphs/commit/9010c59741b6e6cd4e1fe75d868dedda09ea1657))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](https://github.com/cerner/carbon-graphs/commit/0efdb12f1e6e4a3debecc03cc2e3badb1b0d4898)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](https://github.com/cerner/carbon-graphs/commit/5a39496418aa3c26dc5b6393575c1af81fc44eae)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](https://github.com/cerner/carbon-graphs/commit/8cf95fdf77f1338e9fae66aa1edb03d3d166d565))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](https://github.com/cerner/carbon-graphs/commit/2768cc7f6557603df4ab9ccdb91298c2960bbb16))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](https://github.com/cerner/carbon-graphs/commit/ee9271a0e010c8e3c7e52d2b8660674a64e77b8e)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](https://github.com/cerner/carbon-graphs/issues/126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](https://github.com/cerner/carbon-graphs/commit/d2565d0d76ce0f37b8956bc3006b513b217d4a05)), closes [#133](https://github.com/cerner/carbon-graphs/issues/133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](https://github.com/cerner/carbon-graphs/commit/7baa2ada82eb7908dc0f53d1912d972d8959f65e)), closes [#132](https://github.com/cerner/carbon-graphs/issues/132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](https://github.com/cerner/carbon-graphs/commit/4041631d9ccebb873dec07b54f6032c19ab99921))

* Scatter Graph (#128) ([4fb46b8](https://github.com/cerner/carbon-graphs/commit/4fb46b8fbc44f1a7395a7f9cda62bc2eeb89c047)), closes [#128](https://github.com/cerner/carbon-graphs/issues/128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](https://github.com/cerner/carbon-graphs/commit/ca9ed42edf6557ec410a8e6aa462c286c339e4f0)), closes [#134](https://github.com/cerner/carbon-graphs/issues/134)

Update: Eventline code added

* Update: made changes in doc and added default value

* Update: added clickPassThrough, test case and corrected Doc

* Update: made changes to doc and test cases

* Update: made changes to test case

* Update: made changes to test case

Co-authored-by: Abhijit Rao <abhijit945@gmail.com>

Fix: Lint fix and build for TravisCI

Chore: 1.19.0 [skip ci]

* Lint fix and build for TravisCI ([46f245a](https://github.com/cerner/carbon-graphs/commit/46f245a0eb4f613b0bc5e9a53275aec08cf8fc8f))

* Eventline (#135) ([b3d5393](https://github.com/cerner/carbon-graphs/commit/b3d539357d455e457a4edbd2144e08db630f1f5b)), closes [#135](https://github.com/cerner/carbon-graphs/issues/135) [#1](https://github.com/cerner/carbon-graphs/issues/1) [#1](https://github.com/cerner/carbon-graphs/issues/1) [#10](https://github.com/cerner/carbon-graphs/issues/10) [#10](https://github.com/cerner/carbon-graphs/issues/10) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#42](https://github.com/cerner/carbon-graphs/issues/42) [#42](https://github.com/cerner/carbon-graphs/issues/42) [#52](https://github.com/cerner/carbon-graphs/issues/52) [#52](https://github.com/cerner/carbon-graphs/issues/52) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#62](https://github.com/cerner/carbon-graphs/issues/62) [#62](https://github.com/cerner/carbon-graphs/issues/62) [#49](https://github.com/cerner/carbon-graphs/issues/49) [#49](https://github.com/cerner/carbon-graphs/issues/49) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#72](https://github.com/cerner/carbon-graphs/issues/72) [#72](https://github.com/cerner/carbon-graphs/issues/72) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#75](https://github.com/cerner/carbon-graphs/issues/75) [#75](https://github.com/cerner/carbon-graphs/issues/75) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#82](https://github.com/cerner/carbon-graphs/issues/82) [#82](https://github.com/cerner/carbon-graphs/issues/82) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#85](https://github.com/cerner/carbon-graphs/issues/85) [#85](https://github.com/cerner/carbon-graphs/issues/85) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.c…
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 28, 2020
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580207121 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206817 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206593 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206570 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206496 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205677 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205269 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205203 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580204841 +0530

New: Bubblw graph

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1bc40324cb7bb96fb36a511fb194363984](https://github.com/cerner/carbon-graphs/commit/53b62c1bc40324cb7bb96fb36a511fb194363984)), closes [#1](https://github.com/cerner/carbon-graphs/issues/1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e799e3a9a3bb82cc816fea3cc0d375edc8f1](https://github.com/cerner/carbon-graphs/commit/9145e799e3a9a3bb82cc816fea3cc0d375edc8f1)), closes [#10](https://github.com/cerner/carbon-graphs/issues/10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede7307e6b3cd07f3f8c933621cbee0f9046b4c](https://github.com/cerner/carbon-graphs/commit/4ede7307e6b3cd07f3f8c933621cbee0f9046b4c)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756587b5e716be059a31f477447e8b71a05f](https://github.com/cerner/carbon-graphs/commit/b275756587b5e716be059a31f477447e8b71a05f)), closes [#42](https://github.com/cerner/carbon-graphs/issues/42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a73348d41dbb07509c2a89fd1e19c059cd027b](https://github.com/cerner/carbon-graphs/commit/67a73348d41dbb07509c2a89fd1e19c059cd027b)), closes [#52](https://github.com/cerner/carbon-graphs/issues/52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([04714926077adf761aba18bdc0c079280ebb7058](https://github.com/cerner/carbon-graphs/commit/04714926077adf761aba18bdc0c079280ebb7058)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b458152d3d9d444705d395b07dded9ce14dfa1](https://github.com/cerner/carbon-graphs/commit/b6b458152d3d9d444705d395b07dded9ce14dfa1)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c764498051ae60b19c7897a8abfc233a83d4b2](https://github.com/cerner/carbon-graphs/commit/d8c764498051ae60b19c7897a8abfc233a83d4b2)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bdea6ba7d504129f668ef8f4dcbcec4d386](https://github.com/cerner/carbon-graphs/commit/210b6bdea6ba7d504129f668ef8f4dcbcec4d386)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509412fc2b123058f06ddc40ea18ef3e3f9b](https://github.com/cerner/carbon-graphs/commit/3170509412fc2b123058f06ddc40ea18ef3e3f9b)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28](https://github.com/cerner/carbon-graphs/commit/09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28)), closes [#62](https://github.com/cerner/carbon-graphs/issues/62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b34165bdbe0bcc6b683ec826a8db96380b3b4](https://github.com/cerner/carbon-graphs/commit/8b4b34165bdbe0bcc6b683ec826a8db96380b3b4)), closes [#49](https://github.com/cerner/carbon-graphs/issues/49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9647f01f909174fcb45169136b0d6b9036](https://github.com/cerner/carbon-graphs/commit/513e3b9647f01f909174fcb45169136b0d6b9036)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414251e8b6b5b57dcf865383c193a343d35e](https://github.com/cerner/carbon-graphs/commit/5db4414251e8b6b5b57dcf865383c193a343d35e)), closes [#72](https://github.com/cerner/carbon-graphs/issues/72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a55440b6c64697e327aed1e1b0800436458d19](https://github.com/cerner/carbon-graphs/commit/59a55440b6c64697e327aed1e1b0800436458d19)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189f419681787375d7a58e29d76d12d0fc65](https://github.com/cerner/carbon-graphs/commit/e0cd189f419681787375d7a58e29d76d12d0fc65))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721614d74afa354c31abfd50fd4f84388f3c](https://github.com/cerner/carbon-graphs/commit/532a721614d74afa354c31abfd50fd4f84388f3c)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47f56fe6e96016d48b3b888b7fed5a0f149](https://github.com/cerner/carbon-graphs/commit/65a1b47f56fe6e96016d48b3b888b7fed5a0f149)), closes [#75](https://github.com/cerner/carbon-graphs/issues/75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162727fe04fbabca569ac2f794d67e8678e2](https://github.com/cerner/carbon-graphs/commit/fd22162727fe04fbabca569ac2f794d67e8678e2)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626ae29b93d459623142a396366a962eccd5](https://github.com/cerner/carbon-graphs/commit/8314626ae29b93d459623142a396366a962eccd5)), closes [#82](https://github.com/cerner/carbon-graphs/issues/82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75232504a8905c7ec39cefd241a38f347d9](https://github.com/cerner/carbon-graphs/commit/7057e75232504a8905c7ec39cefd241a38f347d9)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d43414e9b0f5d6f6bf14547c958c4fe2d32](https://github.com/cerner/carbon-graphs/commit/2f798d43414e9b0f5d6f6bf14547c958c4fe2d32)), closes [#85](https://github.com/cerner/carbon-graphs/issues/85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac295515b93b580e72d33b3ac0e7978d0e26](https://github.com/cerner/carbon-graphs/commit/344aac295515b93b580e72d33b3ac0e7978d0e26)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf](https://github.com/cerner/carbon-graphs/commit/8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770733cd9347eb91eea41dcc3b507eee835b](https://github.com/cerner/carbon-graphs/commit/50f6770733cd9347eb91eea41dcc3b507eee835b)), closes [#67](https://github.com/cerner/carbon-graphs/issues/67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd3ead3569257363698f1bd38abe9282e11](https://github.com/cerner/carbon-graphs/commit/6ea43fd3ead3569257363698f1bd38abe9282e11)), closes [#94](https://github.com/cerner/carbon-graphs/issues/94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac21f5d71bc87fa0387c8b1bc6f1224d66e](https://github.com/cerner/carbon-graphs/commit/69580ac21f5d71bc87fa0387c8b1bc6f1224d66e)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](https://github.com/cerner/carbon-graphs/issues/91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569412a199f24b3aafa7c69e88097f0899b1](https://github.com/cerner/carbon-graphs/commit/37bc569412a199f24b3aafa7c69e88097f0899b1)), closes [#96](https://github.com/cerner/carbon-graphs/issues/96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad350f0f457f8d9458ac361d4de86e7e835b](https://github.com/cerner/carbon-graphs/commit/bc24ad350f0f457f8d9458ac361d4de86e7e835b)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](https://github.com/cerner/carbon-graphs/issues/98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2d45c301536d34176e7573466b4b82d13c](https://github.com/cerner/carbon-graphs/commit/b1584e2d45c301536d34176e7573466b4b82d13c)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](https://github.com/cerner/carbon-graphs/issues/97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](https://github.com/cerner/carbon-graphs/commit/1c69ed63044fff0529f50460e719ce3155e2a1f5)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](https://github.com/cerner/carbon-graphs/issues/103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](https://github.com/cerner/carbon-graphs/commit/86be549d6ab665477adcb76019c1debb6101de7c)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](https://github.com/cerner/carbon-graphs/issues/108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](https://github.com/cerner/carbon-graphs/commit/c27805f0dcdbfc1ed27b1238f2d8885c46db8868)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](https://github.com/cerner/carbon-graphs/issues/105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](https://github.com/cerner/carbon-graphs/commit/0df429d1c7d8d13114a93663d536a54899fd6c77)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](https://github.com/cerner/carbon-graphs/issues/107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](https://github.com/cerner/carbon-graphs/commit/ae68ff4dd9516908a4b0e5461ee06036faef1f2c)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](https://github.com/cerner/carbon-graphs/issues/120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](https://github.com/cerner/carbon-graphs/commit/e31d243a22bf9db663cc3b685f7c38ef4b6be54c)), closes [#122](https://github.com/cerner/carbon-graphs/issues/122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](https://github.com/cerner/carbon-graphs/commit/98b614aef059ee2a15339f9a42175dcd8b2ca6ec)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](https://github.com/cerner/carbon-graphs/issues/118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](https://github.com/cerner/carbon-graphs/commit/957a3f51ec2cb41c699e984e05df191f7521464f)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](https://github.com/cerner/carbon-graphs/issues/125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](https://github.com/cerner/carbon-graphs/commit/7d3d238eff2727fa7316f57d70c285624442d1a5)), closes [#127](https://github.com/cerner/carbon-graphs/issues/127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](https://github.com/cerner/carbon-graphs/commit/d193c48027f6ca5785f6b68e2bdeef255197c5f8)), closes [#131](https://github.com/cerner/carbon-graphs/issues/131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](https://github.com/cerner/carbon-graphs/commit/9010c59741b6e6cd4e1fe75d868dedda09ea1657))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](https://github.com/cerner/carbon-graphs/commit/0efdb12f1e6e4a3debecc03cc2e3badb1b0d4898)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](https://github.com/cerner/carbon-graphs/commit/5a39496418aa3c26dc5b6393575c1af81fc44eae)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](https://github.com/cerner/carbon-graphs/commit/8cf95fdf77f1338e9fae66aa1edb03d3d166d565))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](https://github.com/cerner/carbon-graphs/commit/2768cc7f6557603df4ab9ccdb91298c2960bbb16))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](https://github.com/cerner/carbon-graphs/commit/ee9271a0e010c8e3c7e52d2b8660674a64e77b8e)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](https://github.com/cerner/carbon-graphs/issues/126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](https://github.com/cerner/carbon-graphs/commit/d2565d0d76ce0f37b8956bc3006b513b217d4a05)), closes [#133](https://github.com/cerner/carbon-graphs/issues/133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](https://github.com/cerner/carbon-graphs/commit/7baa2ada82eb7908dc0f53d1912d972d8959f65e)), closes [#132](https://github.com/cerner/carbon-graphs/issues/132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](https://github.com/cerner/carbon-graphs/commit/4041631d9ccebb873dec07b54f6032c19ab99921))

* Scatter Graph (#128) ([4fb46b8](https://github.com/cerner/carbon-graphs/commit/4fb46b8fbc44f1a7395a7f9cda62bc2eeb89c047)), closes [#128](https://github.com/cerner/carbon-graphs/issues/128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](https://github.com/cerner/carbon-graphs/commit/ca9ed42edf6557ec410a8e6aa462c286c339e4f0)), closes [#134](https://github.com/cerner/carbon-graphs/issues/134)

 New: Added Container padding/margin (fixes #121) (#137)

* New: Added Container padding/margin (fixes #121)

* Chore: Added examples for container padding

* Chore: Added unit tests for Container padding

* Docs: Added info for container padding

* Chore: Fix for LGTM analysis

Chore: 1.18.0 [skip ci]

* Added Container padding/margin (fixes #121) (#137) ([64befb4](https://github.com/cerner/carbon-graphs/commit/64befb4d37c765e0d161b84cbc6806b84e74b6dc)), closes [#121](https://github.com/cerner/carbon-graphs/issues/121) [#137](https://github.com/cerner/carbon-graphs/issues/137) [#121](https://github.com/cerner/carbon-graphs/issues/121)

Fix: Added getPadding to timeline to fix padding issue (fixes #136) (#139)

* Fix: Added getPadding to timeline to fix padding issue (fixes #136)

* Chore: Added test for getPadding function

* Chore: Update Unit test

* Chore: Added more unit tests

Chore: 1.18.1 [skip ci]

* Added getPadding to timeline to fix padding issue (fixes #136) (#139) ([79a506c](https://github.com/cerner/carbon-graphs/commit/79a506c097edd644aca259ce4c78a5804dfa6f58)), closes [#136](https://github.com/cerner/carbon-graphs/issues/136) [#139](https://github.com/cerner/carbon-graphs/issues/139) [#136](https://github.com/cerner/carbon-graphs/issues/136)

Upgrade: Update husky to the latest [skip ci] (#141)

* Upgrade: Update husky to version 4.0.2

* chore(package): update lockfile package-lock.json

Upgrade: Update semantic-release to the latest [skip ci] (#142)

* Upgrade: Update semantic-release to version 16.0.0

* chore(package): update lockfile package-lock.json

Upgrade: Chore update dev dependencies (#149)

Chore: 1.18.2 [skip ci]

* Chore update dev dependencies (#149) ([e3bca0f](https://github.com/cerner/carbon-graphs/commit/e3bca0f205d833754fd0438a63ae1efa452d11d8)), closes [#149](https://github.com/cerner/carbon-graphs/issues/149)
* Update husky to the latest [skip ci] (#141) ([3715984](https://github.com/cerner/carbon-graphs/commit/37159842736d502ebb51890356545b3a10fad15f)), closes [#141](https://github.com/cerner/carbon-graphs/issues/141)
* Update semantic-release to the latest [skip ci] (#142) ([23bc4ce](https://github.com/cerner/carbon-graphs/commit/23bc4ce182aeba0723fe4c3cffa1487672b643a2)), closes [#142](https://github.com/cerner/carbon-graphs/issues/142)

New: Eventline (#135)

* New: Eventline code added

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1bc40324cb7bb96fb36a511fb194363984](https://github.com/cerner/carbon-graphs/commit/53b62c1bc40324cb7bb96fb36a511fb194363984)), closes [#1](https://github.com/cerner/carbon-graphs/issues/1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e799e3a9a3bb82cc816fea3cc0d375edc8f1](https://github.com/cerner/carbon-graphs/commit/9145e799e3a9a3bb82cc816fea3cc0d375edc8f1)), closes [#10](https://github.com/cerner/carbon-graphs/issues/10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede7307e6b3cd07f3f8c933621cbee0f9046b4c](https://github.com/cerner/carbon-graphs/commit/4ede7307e6b3cd07f3f8c933621cbee0f9046b4c)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756587b5e716be059a31f477447e8b71a05f](https://github.com/cerner/carbon-graphs/commit/b275756587b5e716be059a31f477447e8b71a05f)), closes [#42](https://github.com/cerner/carbon-graphs/issues/42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a73348d41dbb07509c2a89fd1e19c059cd027b](https://github.com/cerner/carbon-graphs/commit/67a73348d41dbb07509c2a89fd1e19c059cd027b)), closes [#52](https://github.com/cerner/carbon-graphs/issues/52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([04714926077adf761aba18bdc0c079280ebb7058](https://github.com/cerner/carbon-graphs/commit/04714926077adf761aba18bdc0c079280ebb7058)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b458152d3d9d444705d395b07dded9ce14dfa1](https://github.com/cerner/carbon-graphs/commit/b6b458152d3d9d444705d395b07dded9ce14dfa1)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c764498051ae60b19c7897a8abfc233a83d4b2](https://github.com/cerner/carbon-graphs/commit/d8c764498051ae60b19c7897a8abfc233a83d4b2)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bdea6ba7d504129f668ef8f4dcbcec4d386](https://github.com/cerner/carbon-graphs/commit/210b6bdea6ba7d504129f668ef8f4dcbcec4d386)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509412fc2b123058f06ddc40ea18ef3e3f9b](https://github.com/cerner/carbon-graphs/commit/3170509412fc2b123058f06ddc40ea18ef3e3f9b)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28](https://github.com/cerner/carbon-graphs/commit/09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28)), closes [#62](https://github.com/cerner/carbon-graphs/issues/62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b34165bdbe0bcc6b683ec826a8db96380b3b4](https://github.com/cerner/carbon-graphs/commit/8b4b34165bdbe0bcc6b683ec826a8db96380b3b4)), closes [#49](https://github.com/cerner/carbon-graphs/issues/49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9647f01f909174fcb45169136b0d6b9036](https://github.com/cerner/carbon-graphs/commit/513e3b9647f01f909174fcb45169136b0d6b9036)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414251e8b6b5b57dcf865383c193a343d35e](https://github.com/cerner/carbon-graphs/commit/5db4414251e8b6b5b57dcf865383c193a343d35e)), closes [#72](https://github.com/cerner/carbon-graphs/issues/72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a55440b6c64697e327aed1e1b0800436458d19](https://github.com/cerner/carbon-graphs/commit/59a55440b6c64697e327aed1e1b0800436458d19)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189f419681787375d7a58e29d76d12d0fc65](https://github.com/cerner/carbon-graphs/commit/e0cd189f419681787375d7a58e29d76d12d0fc65))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721614d74afa354c31abfd50fd4f84388f3c](https://github.com/cerner/carbon-graphs/commit/532a721614d74afa354c31abfd50fd4f84388f3c)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47f56fe6e96016d48b3b888b7fed5a0f149](https://github.com/cerner/carbon-graphs/commit/65a1b47f56fe6e96016d48b3b888b7fed5a0f149)), closes [#75](https://github.com/cerner/carbon-graphs/issues/75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162727fe04fbabca569ac2f794d67e8678e2](https://github.com/cerner/carbon-graphs/commit/fd22162727fe04fbabca569ac2f794d67e8678e2)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626ae29b93d459623142a396366a962eccd5](https://github.com/cerner/carbon-graphs/commit/8314626ae29b93d459623142a396366a962eccd5)), closes [#82](https://github.com/cerner/carbon-graphs/issues/82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75232504a8905c7ec39cefd241a38f347d9](https://github.com/cerner/carbon-graphs/commit/7057e75232504a8905c7ec39cefd241a38f347d9)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d43414e9b0f5d6f6bf14547c958c4fe2d32](https://github.com/cerner/carbon-graphs/commit/2f798d43414e9b0f5d6f6bf14547c958c4fe2d32)), closes [#85](https://github.com/cerner/carbon-graphs/issues/85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac295515b93b580e72d33b3ac0e7978d0e26](https://github.com/cerner/carbon-graphs/commit/344aac295515b93b580e72d33b3ac0e7978d0e26)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf](https://github.com/cerner/carbon-graphs/commit/8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770733cd9347eb91eea41dcc3b507eee835b](https://github.com/cerner/carbon-graphs/commit/50f6770733cd9347eb91eea41dcc3b507eee835b)), closes [#67](https://github.com/cerner/carbon-graphs/issues/67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd3ead3569257363698f1bd38abe9282e11](https://github.com/cerner/carbon-graphs/commit/6ea43fd3ead3569257363698f1bd38abe9282e11)), closes [#94](https://github.com/cerner/carbon-graphs/issues/94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac21f5d71bc87fa0387c8b1bc6f1224d66e](https://github.com/cerner/carbon-graphs/commit/69580ac21f5d71bc87fa0387c8b1bc6f1224d66e)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](https://github.com/cerner/carbon-graphs/issues/91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569412a199f24b3aafa7c69e88097f0899b1](https://github.com/cerner/carbon-graphs/commit/37bc569412a199f24b3aafa7c69e88097f0899b1)), closes [#96](https://github.com/cerner/carbon-graphs/issues/96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad350f0f457f8d9458ac361d4de86e7e835b](https://github.com/cerner/carbon-graphs/commit/bc24ad350f0f457f8d9458ac361d4de86e7e835b)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](https://github.com/cerner/carbon-graphs/issues/98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2d45c301536d34176e7573466b4b82d13c](https://github.com/cerner/carbon-graphs/commit/b1584e2d45c301536d34176e7573466b4b82d13c)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](https://github.com/cerner/carbon-graphs/issues/97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](https://github.com/cerner/carbon-graphs/commit/1c69ed63044fff0529f50460e719ce3155e2a1f5)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](https://github.com/cerner/carbon-graphs/issues/103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](https://github.com/cerner/carbon-graphs/commit/86be549d6ab665477adcb76019c1debb6101de7c)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](https://github.com/cerner/carbon-graphs/issues/108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](https://github.com/cerner/carbon-graphs/commit/c27805f0dcdbfc1ed27b1238f2d8885c46db8868)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](https://github.com/cerner/carbon-graphs/issues/105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](https://github.com/cerner/carbon-graphs/commit/0df429d1c7d8d13114a93663d536a54899fd6c77)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](https://github.com/cerner/carbon-graphs/issues/107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](https://github.com/cerner/carbon-graphs/commit/ae68ff4dd9516908a4b0e5461ee06036faef1f2c)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](https://github.com/cerner/carbon-graphs/issues/120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](https://github.com/cerner/carbon-graphs/commit/e31d243a22bf9db663cc3b685f7c38ef4b6be54c)), closes [#122](https://github.com/cerner/carbon-graphs/issues/122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](https://github.com/cerner/carbon-graphs/commit/98b614aef059ee2a15339f9a42175dcd8b2ca6ec)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](https://github.com/cerner/carbon-graphs/issues/118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](https://github.com/cerner/carbon-graphs/commit/957a3f51ec2cb41c699e984e05df191f7521464f)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](https://github.com/cerner/carbon-graphs/issues/125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](https://github.com/cerner/carbon-graphs/commit/7d3d238eff2727fa7316f57d70c285624442d1a5)), closes [#127](https://github.com/cerner/carbon-graphs/issues/127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](https://github.com/cerner/carbon-graphs/commit/d193c48027f6ca5785f6b68e2bdeef255197c5f8)), closes [#131](https://github.com/cerner/carbon-graphs/issues/131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](https://github.com/cerner/carbon-graphs/commit/9010c59741b6e6cd4e1fe75d868dedda09ea1657))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](https://github.com/cerner/carbon-graphs/commit/0efdb12f1e6e4a3debecc03cc2e3badb1b0d4898)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](https://github.com/cerner/carbon-graphs/commit/5a39496418aa3c26dc5b6393575c1af81fc44eae)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](https://github.com/cerner/carbon-graphs/commit/8cf95fdf77f1338e9fae66aa1edb03d3d166d565))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](https://github.com/cerner/carbon-graphs/commit/2768cc7f6557603df4ab9ccdb91298c2960bbb16))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](https://github.com/cerner/carbon-graphs/commit/ee9271a0e010c8e3c7e52d2b8660674a64e77b8e)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](https://github.com/cerner/carbon-graphs/issues/126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](https://github.com/cerner/carbon-graphs/commit/d2565d0d76ce0f37b8956bc3006b513b217d4a05)), closes [#133](https://github.com/cerner/carbon-graphs/issues/133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](https://github.com/cerner/carbon-graphs/commit/7baa2ada82eb7908dc0f53d1912d972d8959f65e)), closes [#132](https://github.com/cerner/carbon-graphs/issues/132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](https://github.com/cerner/carbon-graphs/commit/4041631d9ccebb873dec07b54f6032c19ab99921))

* Scatter Graph (#128) ([4fb46b8](https://github.com/cerner/carbon-graphs/commit/4fb46b8fbc44f1a7395a7f9cda62bc2eeb89c047)), closes [#128](https://github.com/cerner/carbon-graphs/issues/128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](https://github.com/cerner/carbon-graphs/commit/ca9ed42edf6557ec410a8e6aa462c286c339e4f0)), closes [#134](https://github.com/cerner/carbon-graphs/issues/134)

Update: Eventline code added

* Update: made changes in doc and added default value

* Update: added clickPassThrough, test case and corrected Doc

* Update: made changes to doc and test cases

* Update: made changes to test case

* Update: made changes to test case

Co-authored-by: Abhijit Rao <abhijit945@gmail.com>

Fix: Lint fix and build for TravisCI

Chore: 1.19.0 [skip ci]

* Lint fix and build for TravisCI ([46f245a](https://github.com/cerner/carbon-graphs/commit/46f245a0eb4f613b0bc5e9a53275aec08cf8fc8f))

* Eventline (#135) ([b3d5393](https://github.com/cerner/carbon-graphs/commit/b3d539357d455e457a4edbd2144e08db630f1f5b)), closes [#135](https://github.com/cerner/carbon-graphs/issues/135) [#1](https://github.com/cerner/carbon-graphs/issues/1) [#1](https://github.com/cerner/carbon-graphs/issues/1) [#10](https://github.com/cerner/carbon-graphs/issues/10) [#10](https://github.com/cerner/carbon-graphs/issues/10) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#42](https://github.com/cerner/carbon-graphs/issues/42) [#42](https://github.com/cerner/carbon-graphs/issues/42) [#52](https://github.com/cerner/carbon-graphs/issues/52) [#52](https://github.com/cerner/carbon-graphs/issues/52) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#62](https://github.com/cerner/carbon-graphs/issues/62) [#62](https://github.com/cerner/carbon-graphs/issues/62) [#49](https://github.com/cerner/carbon-graphs/issues/49) [#49](https://github.com/cerner/carbon-graphs/issues/49) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#72](https://github.com/cerner/carbon-graphs/issues/72) [#72](https://github.com/cerner/carbon-graphs/issues/72) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#75](https://github.com/cerner/carbon-graphs/issues/75) [#75](https://github.com/cerner/carbon-graphs/issues/75) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#82](https://github.com/cerner/carbon-graphs/issues/82) [#82](https://github.com/cerner/carbon-graphs/issues/82) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#85](https://github.com/cerner/carbon-graphs/issues/85) [#85](https://github.com/cerner/carbon-graphs/issues/85) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/…
Prashant-Kamboj pushed a commit to Prashant-Kamboj/carbon-graphs that referenced this pull request Jan 30, 2020
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580207121 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206817 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206593 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206570 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580206496 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205677 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205269 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580205203 +0530

parent 319c0fbbde01b746fa85a8a8f59c1dd3142478d5
author Abhijit Rao <abhijit945@gmail.com> 1562471503 -0500
committer Kamboj Prashant <prashant.kamboj@cerner.com> 1580204841 +0530

New: Bubblw graph

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1bc40324cb7bb96fb36a511fb194363984](https://github.com/cerner/carbon-graphs/commit/53b62c1bc40324cb7bb96fb36a511fb194363984)), closes [#1](https://github.com/cerner/carbon-graphs/issues/1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e799e3a9a3bb82cc816fea3cc0d375edc8f1](https://github.com/cerner/carbon-graphs/commit/9145e799e3a9a3bb82cc816fea3cc0d375edc8f1)), closes [#10](https://github.com/cerner/carbon-graphs/issues/10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede7307e6b3cd07f3f8c933621cbee0f9046b4c](https://github.com/cerner/carbon-graphs/commit/4ede7307e6b3cd07f3f8c933621cbee0f9046b4c)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756587b5e716be059a31f477447e8b71a05f](https://github.com/cerner/carbon-graphs/commit/b275756587b5e716be059a31f477447e8b71a05f)), closes [#42](https://github.com/cerner/carbon-graphs/issues/42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a73348d41dbb07509c2a89fd1e19c059cd027b](https://github.com/cerner/carbon-graphs/commit/67a73348d41dbb07509c2a89fd1e19c059cd027b)), closes [#52](https://github.com/cerner/carbon-graphs/issues/52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([04714926077adf761aba18bdc0c079280ebb7058](https://github.com/cerner/carbon-graphs/commit/04714926077adf761aba18bdc0c079280ebb7058)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b458152d3d9d444705d395b07dded9ce14dfa1](https://github.com/cerner/carbon-graphs/commit/b6b458152d3d9d444705d395b07dded9ce14dfa1)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c764498051ae60b19c7897a8abfc233a83d4b2](https://github.com/cerner/carbon-graphs/commit/d8c764498051ae60b19c7897a8abfc233a83d4b2)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bdea6ba7d504129f668ef8f4dcbcec4d386](https://github.com/cerner/carbon-graphs/commit/210b6bdea6ba7d504129f668ef8f4dcbcec4d386)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509412fc2b123058f06ddc40ea18ef3e3f9b](https://github.com/cerner/carbon-graphs/commit/3170509412fc2b123058f06ddc40ea18ef3e3f9b)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28](https://github.com/cerner/carbon-graphs/commit/09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28)), closes [#62](https://github.com/cerner/carbon-graphs/issues/62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b34165bdbe0bcc6b683ec826a8db96380b3b4](https://github.com/cerner/carbon-graphs/commit/8b4b34165bdbe0bcc6b683ec826a8db96380b3b4)), closes [#49](https://github.com/cerner/carbon-graphs/issues/49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9647f01f909174fcb45169136b0d6b9036](https://github.com/cerner/carbon-graphs/commit/513e3b9647f01f909174fcb45169136b0d6b9036)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414251e8b6b5b57dcf865383c193a343d35e](https://github.com/cerner/carbon-graphs/commit/5db4414251e8b6b5b57dcf865383c193a343d35e)), closes [#72](https://github.com/cerner/carbon-graphs/issues/72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a55440b6c64697e327aed1e1b0800436458d19](https://github.com/cerner/carbon-graphs/commit/59a55440b6c64697e327aed1e1b0800436458d19)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189f419681787375d7a58e29d76d12d0fc65](https://github.com/cerner/carbon-graphs/commit/e0cd189f419681787375d7a58e29d76d12d0fc65))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721614d74afa354c31abfd50fd4f84388f3c](https://github.com/cerner/carbon-graphs/commit/532a721614d74afa354c31abfd50fd4f84388f3c)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47f56fe6e96016d48b3b888b7fed5a0f149](https://github.com/cerner/carbon-graphs/commit/65a1b47f56fe6e96016d48b3b888b7fed5a0f149)), closes [#75](https://github.com/cerner/carbon-graphs/issues/75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162727fe04fbabca569ac2f794d67e8678e2](https://github.com/cerner/carbon-graphs/commit/fd22162727fe04fbabca569ac2f794d67e8678e2)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626ae29b93d459623142a396366a962eccd5](https://github.com/cerner/carbon-graphs/commit/8314626ae29b93d459623142a396366a962eccd5)), closes [#82](https://github.com/cerner/carbon-graphs/issues/82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75232504a8905c7ec39cefd241a38f347d9](https://github.com/cerner/carbon-graphs/commit/7057e75232504a8905c7ec39cefd241a38f347d9)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d43414e9b0f5d6f6bf14547c958c4fe2d32](https://github.com/cerner/carbon-graphs/commit/2f798d43414e9b0f5d6f6bf14547c958c4fe2d32)), closes [#85](https://github.com/cerner/carbon-graphs/issues/85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac295515b93b580e72d33b3ac0e7978d0e26](https://github.com/cerner/carbon-graphs/commit/344aac295515b93b580e72d33b3ac0e7978d0e26)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf](https://github.com/cerner/carbon-graphs/commit/8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770733cd9347eb91eea41dcc3b507eee835b](https://github.com/cerner/carbon-graphs/commit/50f6770733cd9347eb91eea41dcc3b507eee835b)), closes [#67](https://github.com/cerner/carbon-graphs/issues/67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd3ead3569257363698f1bd38abe9282e11](https://github.com/cerner/carbon-graphs/commit/6ea43fd3ead3569257363698f1bd38abe9282e11)), closes [#94](https://github.com/cerner/carbon-graphs/issues/94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac21f5d71bc87fa0387c8b1bc6f1224d66e](https://github.com/cerner/carbon-graphs/commit/69580ac21f5d71bc87fa0387c8b1bc6f1224d66e)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](https://github.com/cerner/carbon-graphs/issues/91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569412a199f24b3aafa7c69e88097f0899b1](https://github.com/cerner/carbon-graphs/commit/37bc569412a199f24b3aafa7c69e88097f0899b1)), closes [#96](https://github.com/cerner/carbon-graphs/issues/96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad350f0f457f8d9458ac361d4de86e7e835b](https://github.com/cerner/carbon-graphs/commit/bc24ad350f0f457f8d9458ac361d4de86e7e835b)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](https://github.com/cerner/carbon-graphs/issues/98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2d45c301536d34176e7573466b4b82d13c](https://github.com/cerner/carbon-graphs/commit/b1584e2d45c301536d34176e7573466b4b82d13c)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](https://github.com/cerner/carbon-graphs/issues/97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](https://github.com/cerner/carbon-graphs/commit/1c69ed63044fff0529f50460e719ce3155e2a1f5)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](https://github.com/cerner/carbon-graphs/issues/103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](https://github.com/cerner/carbon-graphs/commit/86be549d6ab665477adcb76019c1debb6101de7c)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](https://github.com/cerner/carbon-graphs/issues/108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](https://github.com/cerner/carbon-graphs/commit/c27805f0dcdbfc1ed27b1238f2d8885c46db8868)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](https://github.com/cerner/carbon-graphs/issues/105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](https://github.com/cerner/carbon-graphs/commit/0df429d1c7d8d13114a93663d536a54899fd6c77)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](https://github.com/cerner/carbon-graphs/issues/107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](https://github.com/cerner/carbon-graphs/commit/ae68ff4dd9516908a4b0e5461ee06036faef1f2c)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](https://github.com/cerner/carbon-graphs/issues/120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](https://github.com/cerner/carbon-graphs/commit/e31d243a22bf9db663cc3b685f7c38ef4b6be54c)), closes [#122](https://github.com/cerner/carbon-graphs/issues/122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](https://github.com/cerner/carbon-graphs/commit/98b614aef059ee2a15339f9a42175dcd8b2ca6ec)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](https://github.com/cerner/carbon-graphs/issues/118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](https://github.com/cerner/carbon-graphs/commit/957a3f51ec2cb41c699e984e05df191f7521464f)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](https://github.com/cerner/carbon-graphs/issues/125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](https://github.com/cerner/carbon-graphs/commit/7d3d238eff2727fa7316f57d70c285624442d1a5)), closes [#127](https://github.com/cerner/carbon-graphs/issues/127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](https://github.com/cerner/carbon-graphs/commit/d193c48027f6ca5785f6b68e2bdeef255197c5f8)), closes [#131](https://github.com/cerner/carbon-graphs/issues/131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](https://github.com/cerner/carbon-graphs/commit/9010c59741b6e6cd4e1fe75d868dedda09ea1657))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](https://github.com/cerner/carbon-graphs/commit/0efdb12f1e6e4a3debecc03cc2e3badb1b0d4898)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](https://github.com/cerner/carbon-graphs/commit/5a39496418aa3c26dc5b6393575c1af81fc44eae)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](https://github.com/cerner/carbon-graphs/commit/8cf95fdf77f1338e9fae66aa1edb03d3d166d565))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](https://github.com/cerner/carbon-graphs/commit/2768cc7f6557603df4ab9ccdb91298c2960bbb16))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](https://github.com/cerner/carbon-graphs/commit/ee9271a0e010c8e3c7e52d2b8660674a64e77b8e)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](https://github.com/cerner/carbon-graphs/issues/126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](https://github.com/cerner/carbon-graphs/commit/d2565d0d76ce0f37b8956bc3006b513b217d4a05)), closes [#133](https://github.com/cerner/carbon-graphs/issues/133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](https://github.com/cerner/carbon-graphs/commit/7baa2ada82eb7908dc0f53d1912d972d8959f65e)), closes [#132](https://github.com/cerner/carbon-graphs/issues/132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](https://github.com/cerner/carbon-graphs/commit/4041631d9ccebb873dec07b54f6032c19ab99921))

* Scatter Graph (#128) ([4fb46b8](https://github.com/cerner/carbon-graphs/commit/4fb46b8fbc44f1a7395a7f9cda62bc2eeb89c047)), closes [#128](https://github.com/cerner/carbon-graphs/issues/128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](https://github.com/cerner/carbon-graphs/commit/ca9ed42edf6557ec410a8e6aa462c286c339e4f0)), closes [#134](https://github.com/cerner/carbon-graphs/issues/134)

 New: Added Container padding/margin (fixes #121) (#137)

* New: Added Container padding/margin (fixes #121)

* Chore: Added examples for container padding

* Chore: Added unit tests for Container padding

* Docs: Added info for container padding

* Chore: Fix for LGTM analysis

Chore: 1.18.0 [skip ci]

* Added Container padding/margin (fixes #121) (#137) ([64befb4](https://github.com/cerner/carbon-graphs/commit/64befb4d37c765e0d161b84cbc6806b84e74b6dc)), closes [#121](https://github.com/cerner/carbon-graphs/issues/121) [#137](https://github.com/cerner/carbon-graphs/issues/137) [#121](https://github.com/cerner/carbon-graphs/issues/121)

Fix: Added getPadding to timeline to fix padding issue (fixes #136) (#139)

* Fix: Added getPadding to timeline to fix padding issue (fixes #136)

* Chore: Added test for getPadding function

* Chore: Update Unit test

* Chore: Added more unit tests

Chore: 1.18.1 [skip ci]

* Added getPadding to timeline to fix padding issue (fixes #136) (#139) ([79a506c](https://github.com/cerner/carbon-graphs/commit/79a506c097edd644aca259ce4c78a5804dfa6f58)), closes [#136](https://github.com/cerner/carbon-graphs/issues/136) [#139](https://github.com/cerner/carbon-graphs/issues/139) [#136](https://github.com/cerner/carbon-graphs/issues/136)

Upgrade: Update husky to the latest [skip ci] (#141)

* Upgrade: Update husky to version 4.0.2

* chore(package): update lockfile package-lock.json

Upgrade: Update semantic-release to the latest [skip ci] (#142)

* Upgrade: Update semantic-release to version 16.0.0

* chore(package): update lockfile package-lock.json

Upgrade: Chore update dev dependencies (#149)

Chore: 1.18.2 [skip ci]

* Chore update dev dependencies (#149) ([e3bca0f](https://github.com/cerner/carbon-graphs/commit/e3bca0f205d833754fd0438a63ae1efa452d11d8)), closes [#149](https://github.com/cerner/carbon-graphs/issues/149)
* Update husky to the latest [skip ci] (#141) ([3715984](https://github.com/cerner/carbon-graphs/commit/37159842736d502ebb51890356545b3a10fad15f)), closes [#141](https://github.com/cerner/carbon-graphs/issues/141)
* Update semantic-release to the latest [skip ci] (#142) ([23bc4ce](https://github.com/cerner/carbon-graphs/commit/23bc4ce182aeba0723fe4c3cffa1487672b643a2)), closes [#142](https://github.com/cerner/carbon-graphs/issues/142)

New: Eventline (#135)

* New: Eventline code added

Build: Added travis.yml, .releaserc semantic-release (#1)

* Build: Added package-lock.json

* Fix: carbon-site-helpers & svg-to-carbon imports needs to be scoped

* Build: Added travis.yml with gh-pages deploy

* Build: Added .releaserc semantic-release

* Chore: Removed husky test on commit

* Docs: Updated contribution document links

* Build: Deploy stage doesnt appear on build logs if PR

Chore: 1.0.0 [skip ci]

* Added travis.yml, .releaserc semantic-release (#1) ([53b62c1bc40324cb7bb96fb36a511fb194363984](https://github.com/cerner/carbon-graphs/commit/53b62c1bc40324cb7bb96fb36a511fb194363984)), closes [#1](https://github.com/cerner/carbon-graphs/issues/1)

New: Criticality for Timeline Points (#10)

* New: Criticality for Timeline Points

* Docs: add self to contributor list

Chore: 1.1.0 [skip ci]

* Criticality for Timeline Points (#10) ([9145e799e3a9a3bb82cc816fea3cc0d375edc8f1](https://github.com/cerner/carbon-graphs/commit/9145e799e3a9a3bb82cc816fea3cc0d375edc8f1)), closes [#10](https://github.com/cerner/carbon-graphs/issues/10)

Build: Added karma-parallel to run tests in parallel (fixes #44) (#46)

* Build: Added karma-parallel to run tests in parallel (fixes #44)

* Fix: Force multiple executors in karma config

* Build: Test usig xvfb for travis

* Fix: Added xvfb service

* Revert: xvfb since we are using ChromeHeadless and puppeteer

Chore: 1.1.1 [skip ci]

* Added karma-parallel to run tests in parallel (fixes #44) (#46) ([4ede7307e6b3cd07f3f8c933621cbee0f9046b4c](https://github.com/cerner/carbon-graphs/commit/4ede7307e6b3cd07f3f8c933621cbee0f9046b4c)), closes [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44)

New: Native Pie chart (#42)

* New: Native Pie chart

* Docs: Added Pie chart documentation

* Fix: JSDoc changes for PieContent

Chore: 1.2.0 [skip ci]

* Native Pie chart (#42) ([b275756587b5e716be059a31f477447e8b71a05f](https://github.com/cerner/carbon-graphs/commit/b275756587b5e716be059a31f477447e8b71a05f)), closes [#42](https://github.com/cerner/carbon-graphs/issues/42)

Chore: Doc lint preventing deploying the code to gh-pages (#52)

* Chore: Doc lint preventing deploying the code to gh-pages

* Chore: fixed jsdocs for all functions

* Chore: fixed jsdocs for all functions with examples

Chore: 1.2.1 [skip ci]

* Doc lint preventing deploying the code to gh-pages (#52) ([67a73348d41dbb07509c2a89fd1e19c059cd027b](https://github.com/cerner/carbon-graphs/commit/67a73348d41dbb07509c2a89fd1e19c059cd027b)), closes [#52](https://github.com/cerner/carbon-graphs/issues/52)

Update: Load and unload batch of tracks (fixes #51) (#55)

Chore: 1.3.0 [skip ci]

* Load and unload batch of tracks (fixes #51) (#55) ([04714926077adf761aba18bdc0c079280ebb7058](https://github.com/cerner/carbon-graphs/commit/04714926077adf761aba18bdc0c079280ebb7058)), closes [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55)

Update: Disabled legend item appearance is now distinct (fixes #47) (#48)

* Update: Disabled legend item appearance is now distinct (fixes #47)

* Fix: Disabled legend should be selected by default

Chore: 1.4.0 [skip ci]

* Disabled legend item appearance is now distinct (fixes #47) (#48) ([b6b458152d3d9d444705d395b07dded9ce14dfa1](https://github.com/cerner/carbon-graphs/commit/b6b458152d3d9d444705d395b07dded9ce14dfa1)), closes [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47)

Fix: Regions not rendering combination with Paired Result (fixes #40) (#59)

Chore: 1.4.1 [skip ci]

* Regions not rendering combination with Paired Result (fixes #40) (#59) ([d8c764498051ae60b19c7897a8abfc233a83d4b2](https://github.com/cerner/carbon-graphs/commit/d8c764498051ae60b19c7897a8abfc233a83d4b2)), closes [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59)

Fix: Axes shapes werent centered in Firefox (fixes #53) (#58)

* Fix: Axes shapes werent centered in Firefox (fixes #53)

* Fix: Translate once on create of shape container

Chore: 1.4.2 [skip ci]

* Axes shapes werent centered in Firefox (fixes #53) (#58) ([210b6bdea6ba7d504129f668ef8f4dcbcec4d386](https://github.com/cerner/carbon-graphs/commit/210b6bdea6ba7d504129f668ef8f4dcbcec4d386)), closes [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53)

Fix: Non-path based svg icon now translates on-resize (fixes #60) (#61)

* Fix: Non-path based svg icon now translates on-resize (fixes #60)

* Chore: Added a few logs while building icons

* Update: DevDependencies

* Chore: Increased transition delay

Chore: 1.4.3 [skip ci]

* Non-path based svg icon now translates on-resize (fixes #60) (#61) ([3170509412fc2b123058f06ddc40ea18ef3e3f9b](https://github.com/cerner/carbon-graphs/commit/3170509412fc2b123058f06ddc40ea18ef3e3f9b)), closes [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60)

Update: Display Data Series In Legend when No Data Exists (#62)

* Carbon-42 Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Update: Display Data Series In Legend when No Data Exists

* Added unit testcaes

* updated testcases

Chore: 1.5.0 [skip ci]

* Display Data Series In Legend when No Data Exists (#62) ([09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28](https://github.com/cerner/carbon-graphs/commit/09d4d0bb192cdbd4a031d8d6d6c440cd76d04a28)), closes [#62](https://github.com/cerner/carbon-graphs/issues/62)

Update: Region shows faceup when identical in multi-set (#49)

* Update: same region show up

* Update: made requested changes

* Update: made changes to region code

* Update: made changes to refine code and added test cases

* Update: resolved conflict latest code set added

* Update: made changes to test case and added some test cases

* Update: made changes

* Update: made changes

* Update: did some minor changes

* Update: added some minor change

* Update: added comment line

Chore: 1.6.0 [skip ci]

* Region shows faceup when identical in multi-set (#49) ([8b4b34165bdbe0bcc6b683ec826a8db96380b3b4](https://github.com/cerner/carbon-graphs/commit/8b4b34165bdbe0bcc6b683ec826a8db96380b3b4)), closes [#49](https://github.com/cerner/carbon-graphs/issues/49)

New: Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63)

* New: Added OCS light shapes for Unverified datapoints (fixes #54)

* Update: ocs

* Update: Added unit tests

* Docs: Added information on rangeRounding

* Docs: Added light and dark mode to SHAPES documentation

* Fix: Dateline doc showing funny formatting

* Chore: Restructured examples for Shapes vs light

Chore: 1.7.0 [skip ci]

* Added OCS light shapes for Unverified datapoints (fixes #54, fixes #66) (#63) ([513e3b9647f01f909174fcb45169136b0d6b9036](https://github.com/cerner/carbon-graphs/commit/513e3b9647f01f909174fcb45169136b0d6b9036)), closes [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54)

Chore: Updated carbon-site-helpers to 1.1.0 (#72)

* Update: Render demo site with options

* Chore: Updated carbo-site-helpers to 1.1.0

Chore: 1.7.1 [skip ci]

* Updated carbon-site-helpers to 1.1.0 (#72) ([5db4414251e8b6b5b57dcf865383c193a343d35e](https://github.com/cerner/carbon-graphs/commit/5db4414251e8b6b5b57dcf865383c193a343d35e)), closes [#72](https://github.com/cerner/carbon-graphs/issues/72)

New: No Data View (fixes #39) (#68)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

* New: No Data View (fixes #39)

Address review comment

* New: No Data View (fixes #39)

Add necessary Tests

* New: No Data View (fixes #39)

Code cleanup

* New: No Data View (fixes #39)

Code cleanup and documentation

* New: No Data View (fixes #39)

Update font-size to fit to all screen sizes

* New: No Data View (fixes #39)

Update example

* New: No Data View (fixes #39)

Update test to use the constants

* New: No Data View (fixes #39)

Revert the chage added by mistake

Chore: 1.8.0 [skip ci]

* No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39)

Chore: Added custom padding tab for site (fixes #69) (#73)

* Chore: Added custom padding tab for site (fixes #69)

* Chore: Added code review comment

Chore: 1.8.1 [skip ci]

* Added custom padding tab for site (fixes #69) (#73) ([59a55440b6c64697e327aed1e1b0800436458d19](https://github.com/cerner/carbon-graphs/commit/59a55440b6c64697e327aed1e1b0800436458d19)), closes [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69)

Chore: Site to include breadcrumb via site-helpers v1.3.0

Chore: 1.8.2 [skip ci]

* Site to include breadcrumb via site-helpers v1.3.0 ([e0cd189f419681787375d7a58e29d76d12d0fc65](https://github.com/cerner/carbon-graphs/commit/e0cd189f419681787375d7a58e29d76d12d0fc65))

Chore: Update concept goal-line vs region-line (fixes #38) (#76)

Chore: 1.8.3 [skip ci]

* Update concept goal-line vs region-line (fixes #38) (#76) ([532a721614d74afa354c31abfd50fd4f84388f3c](https://github.com/cerner/carbon-graphs/commit/532a721614d74afa354c31abfd50fd4f84388f3c)), closes [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76)

New: Add support for nl-NL and sv-SE (#75)

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

* New: Add Locale support for nl-NL and sv-SE

Chore: 1.9.0 [skip ci]

* Add support for nl-NL and sv-SE (#75) ([65a1b47f56fe6e96016d48b3b888b7fed5a0f149](https://github.com/cerner/carbon-graphs/commit/65a1b47f56fe6e96016d48b3b888b7fed5a0f149)), closes [#75](https://github.com/cerner/carbon-graphs/issues/75)

Fix: Timeline to honour padding right property (fixes #45) (#77)

* Update: creationhelper to use padding-right and example

* Update: contributors.md

* Update: jest

* Update: Removed unneeded line

* Update: Removed unneeded line change

Chore: 1.9.1 [skip ci]

* Timeline to honour padding right property (fixes #45) (#77) ([fd22162727fe04fbabca569ac2f794d67e8678e2](https://github.com/cerner/carbon-graphs/commit/fd22162727fe04fbabca569ac2f794d67e8678e2)), closes [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77)

Chore: Update dependencies and removed codeowners (#82)

Chore: 1.9.2 [skip ci]

* Update dependencies and removed codeowners (#82) ([8314626ae29b93d459623142a396366a962eccd5](https://github.com/cerner/carbon-graphs/commit/8314626ae29b93d459623142a396366a962eccd5)), closes [#82](https://github.com/cerner/carbon-graphs/issues/82)

Fix: x-axis ticks from overlapping (fixes #32) (#80)

* Fix: x-axis-ticks-overlapping

* Fix: x-axis ticks overlapping(fixes #32)

Chore: 1.9.3 [skip ci]

* x-axis ticks from overlapping (fixes #32) (#80) ([7057e75232504a8905c7ec39cefd241a38f347d9](https://github.com/cerner/carbon-graphs/commit/7057e75232504a8905c7ec39cefd241a38f347d9)), closes [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32)

Docs: Restructured examples, added getting started page (#85)

* Docs: Restructured examples, added getting started page

* Docs: PR template fix

* Fix: Links for image and redirect to usage section

* Fix: code review updates

Chore: 1.9.4 [skip ci]

* Restructured examples, added getting started page (#85) ([2f798d43414e9b0f5d6f6bf14547c958c4fe2d32](https://github.com/cerner/carbon-graphs/commit/2f798d43414e9b0f5d6f6bf14547c958c4fe2d32)), closes [#85](https://github.com/cerner/carbon-graphs/issues/85)

Update: Added support provide key for unload Graph contents (fixes #86) (#87)

* Update: Added support provide key for unload Graph contents (fixes #86)

* Fix: Added unit tests and title attr for legend

* Docs: Updated documentation for loadContent and unloadContent

* Docs: Updates to API reference

* Fix: Code review comments

* Update: DevDependencies

Chore: 1.10.0 [skip ci]

* Added support provide key for unload Graph contents (fixes #86) (#87) ([344aac295515b93b580e72d33b3ac0e7978d0e26](https://github.com/cerner/carbon-graphs/commit/344aac295515b93b580e72d33b3ac0e7978d0e26)), closes [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86)

Fix: To not trigger popup for not truncated trackLabel (fixes #20) (#89)

* Fix: To not trigger popup for not truncated trackLabel (fixes #20)

* Fix: Added if condition for onclick (fixes #20)

* Update: Updated test

* Update: Resolved review comments

Chore: 1.10.1 [skip ci]

* To not trigger popup for not truncated trackLabel (fixes #20) (#89) ([8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf](https://github.com/cerner/carbon-graphs/commit/8e9cef05e709eeed3ec84c04a5f3ae7a4a1e55bf)), closes [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/issues/20)

New: Panning property added (#67)

* Update: added code for panning

* Update: added code for panning

* Update: corrected test cases failing

* Update: Added panning code example and documentation with test case

* Update: Added test cases

* Update: Fixed build

* Update: fixed test cases to fix build

* Update: fixing build

* Update: fixing build

* Update: made changes and added examplea

* Update: made changes

* Update: made little correction

* Update: made changes

* Update: added comment for getDatelineIndicatorHeight call

* Update: made some little changes

Chore: 1.11.0 [skip ci]

* Panning property added (#67) ([50f6770733cd9347eb91eea41dcc3b507eee835b](https://github.com/cerner/carbon-graphs/commit/50f6770733cd9347eb91eea41dcc3b507eee835b)), closes [#67](https://github.com/cerner/carbon-graphs/issues/67)

Chore: Gantt Events Icon update within Site (#94)

Chore: Split unit tests into more atomic files (fixes #36) (#91)

* Chore: Split unit tests into more atomic files (fixes #36)

* Chore: test rebase

Chore: 1.11.1 [skip ci]

* Gantt Events Icon update within Site (#94) ([6ea43fd3ead3569257363698f1bd38abe9282e11](https://github.com/cerner/carbon-graphs/commit/6ea43fd3ead3569257363698f1bd38abe9282e11)), closes [#94](https://github.com/cerner/carbon-graphs/issues/94)
* Split unit tests into more atomic files (fixes #36) (#91) ([69580ac21f5d71bc87fa0387c8b1bc6f1224d66e](https://github.com/cerner/carbon-graphs/commit/69580ac21f5d71bc87fa0387c8b1bc6f1224d66e)), closes [#36](https://github.com/cerner/carbon-graphs/issues/36) [#91](https://github.com/cerner/carbon-graphs/issues/91) [#36](https://github.com/cerner/carbon-graphs/issues/36)

Chore: Updated eslint rules to eslint-plugin-standard (#96)

* Chore: Updated eslint rules to eslint-plugin-standard

* Fix: Removed some redundant rules

Chore: 1.11.2 [skip ci]

* Updated eslint rules to eslint-plugin-standard (#96) ([37bc569412a199f24b3aafa7c69e88097f0899b1](https://github.com/cerner/carbon-graphs/commit/37bc569412a199f24b3aafa7c69e88097f0899b1)), closes [#96](https://github.com/cerner/carbon-graphs/issues/96)

Fix: prevents onclick trigger for non truncated axis row label (fixes #90) (#98)

* Fix: prevents onclick trigger for non truncated
axis row label (fixes #90)

* Fix: Added check for secondaryDisplay as well

Chore: 1.11.3 [skip ci]

* prevents onclick trigger for non truncated axis row label (fixes #90) (#98) ([bc24ad350f0f457f8d9458ac361d4de86e7e835b](https://github.com/cerner/carbon-graphs/commit/bc24ad350f0f457f8d9458ac361d4de86e7e835b)), closes [#90](https://github.com/cerner/carbon-graphs/issues/90) [#98](https://github.com/cerner/carbon-graphs/issues/98) [#90](https://github.com/cerner/carbon-graphs/issues/90)

Update: Provide padding when hasCustomProperty is true (fixes #22) (#97)

Chore: 1.12.0 [skip ci]

* Provide padding when hasCustomProperty is true (fixes #22) (#97) ([b1584e2d45c301536d34176e7573466b4b82d13c](https://github.com/cerner/carbon-graphs/commit/b1584e2d45c301536d34176e7573466b4b82d13c)), closes [#22](https://github.com/cerner/carbon-graphs/issues/22) [#97](https://github.com/cerner/carbon-graphs/issues/97)

Update: Add border for legend item (fixes #28) (#103)

* Update: Add border for legend item (fixes #28)

* Docs: Fixed renaming of Graph.md

* Chore: Moved panHelpers out of controls folder

Chore: 1.13.0 [skip ci]

* Add border for legend item (fixes #28) (#103) ([1c69ed6](https://github.com/cerner/carbon-graphs/commit/1c69ed63044fff0529f50460e719ce3155e2a1f5)), closes [#28](https://github.com/cerner/carbon-graphs/issues/28) [#103](https://github.com/cerner/carbon-graphs/issues/103) [#28](https://github.com/cerner/carbon-graphs/issues/28)

Fix: Show region when only one paired result is displayed (fixes #3) (#108)

* Fix: Show region when only one paired result is displayed (fixes #3)

* Fix: Use contentKeys directly. (fixes #3)

* Fix: Update Contributors file. (fixes #3)

Chore: 1.13.1 [skip ci]

* Show region when only one paired result is displayed (fixes #3) (#108) ([86be549](https://github.com/cerner/carbon-graphs/commit/86be549d6ab665477adcb76019c1debb6101de7c)), closes [#3](https://github.com/cerner/carbon-graphs/issues/3) [#108](https://github.com/cerner/carbon-graphs/issues/108) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3) [#3](https://github.com/cerner/carbon-graphs/issues/3)

Update: Add support for empty tick labels (fixes #92) (#105)

Chore: 1.14.0 [skip ci]

* Add support for empty tick labels (fixes #92) (#105) ([c27805f](https://github.com/cerner/carbon-graphs/commit/c27805f0dcdbfc1ed27b1238f2d8885c46db8868)), closes [#92](https://github.com/cerner/carbon-graphs/issues/92) [#105](https://github.com/cerner/carbon-graphs/issues/105)

Update: Constant padding bottom (fixes #81) (#107)

* Update: Added condition for Windows (fixes #81)

* Update: Added check for firefox in windows (fixes #81)

* Update: updated custom padding bottom

* Update: updated constants bottom padding (fixes #81)

* Update: updated test

* Update: Added a constant variable for tests

* Update: Added const variable in commonHelper

Chore: 1.15.0 [skip ci]

* Constant padding bottom (fixes #81) (#107) ([0df429d](https://github.com/cerner/carbon-graphs/commit/0df429d1c7d8d13114a93663d536a54899fd6c77)), closes [#81](https://github.com/cerner/carbon-graphs/issues/81) [#107](https://github.com/cerner/carbon-graphs/issues/107) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81) [#81](https://github.com/cerner/carbon-graphs/issues/81)

Docs: Added documentation on X Axis domain padding (fixes #70) (#120)

Chore: 1.15.1 [skip ci]

* Added documentation on X Axis domain padding (fixes #70) (#120) ([ae68ff4](https://github.com/cerner/carbon-graphs/commit/ae68ff4dd9516908a4b0e5461ee06036faef1f2c)), closes [#70](https://github.com/cerner/carbon-graphs/issues/70) [#120](https://github.com/cerner/carbon-graphs/issues/120)

Chore: Update dependencies to enable Greenkeeper 🌴 (#122)

* chore(package): update dependencies

* chore(travis): whitelist greenkeeper branches

* docs(readme): add Greenkeeper badge

* chore(package): update lockfile package-lock.json

* chore: adapt code to updated dependencies

Chore: 1.15.2 [skip ci]

* Update dependencies to enable Greenkeeper 🌴 (#122) ([e31d243](https://github.com/cerner/carbon-graphs/commit/e31d243a22bf9db663cc3b685f7c38ef4b6be54c)), closes [#122](https://github.com/cerner/carbon-graphs/issues/122)

New: Support dashed line for Line Graph (fixes #29) (#118)

Chore: 1.16.0 [skip ci]

* Support dashed line for Line Graph (fixes #29) (#118) ([98b614a](https://github.com/cerner/carbon-graphs/commit/98b614aef059ee2a15339f9a42175dcd8b2ca6ec)), closes [#29](https://github.com/cerner/carbon-graphs/issues/29) [#118](https://github.com/cerner/carbon-graphs/issues/118)

Upgrade: Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127)

Bumps [npm](https://github.com/npm/cli) from 6.13.2 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.2...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Fix: y2 axis label going out of scope (fixes #110) (#125)

Chore: 1.16.1 [skip ci]

* y2 axis label going out of scope (fixes #110) (#125) ([957a3f5](https://github.com/cerner/carbon-graphs/commit/957a3f51ec2cb41c699e984e05df191f7521464f)), closes [#110](https://github.com/cerner/carbon-graphs/issues/110) [#125](https://github.com/cerner/carbon-graphs/issues/125)

* Bump npm from 6.13.2 to 6.13.4 [skip ci] (#127) ([7d3d238](https://github.com/cerner/carbon-graphs/commit/7d3d238eff2727fa7316f57d70c285624442d1a5)), closes [#127](https://github.com/cerner/carbon-graphs/issues/127)

Update mini-css-extract-plugin to the latest version 🚀 [skip ci] (#130)

* chore(package): update mini-css-extract-plugin to version 0.9.0

* chore(package): update lockfile package-lock.json

Fix: Opacity for Hashed Activity Bars for Gantt (fixes #113)

Fix: Border Background bars Gantt for a11y (fixes #123)

Chore: Update site with background bar in Gantt to black

Chore: 1.16.2 [skip ci]

* Merge pull request #131 from cerner/gantt-ux ([d193c48](https://github.com/cerner/carbon-graphs/commit/d193c48027f6ca5785f6b68e2bdeef255197c5f8)), closes [#131](https://github.com/cerner/carbon-graphs/issues/131) [#113](https://github.com/cerner/carbon-graphs/issues/113) [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Update site with background bar in Gantt to black ([9010c59](https://github.com/cerner/carbon-graphs/commit/9010c59741b6e6cd4e1fe75d868dedda09ea1657))

* Border Background bars Gantt for a11y (fixes #123) ([0efdb12](https://github.com/cerner/carbon-graphs/commit/0efdb12f1e6e4a3debecc03cc2e3badb1b0d4898)), closes [#123](https://github.com/cerner/carbon-graphs/issues/123)
* Opacity for Hashed Activity Bars for Gantt (fixes #113) ([5a39496](https://github.com/cerner/carbon-graphs/commit/5a39496418aa3c26dc5b6393575c1af81fc44eae)), closes [#113](https://github.com/cerner/carbon-graphs/issues/113)

Chore: Update Greenkeeper commit messages going forward [skip ci]

Chore: Removed Greenkeeper badge from README [skip ci]

Upgrade: Update sinon to version 8.0.0 [skip ci] (#132)

* Upgrade: Update sinon to version 8.0.0

* chore(package): update lockfile package-lock.json

Upgrade: babel-plugin-istanbul to version 6.0.0 [skip ci] (#133)

* Upgrade: Update babel-plugin-istanbul to version 6.0.0

* chore(package): update lockfile package-lock.json

Fix: Padding Top on Timeline changes the width (fixes #117) (#126)

:wq

Chore: 1.16.3 [skip ci]

* Removed Greenkeeper badge from README [skip ci] ([8cf95fd](https://github.com/cerner/carbon-graphs/commit/8cf95fdf77f1338e9fae66aa1edb03d3d166d565))
* Update Greenkeeper commit messages going forward [skip ci] ([2768cc7](https://github.com/cerner/carbon-graphs/commit/2768cc7f6557603df4ab9ccdb91298c2960bbb16))

* Padding Top on Timeline changes the width (fixes #117) (#126) ([ee9271a](https://github.com/cerner/carbon-graphs/commit/ee9271a0e010c8e3c7e52d2b8660674a64e77b8e)), closes [#117](https://github.com/cerner/carbon-graphs/issues/117) [#126](https://github.com/cerner/carbon-graphs/issues/126)

* babel-plugin-istanbul to version 6.0.0 [skip ci] (#133) ([d2565d0](https://github.com/cerner/carbon-graphs/commit/d2565d0d76ce0f37b8956bc3006b513b217d4a05)), closes [#133](https://github.com/cerner/carbon-graphs/issues/133)
* Update sinon to version 8.0.0 [skip ci] (#132) ([7baa2ad](https://github.com/cerner/carbon-graphs/commit/7baa2ada82eb7908dc0f53d1912d972d8959f65e)), closes [#132](https://github.com/cerner/carbon-graphs/issues/132)

Chore: update PR message for Greenkeeper [skip ci]

Upgrade: Update eslint-plugin-node to version 11.0.0 [skip ci] (#134)

* Upgrade: Update eslint-plugin-node to version 11.0.0

* chore(package): update lockfile package-lock.json

New: Scatter Graph (#128)

* New: Add Scatter Graph

* New: Add Scatter Graph

Review comments

* New: Add Scatter Graph

Remove graph level test/examples, keeping only the content based ones

Co-authored-by: sharathmh <sharath.mh@cerner.com>

Chore: 1.17.0 [skip ci]

* update PR message for Greenkeeper [skip ci] ([4041631](https://github.com/cerner/carbon-graphs/commit/4041631d9ccebb873dec07b54f6032c19ab99921))

* Scatter Graph (#128) ([4fb46b8](https://github.com/cerner/carbon-graphs/commit/4fb46b8fbc44f1a7395a7f9cda62bc2eeb89c047)), closes [#128](https://github.com/cerner/carbon-graphs/issues/128)

* Update eslint-plugin-node to version 11.0.0 [skip ci] (#134) ([ca9ed42](https://github.com/cerner/carbon-graphs/commit/ca9ed42edf6557ec410a8e6aa462c286c339e4f0)), closes [#134](https://github.com/cerner/carbon-graphs/issues/134)

Update: Eventline code added

* Update: made changes in doc and added default value

* Update: added clickPassThrough, test case and corrected Doc

* Update: made changes to doc and test cases

* Update: made changes to test case

* Update: made changes to test case

Co-authored-by: Abhijit Rao <abhijit945@gmail.com>

Fix: Lint fix and build for TravisCI

Chore: 1.19.0 [skip ci]

* Lint fix and build for TravisCI ([46f245a](https://github.com/cerner/carbon-graphs/commit/46f245a0eb4f613b0bc5e9a53275aec08cf8fc8f))

* Eventline (#135) ([b3d5393](https://github.com/cerner/carbon-graphs/commit/b3d539357d455e457a4edbd2144e08db630f1f5b)), closes [#135](https://github.com/cerner/carbon-graphs/issues/135) [#1](https://github.com/cerner/carbon-graphs/issues/1) [#1](https://github.com/cerner/carbon-graphs/issues/1) [#10](https://github.com/cerner/carbon-graphs/issues/10) [#10](https://github.com/cerner/carbon-graphs/issues/10) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#46](https://github.com/cerner/carbon-graphs/issues/46) [#44](https://github.com/cerner/carbon-graphs/issues/44) [#42](https://github.com/cerner/carbon-graphs/issues/42) [#42](https://github.com/cerner/carbon-graphs/issues/42) [#52](https://github.com/cerner/carbon-graphs/issues/52) [#52](https://github.com/cerner/carbon-graphs/issues/52) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#51](https://github.com/cerner/carbon-graphs/issues/51) [#55](https://github.com/cerner/carbon-graphs/issues/55) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#48](https://github.com/cerner/carbon-graphs/issues/48) [#47](https://github.com/cerner/carbon-graphs/issues/47) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#40](https://github.com/cerner/carbon-graphs/issues/40) [#59](https://github.com/cerner/carbon-graphs/issues/59) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#58](https://github.com/cerner/carbon-graphs/issues/58) [#53](https://github.com/cerner/carbon-graphs/issues/53) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#61](https://github.com/cerner/carbon-graphs/issues/61) [#60](https://github.com/cerner/carbon-graphs/issues/60) [#62](https://github.com/cerner/carbon-graphs/issues/62) [#62](https://github.com/cerner/carbon-graphs/issues/62) [#49](https://github.com/cerner/carbon-graphs/issues/49) [#49](https://github.com/cerner/carbon-graphs/issues/49) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#66](https://github.com/cerner/carbon-graphs/issues/66) [#63](https://github.com/cerner/carbon-graphs/issues/63) [#54](https://github.com/cerner/carbon-graphs/issues/54) [#72](https://github.com/cerner/carbon-graphs/issues/72) [#72](https://github.com/cerner/carbon-graphs/issues/72) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#73](https://github.com/cerner/carbon-graphs/issues/73) [#69](https://github.com/cerner/carbon-graphs/issues/69) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#38](https://github.com/cerner/carbon-graphs/issues/38) [#76](https://github.com/cerner/carbon-graphs/issues/76) [#75](https://github.com/cerner/carbon-graphs/issues/75) [#75](https://github.com/cerner/carbon-graphs/issues/75) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#45](https://github.com/cerner/carbon-graphs/issues/45) [#77](https://github.com/cerner/carbon-graphs/issues/77) [#82](https://github.com/cerner/carbon-graphs/issues/82) [#82](https://github.com/cerner/carbon-graphs/issues/82) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#80](https://github.com/cerner/carbon-graphs/issues/80) [#32](https://github.com/cerner/carbon-graphs/issues/32) [#85](https://github.com/cerner/carbon-graphs/issues/85) [#85](https://github.com/cerner/carbon-graphs/issues/85) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#87](https://github.com/cerner/carbon-graphs/issues/87) [#86](https://github.com/cerner/carbon-graphs/issues/86) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#89](https://github.com/cerner/carbon-graphs/issues/89) [#20](https://github.com/cerner/carbon-graphs/issues/20) [#20](https://github.com/cerner/carbon-graphs/…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released Used by semantic-release, not to be used manually
Projects
None yet
3 participants