# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.21...@pie-lib/graphing@4.0.22) (2026-09-16)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.20...@pie-lib/graphing@4.0.21) (2026-09-03)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.19...@pie-lib/graphing@4.0.20) (2026-09-02)

### Bug Fixes

- **deps:** align versions with pie-elements-ng and upgrade [@visx](https://github.com/visx) to v4 PIE-926 ([16c5ff0](https://github.com/pie-framework/pie-lib/commit/16c5ff093a36fea98a46d5e2b37f95d9ec03025c))

## [4.0.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.18...@pie-lib/graphing@4.0.19) (2026-08-28)

### Bug Fixes

- **graphing:** give a new label a caret, not just the focus PIE-681 ([eccf0df](https://github.com/pie-framework/pie-lib/commit/eccf0df50183eab617bf492eec197a1ce9a55087))

## [4.0.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.17...@pie-lib/graphing@4.0.18) (2026-08-26)

### Bug Fixes

- **graphing:** hold the focus on a new label and save it on blur PIE-681 ([26c5f98](https://github.com/pie-framework/pie-lib/commit/26c5f9875b45f4495d76827633f28d82d93d8cb9))

## [4.0.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.16...@pie-lib/graphing@4.0.17) (2026-08-21)

### Bug Fixes

- **graphing:** focus a new label even if its tool was remounted PIE-681 ([663177b](https://github.com/pie-framework/pie-lib/commit/663177b95aa73f4f53ee2aff31c3bde750435d6e))

## [4.0.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.15...@pie-lib/graphing@4.0.16) (2026-08-18)

### Bug Fixes

- **graphing:** keep label input focused while it is being edited PIE-681 ([9c836f5](https://github.com/pie-framework/pie-lib/commit/9c836f5ab2437be4e48665426f3656561050c590))

## [4.0.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.14...@pie-lib/graphing@4.0.15) (2026-08-13)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.13...@pie-lib/graphing@4.0.14) (2026-07-31)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.12...@pie-lib/graphing@4.0.13) (2026-07-08)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.11...@pie-lib/graphing@4.0.12) (2026-07-01)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.10...@pie-lib/graphing@4.0.11) (2026-06-25)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.9...@pie-lib/graphing@4.0.10) (2026-06-19)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.8...@pie-lib/graphing@4.0.9) (2026-06-17)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.7...@pie-lib/graphing@4.0.8) (2026-06-12)

### Bug Fixes

- correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))

## [4.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.6...@pie-lib/graphing@4.0.7) (2026-06-03)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.5...@pie-lib/graphing@4.0.6) (2026-06-01)

### Bug Fixes

- **graphing:** make sure evaluate mode marks are not included in undo/redo history PIE-582 ([74f4820](https://github.com/pie-framework/pie-lib/commit/74f482052b5331d918212dcfd847a477f1e5e2d4))

## [4.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.4...@pie-lib/graphing@4.0.5) (2026-05-21)

### Bug Fixes

- add a bigger stroke for polygons PIE-451 ([4908eda](https://github.com/pie-framework/pie-lib/commit/4908edae1bb176575e18a5c5979cb3d4e9eb1454))

## [4.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3...@pie-lib/graphing@4.0.4) (2026-05-15)

### Bug Fixes

- **graphing:** avoid tools to have extra stroke on eval PD-451 ([b15e23a](https://github.com/pie-framework/pie-lib/commit/b15e23a11c4424dee372b0daea6ef89c2ec35be5))
- **graphing:** ensure polygon labels are disabled in student view, delete logs PIE-452 ([bd40387](https://github.com/pie-framework/pie-lib/commit/bd40387e228fad48227f77ee825f2f5d5d5ebff6))
- **graphing:** remove empty labels of tools PIE-452 ([c164061](https://github.com/pie-framework/pie-lib/commit/c164061b00674e7de5bf1d48a6dea36f5638b39c))

## [4.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.3...@pie-lib/graphing@4.0.3) (2026-05-07)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.3-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.2...@pie-lib/graphing@4.0.3-next.3) (2026-05-07)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.3-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.1...@pie-lib/graphing@4.0.3-next.2) (2026-05-06)

### Bug Fixes

- **graphing:** add return statement to prevent further execution in lineBase function PIE-519 ([3b95e6e](https://github.com/pie-framework/pie-lib/commit/3b95e6ed7ab83417f422ffe985a956b9a6a46db4))

## [4.0.3-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.0...@pie-lib/graphing@4.0.3-next.1) (2026-05-06)

**Note:** Version bump only for package @pie-lib/graphing

## [4.0.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.15...@pie-lib/graphing@4.0.3-next.0) (2026-05-06)

### Bug Fixes

- enhance drag handling and prevent click interference in draggable components. fix auto input label PIE-428 ([cc06766](https://github.com/pie-framework/pie-lib/commit/cc06766fab6960356f3e7f8975da1f12f3358a9e))
- ensure onClick is called for existing mark points/lines and does not interfere with drag PIE-426 PIE-427 ([1cb4f00](https://github.com/pie-framework/pie-lib/commit/1cb4f00118ff24ddffe4c1ee2a091daccafa4d15))
- **graphing/plot:** improve drag handling to prevent misidentifying clicks as drags PD-5598 ([40a65a3](https://github.com/pie-framework/pie-lib/commit/40a65a312ec06227309fceac848bb8c7a266b1bb))
- **graphing:** adjust axis label PD-5595 ([f462a1f](https://github.com/pie-framework/pie-lib/commit/f462a1f5563a6bb18443091c16d75064f2b31bad))
- **graphing:** color changes for graph buttons PD-5590 ([1053f44](https://github.com/pie-framework/pie-lib/commit/1053f44cd10521bf5e3431ac071fb3f18e97f467))
- **graphing:** defer focus call to ensure re-render completion PIE-520 ([3e3ae16](https://github.com/pie-framework/pie-lib/commit/3e3ae16f11d2193ae77db11d8bd19ec711f8b679))
- **graphing:** increase stroke width and improve pointer event handling for lines ([58e1b47](https://github.com/pie-framework/pie-lib/commit/58e1b476cccb43c2db7e685119a3268fce21808c))
- **graphing:** prevent new marks creation on existing points/lines during click events PIE-27 ([6c73a8e](https://github.com/pie-framework/pie-lib/commit/6c73a8e8317f3302c6d54dd9890c1d5a9fb02305))
- **graphing:** restore disabled/correctness styling on Line tool PIE-425 ([de26993](https://github.com/pie-framework/pie-lib/commit/de26993e35aa46437af9f6f9db5126218890dcf7))
- **graphing:** revert to previous disabled colors PD-5510 ([e50a991](https://github.com/pie-framework/pie-lib/commit/e50a991aaa20f134d338a3f27d6d46d68db02a57))
- unapplied padding PD-5450 ([5d92076](https://github.com/pie-framework/pie-lib/commit/5d92076e57b1106a9bcb746da97bf105427e77f5))

## [4.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.1...@pie-lib/graphing@4.0.2) (2026-05-04)

### Bug Fixes

- **graphing:** defer focus call to ensure re-render completion PIE-520 ([3e3ae16](https://github.com/pie-framework/pie-lib/commit/3e3ae16f11d2193ae77db11d8bd19ec711f8b679))

## [4.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.0...@pie-lib/graphing@4.0.1) (2026-04-28)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.38](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.37...@pie-lib/graphing@3.2.0-next.38) (2026-04-24)

### Bug Fixes

- enhance drag handling and prevent click interference in draggable components. fix auto input label PIE-428 ([cc06766](https://github.com/pie-framework/pie-lib/commit/cc06766fab6960356f3e7f8975da1f12f3358a9e))

# [3.2.0-next.37](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.36...@pie-lib/graphing@3.2.0-next.37) (2026-04-24)

### Bug Fixes

- ensure onClick is called for existing mark points/lines and does not interfere with drag PIE-426 PIE-427 ([1cb4f00](https://github.com/pie-framework/pie-lib/commit/1cb4f00118ff24ddffe4c1ee2a091daccafa4d15))

# [3.2.0-next.36](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.35...@pie-lib/graphing@3.2.0-next.36) (2026-04-23)

### Bug Fixes

- **graphing:** restore disabled/correctness styling on Line tool PIE-425 ([de26993](https://github.com/pie-framework/pie-lib/commit/de26993e35aa46437af9f6f9db5126218890dcf7))

# [3.2.0-next.35](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.34...@pie-lib/graphing@3.2.0-next.35) (2026-04-17)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.34](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.33...@pie-lib/graphing@3.2.0-next.34) (2026-04-16)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.33](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.32...@pie-lib/graphing@3.2.0-next.33) (2026-04-16)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.32](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.31...@pie-lib/graphing@3.2.0-next.32) (2026-04-16)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.31](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.30...@pie-lib/graphing@3.2.0-next.31) (2026-04-15)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.29...@pie-lib/graphing@3.2.0-next.30) (2026-04-15)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.28...@pie-lib/graphing@3.2.0-next.29) (2026-04-14)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.27...@pie-lib/graphing@3.2.0-next.28) (2026-04-13)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.26...@pie-lib/graphing@3.2.0-next.27) (2026-04-09)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.25...@pie-lib/graphing@3.2.0-next.26) (2026-04-09)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.24...@pie-lib/graphing@3.2.0-next.25) (2026-04-08)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.23...@pie-lib/graphing@3.2.0-next.24) (2026-04-07)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.22...@pie-lib/graphing@3.2.0-next.23) (2026-04-06)

### Bug Fixes

- **graphing:** prevent new marks creation on existing points/lines during click events PIE-27 ([6c73a8e](https://github.com/pie-framework/pie-lib/commit/6c73a8e8317f3302c6d54dd9890c1d5a9fb02305))

# [3.2.0-next.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.21...@pie-lib/graphing@3.2.0-next.22) (2026-04-03)

### Bug Fixes

- **graphing/plot:** improve drag handling to prevent misidentifying clicks as drags PD-5598 ([40a65a3](https://github.com/pie-framework/pie-lib/commit/40a65a312ec06227309fceac848bb8c7a266b1bb))
- **graphing:** increase stroke width and improve pointer event handling for lines ([58e1b47](https://github.com/pie-framework/pie-lib/commit/58e1b476cccb43c2db7e685119a3268fce21808c))
- unapplied padding PD-5450 ([5d92076](https://github.com/pie-framework/pie-lib/commit/5d92076e57b1106a9bcb746da97bf105427e77f5))

# [3.2.0-next.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.20...@pie-lib/graphing@3.2.0-next.21) (2026-03-31)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.19...@pie-lib/graphing@3.2.0-next.20) (2026-03-25)

### Bug Fixes

- **graphing:** adjust axis label PD-5595 ([f462a1f](https://github.com/pie-framework/pie-lib/commit/f462a1f5563a6bb18443091c16d75064f2b31bad))

# [3.2.0-next.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.18...@pie-lib/graphing@3.2.0-next.19) (2026-03-18)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.17...@pie-lib/graphing@3.2.0-next.18) (2026-03-18)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.16...@pie-lib/graphing@3.2.0-next.17) (2026-03-18)

### Bug Fixes

- **graphing:** color changes for graph buttons PD-5590 ([1053f44](https://github.com/pie-framework/pie-lib/commit/1053f44cd10521bf5e3431ac071fb3f18e97f467))
- **graphing:** revert to previous disabled colors PD-5510 ([e50a991](https://github.com/pie-framework/pie-lib/commit/e50a991aaa20f134d338a3f27d6d46d68db02a57))

# [3.2.0-next.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.15...@pie-lib/graphing@3.2.0-next.16) (2026-03-11)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.14...@pie-lib/graphing@3.2.0-next.15) (2026-03-11)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.13...@pie-lib/graphing@3.2.0-next.14) (2026-03-09)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.12...@pie-lib/graphing@3.2.0-next.13) (2026-03-06)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.11...@pie-lib/graphing@3.2.0-next.12) (2026-03-04)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.9...@pie-lib/graphing@3.2.0-next.11) (2026-02-26)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.8...@pie-lib/graphing@3.2.0-next.9) (2026-02-25)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.7...@pie-lib/graphing@3.2.0-next.8) (2026-02-25)

### Bug Fixes

- **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))

# [3.2.0-next.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.6...@pie-lib/graphing@3.2.0-next.7) (2026-02-25)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.5...@pie-lib/graphing@3.2.0-next.6) (2026-02-25)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.4...@pie-lib/graphing@3.2.0-next.5) (2026-02-25)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.3...@pie-lib/graphing@3.2.0-next.4) (2026-02-24)

**Note:** Version bump only for package @pie-lib/graphing

# [3.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.1...@pie-lib/graphing@3.2.0-next.3) (2026-02-24)

### Bug Fixes

- made sure placeholder works, math item does not blur editor, table toolbar contains correct extensions [PD-5616] [PD-5584] [PD-5627] ([9bc768f](https://github.com/pie-framework/pie-lib/commit/9bc768f4e4301f91cc768475f0defa545ee7b43d))

# [3.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.2...@pie-lib/graphing@3.1.0-next.4) (2026-01-27)

**Note:** Version bump only for package @pie-lib/graphing

# [3.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.1...@pie-lib/graphing@3.1.0-next.2) (2026-01-26)

**Note:** Version bump only for package @pie-lib/graphing

# [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.2...@pie-lib/graphing@3.1.0-next.1) (2026-01-26)

### Bug Fixes

- remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
- remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
- remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
- update graphing components - styling and correctness handling PD-5258 ([7f1d3ba](https://github.com/pie-framework/pie-lib/commit/7f1d3bade7271c8f95bb9a67352fc9a52888ffda))
- updated tip-tap with mui instead of material-ui [PD-5141] ([880d3ab](https://github.com/pie-framework/pie-lib/commit/880d3ab1d63aa12c7e975c882f50624200565737))
- use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))

### Features

- bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
- drag library update in graphing packages ([6638af8](https://github.com/pie-framework/pie-lib/commit/6638af83235a13b983b95587ba042bbdff61c4df))
- migrate from [@vx](https://github.com/vx) library to [@visx](https://github.com/visx) ([135bf60](https://github.com/pie-framework/pie-lib/commit/135bf605161bfbd0070ac181892df20931691ce3))
- packages/graphing mui update PD-5268 ([503e9fd](https://github.com/pie-framework/pie-lib/commit/503e9fd47f230503ca8133eb8a61cacc727bb0fe))
- sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))

# [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.3-next.0...@pie-lib/graphing@3.0.0-next.0) (2026-01-19)

**Note:** Version bump only for package @pie-lib/graphing

## [2.34.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.48.0-mui-update.0...@pie-lib/graphing@2.34.3-next.0) (2026-01-19)

**Note:** Version bump only for package @pie-lib/graphing

## [2.34.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.1...@pie-lib/graphing@2.34.2) (2025-11-27)

**Note:** Version bump only for package @pie-lib/graphing

## [2.34.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.2...@pie-lib/graphing@2.34.1) (2025-10-22)

**Note:** Version bump only for package @pie-lib/graphing

# [2.34.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.33.0...@pie-lib/graphing@2.34.0) (2025-10-16)

**Note:** Version bump only for package @pie-lib/graphing

# [2.33.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.33.0) (2025-10-16)

**Note:** Version bump only for package @pie-lib/graphing

# [2.32.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.32.0) (2025-10-16)

**Note:** Version bump only for package @pie-lib/graphing

# [2.31.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.31.0) (2025-10-16)

**Note:** Version bump only for package @pie-lib/graphing

## [2.30.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.1...@pie-lib/graphing@2.30.2) (2025-10-14)

**Note:** Version bump only for package @pie-lib/graphing

## [2.30.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.30.0...@pie-lib/graphing@2.30.1) (2025-10-09)

**Note:** Version bump only for package @pie-lib/graphing

# [2.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.30.0) (2025-09-25)

### Bug Fixes

- fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)

### Features

- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)

# [2.29.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.28.0...@pie-lib/graphing@2.29.0) (2025-09-18)

**Note:** Version bump only for package @pie-lib/graphing

# [2.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.27.0...@pie-lib/graphing@2.28.0) (2025-09-18)

**Note:** Version bump only for package @pie-lib/graphing

# [2.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.27.0) (2025-09-18)

### Bug Fixes

- fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)

### Features

- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)

# [2.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.25.0...@pie-lib/graphing@2.26.0) (2025-09-17)

**Note:** Version bump only for package @pie-lib/graphing

# [2.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.24.0...@pie-lib/graphing@2.25.0) (2025-09-17)

**Note:** Version bump only for package @pie-lib/graphing

# [2.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.23.1...@pie-lib/graphing@2.24.0) (2025-09-17)

**Note:** Version bump only for package @pie-lib/graphing

## [2.23.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.1) (2025-08-11)

### Bug Fixes

- fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)

### Features

- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)

# [2.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.0) (2025-08-07)

### Features

- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)

# [2.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.22.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.21.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.21.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.20.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.19.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.19.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.8) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.7) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.7) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.6) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.6) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.5) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.5) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.4) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.3) (2025-07-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.4) (2025-07-23)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.3) (2025-07-23)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.3) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.2) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.1) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.2) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.1) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.1) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.0) (2025-07-20)

**Note:** Version bump only for package @pie-lib/graphing

# [2.16.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0-beta.0) (2025-07-15)

**Note:** Version bump only for package @pie-lib/graphing

# [2.15.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.15.0-beta.0) (2025-07-15)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.20...@pie-lib/graphing@2.14.21) (2023-10-16)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.19...@pie-lib/graphing@2.14.20) (2023-10-03)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.18...@pie-lib/graphing@2.14.19) (2023-10-01)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.17...@pie-lib/graphing@2.14.18) (2023-09-28)

### Bug Fixes

- **graphing:** use red color to indicate a missing graph object PD-3209 ([250b350](https://github.com/pie-framework/pie-lib/commit/250b3509e7f10889fbbf39fd5d0dae4d0a5cf507))

## [2.14.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.16...@pie-lib/graphing@2.14.17) (2023-09-27)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.15...@pie-lib/graphing@2.14.16) (2023-09-27)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.14...@pie-lib/graphing@2.14.15) (2023-09-27)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.13...@pie-lib/graphing@2.14.14) (2023-09-25)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.12...@pie-lib/graphing@2.14.13) (2023-09-20)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.11...@pie-lib/graphing@2.14.12) (2023-09-20)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.10...@pie-lib/graphing@2.14.11) (2023-09-18)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.9...@pie-lib/graphing@2.14.10) (2023-09-14)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.8...@pie-lib/graphing@2.14.9) (2023-08-29)

### Bug Fixes

- **graphing:** adjust ploting position to match with the gridlines PD-3005 ([23c5727](https://github.com/pie-framework/pie-lib/commit/23c5727124309b6723517bbacbecd1c938858e6a))

## [2.14.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.7...@pie-lib/graphing@2.14.8) (2023-08-21)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.6...@pie-lib/graphing@2.14.7) (2023-08-15)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.5...@pie-lib/graphing@2.14.6) (2023-08-07)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.4...@pie-lib/graphing@2.14.5) (2023-07-31)

### Bug Fixes

- **graphing:** remove custom hover styling for action buttons PD-2059 ([4aa1e86](https://github.com/pie-framework/pie-lib/commit/4aa1e8607a8156228a11c0d30158cd50dacee294))

## [2.14.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.3...@pie-lib/graphing@2.14.4) (2023-07-24)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.2...@pie-lib/graphing@2.14.3) (2023-06-24)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.1...@pie-lib/graphing@2.14.2) (2023-06-13)

**Note:** Version bump only for package @pie-lib/graphing

## [2.14.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.0...@pie-lib/graphing@2.14.1) (2023-06-12)

**Note:** Version bump only for package @pie-lib/graphing

# [2.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.4...@pie-lib/graphing@2.14.0) (2023-06-12)

### Features

- started adding new mathMLOptions property PD-2150 ([175b45e](https://github.com/pie-framework/pie-lib/commit/175b45ecd98e9cc703bd7056b930f299a4345c75))

## [2.13.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.3...@pie-lib/graphing@2.13.4) (2023-06-12)

**Note:** Version bump only for package @pie-lib/graphing

## [2.13.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.2...@pie-lib/graphing@2.13.3) (2023-06-07)

### Bug Fixes

- prettier ([7ab7f22](https://github.com/pie-framework/pie-lib/commit/7ab7f22ac1cd0e5511036421d832ea2fbe5dd4f6))
- switching tool not working because it was using the button's text content, which doesn't work with translations ([0006efb](https://github.com/pie-framework/pie-lib/commit/0006efb12632b016d01ee327cc36a45b91cfff4b))

## [2.13.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.1...@pie-lib/graphing@2.13.2) (2023-06-06)

### Bug Fixes

- update graphing's usage of translator after breaking changes in the translator package ([d3081d2](https://github.com/pie-framework/pie-lib/commit/d3081d2fc6e27f3579d52e2fe5a7361aaf4b7b39))

## [2.13.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.13.0...@pie-lib/graphing@2.13.1) (2023-06-06)

**Note:** Version bump only for package @pie-lib/graphing

# [2.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.30...@pie-lib/graphing@2.13.0) (2023-06-06)

### Features

- added translator package for graphing PD-1208 ([99d1ad7](https://github.com/pie-framework/pie-lib/commit/99d1ad796707d2d613c4776df7d06e94c33fe07c))

## [2.12.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.29...@pie-lib/graphing@2.12.30) (2023-06-05)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.28...@pie-lib/graphing@2.12.29) (2023-05-18)

### Bug Fixes

- **graphing:** undo-redo issues ([38d5d2b](https://github.com/pie-framework/pie-lib/commit/38d5d2b4d2098d80b2d288874e0a8050be65caf4))

## [2.12.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.27...@pie-lib/graphing@2.12.28) (2023-05-12)

### Bug Fixes

- **graphing:** add new style for missing objects - PD-1026 ([4dba6c2](https://github.com/pie-framework/pie-lib/commit/4dba6c2dcafbf9f250f1379672cba63e5c805b10))
- **graphing:** update snapshot ([b237367](https://github.com/pie-framework/pie-lib/commit/b237367cac6cef2af22217b9f5b07dfa0f3291a0))

## [2.12.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.26...@pie-lib/graphing@2.12.27) (2023-05-01)

### Bug Fixes

- **graphing:** remove shouldComponentUpdate from polygon PD-2753 ([f90524f](https://github.com/pie-framework/pie-lib/commit/f90524f96c868393ce445b8daaa833f85ae17c50))

## [2.12.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.25...@pie-lib/graphing@2.12.26) (2023-04-25)

### Bug Fixes

- **graphing:** revert lint fix ([06de9cb](https://github.com/pie-framework/pie-lib/commit/06de9cb8e461cec90996de64cc9e79e2ab80882c))

## [2.12.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.24...@pie-lib/graphing@2.12.25) (2023-04-25)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.23...@pie-lib/graphing@2.12.24) (2023-04-19)

### Bug Fixes

- **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))

## [2.12.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.22...@pie-lib/graphing@2.12.23) (2023-04-14)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.21...@pie-lib/graphing@2.12.22) (2023-04-14)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.20...@pie-lib/graphing@2.12.21) (2023-04-07)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.19...@pie-lib/graphing@2.12.20) (2023-04-03)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.18...@pie-lib/graphing@2.12.19) (2023-03-27)

### Bug Fixes

- **graphing:** create method to generate randomId and updated tests-PD-2670 ([3e0790a](https://github.com/pie-framework/pie-lib/commit/3e0790ad3f233248fac0cfff5ba10f298cd339cb))

## [2.12.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.17...@pie-lib/graphing@2.12.18) (2023-03-20)

### Bug Fixes

- **graphing:** avoid components to have same id - PD-2670 ([94fdaaa](https://github.com/pie-framework/pie-lib/commit/94fdaaaec65530e3217de0e4e3e98a9ef9bcd47f))

## [2.12.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.16...@pie-lib/graphing@2.12.17) (2023-03-13)

### Bug Fixes

- **graphing:** fix arrow heads PD-2653 ([4d4e625](https://github.com/pie-framework/pie-lib/commit/4d4e6255e3e874d90813e0bb787180fd3e8e6091))
- **graphing:** set diff between min and max to 0.05: PD-2673 ([e8862b6](https://github.com/pie-framework/pie-lib/commit/e8862b6f2f41fbfe431630b386ba999a3095cb0a))

## [2.12.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.15...@pie-lib/graphing@2.12.16) (2023-03-06)

### Bug Fixes

- **graphing:** fix undo and redo not working in gather PD-2677 ([5e4eea3](https://github.com/pie-framework/pie-lib/commit/5e4eea3173244ce0fc99cf8aa468fe34d5950090))
- **graphing:** replaced horizontal and vertical lines values between them PD-2674 ([ee37a40](https://github.com/pie-framework/pie-lib/commit/ee37a405d52cfc7db1368c84ca7ccd611c67aca5))
- **graphing:** replaced horizontal and vertical lines values between them PD-2674 ([7768cb2](https://github.com/pie-framework/pie-lib/commit/7768cb2cd76d14334ab3f5f7705408e94aa6145e))

## [2.12.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.13...@pie-lib/graphing@2.12.15) (2023-02-28)

### Bug Fixes

- version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))

## [2.12.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.12...@pie-lib/graphing@2.12.13) (2023-02-28)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.10...@pie-lib/graphing@2.12.12) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.9...@pie-lib/graphing@2.12.10) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.8...@pie-lib/graphing@2.12.9) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.7...@pie-lib/graphing@2.12.8) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.5...@pie-lib/graphing@2.12.7) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.3...@pie-lib/graphing@2.12.5) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.1...@pie-lib/graphing@2.12.3) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

## [2.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.0...@pie-lib/graphing@2.12.1) (2023-01-31)

**Note:** Version bump only for package @pie-lib/graphing

# [2.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.9...@pie-lib/graphing@2.12.0) (2023-01-16)

### Bug Fixes

- **graphing:** add background for objects labels PD-2061 ([f27ba7a](https://github.com/pie-framework/pie-lib/commit/f27ba7a1f8f476f9b9806505d1b3271057793921))
- **graphing:** fix calculation for mark-label coordinates, fix and update tests ([84bedd2](https://github.com/pie-framework/pie-lib/commit/84bedd2139cd2b5578b951ccb32f4f29917ff6e1))
- **graphing:** fix calculation for mark-label coordinates, fix and update tests ([a83213d](https://github.com/pie-framework/pie-lib/commit/a83213d26d28ca41c2e9575f619adb8006b4e5ee))
- **graphing:** fix calculation for mark-label coordinates, fix and update tests ([09c1445](https://github.com/pie-framework/pie-lib/commit/09c1445e7b60a2ad10120a78e3f54acdfc162cbe))
- **graphing:** fix mark labels position for touch devices ([12a2362](https://github.com/pie-framework/pie-lib/commit/12a2362f013b677ef912a75f212e68af1399af5e))
- **graphing:** fix style for points, refactor ([5d5893b](https://github.com/pie-framework/pie-lib/commit/5d5893bbb993081b79ad712ed362d350574853ed))
- **graphing:** make the base point tappable on touch devices ([d633d64](https://github.com/pie-framework/pie-lib/commit/d633d64ec1b5dde39513d49b6697f3bc12d0d994))
- **graphing:** make the label tool responsive wip ([0694f9c](https://github.com/pie-framework/pie-lib/commit/0694f9c2816c58f16c52c4deeba04da2d55d3a54))
- **graphing:** try to make the point tappable on touch devices ([7cfb116](https://github.com/pie-framework/pie-lib/commit/7cfb1165496b60b392c90585038f2d3f30c5e261))

### Features

- added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))

## [2.11.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.8...@pie-lib/graphing@2.11.9) (2023-01-04)

**Note:** Version bump only for package @pie-lib/graphing

## [2.11.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.7...@pie-lib/graphing@2.11.8) (2023-01-03)

**Note:** Version bump only for package @pie-lib/graphing

## [2.11.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.6...@pie-lib/graphing@2.11.7) (2022-12-19)

### Bug Fixes

- **garphing:** update model when polygon labels have changed PD-993 ([cb8e0a7](https://github.com/pie-framework/pie-lib/commit/cb8e0a75533a3944d81984d0775b3b79134265f2))
- **graphing:** adjust clickable area for plotable shapes PD-1958 ([6396096](https://github.com/pie-framework/pie-lib/commit/63960962aea5db5fa6584e464e5478972db7feb8))
- **graphing:** update graph store if marks are changed ([90d7176](https://github.com/pie-framework/pie-lib/commit/90d717675abc32788086edd02fcd96706b5a50f6))

## [2.11.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.5...@pie-lib/graphing@2.11.6) (2022-12-06)

**Note:** Version bump only for package @pie-lib/graphing

## [2.11.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.4...@pie-lib/graphing@2.11.5) (2022-11-29)

**Note:** Version bump only for package @pie-lib/graphing

## [2.11.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.3...@pie-lib/graphing@2.11.4) (2022-11-23)

**Note:** Version bump only for package @pie-lib/graphing

## [2.11.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.2...@pie-lib/graphing@2.11.3) (2022-11-23)

**Note:** Version bump only for package @pie-lib/graphing

## [2.11.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.1...@pie-lib/graphing@2.11.2) (2022-10-17)

### Bug Fixes

- **graphing:** increase draggable zone for graphing base point for better interaction with touchscreen devices ([50fc498](https://github.com/pie-framework/pie-lib/commit/50fc49825c14bf2248e773b4cbaecb309a4fb814))

## [2.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.11.0...@pie-lib/graphing@2.11.1) (2022-09-29)

**Note:** Version bump only for package @pie-lib/graphing

# [2.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.3...@pie-lib/graphing@2.11.0) (2022-09-28)

### Bug Fixes

- **editable-html, graphing:** Add support to remove scrollbar from editable-html and removed scrollbar from graphing labels PD-1968 ([d04a0d3](https://github.com/pie-framework/pie-lib/commit/d04a0d3bc66d4b861f60b24198301459c15bd151))

### Features

- **graphing, plot:** moved graphing labels to plot package + fixed math input + added support for labels rotation PD-1962 ([a85ec39](https://github.com/pie-framework/pie-lib/commit/a85ec3911dd1f6bc89e4eb20a19ef8f957deebf1))

## [2.10.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.2...@pie-lib/graphing@2.10.3) (2022-09-14)

**Note:** Version bump only for package @pie-lib/graphing

## [2.10.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.1...@pie-lib/graphing@2.10.2) (2022-08-30)

**Note:** Version bump only for package @pie-lib/graphing

## [2.10.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.10.0...@pie-lib/graphing@2.10.1) (2022-08-29)

### Bug Fixes

- **graphing:** fix errors that appear in IBX in console ([b07b7c7](https://github.com/pie-framework/pie-lib/commit/b07b7c718bef596b3963a1f9b626f12ff575a86a))

# [2.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.9.1...@pie-lib/graphing@2.10.0) (2022-08-15)

### Features

- **graphing, plot:** added pixel guide lines + ui improvements ([02ddff1](https://github.com/pie-framework/pie-lib/commit/02ddff1aed6a279b8a4ae1fcf100c766596c29c4))

## [2.9.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.9.0...@pie-lib/graphing@2.9.1) (2022-08-08)

**Note:** Version bump only for package @pie-lib/graphing

# [2.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.8.1...@pie-lib/graphing@2.9.0) (2022-08-01)

### Features

- **graphing, editable-html, plot:** Added the ability to edit/center title and lables PD-1605 PD-1690 ([dd18f92](https://github.com/pie-framework/pie-lib/commit/dd18f92e19d8be98917cd4f19eb7211122d2b7fb))

## [2.8.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.8.0...@pie-lib/graphing@2.8.1) (2022-07-18)

**Note:** Version bump only for package @pie-lib/graphing

# [2.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.7.0...@pie-lib/graphing@2.8.0) (2022-07-18)

### Features

- **graphing:** added drag and drop sorting for toolbar tools PD-1607 ([2463c86](https://github.com/pie-framework/pie-lib/commit/2463c86bf6ff42222e98e4344fc6c9fd040d9774))

# [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.3...@pie-lib/graphing@2.7.0) (2022-06-27)

### Features

- **graphing:** added collapsible panel for graph toolbar PD-1693 ([4268bb0](https://github.com/pie-framework/pie-lib/commit/4268bb06093d1fabf82d9f5c2d8fd81f9788a4fe))
- **graphing:** Added default value for current drawing tool PD-1689 ([bc9b1b0](https://github.com/pie-framework/pie-lib/commit/bc9b1b00d64d50d138f3ab0991957d9fecaed17b))
- **graphing:** Added the ability to control the fields displayed into Grid Setup PD-1688 ([1f0f3eb](https://github.com/pie-framework/pie-lib/commit/1f0f3eb58c5dcd923e2452a0071bf1de40535bb2))
- added support for graph configuration constraints PD-1683 PD-1684 PD-1686 ([8da7426](https://github.com/pie-framework/pie-lib/commit/8da74260b28332b976fa1c50796e74679fd46a13))
- created setup panel and added basic functionalities PD-1679 ([183eda1](https://github.com/pie-framework/pie-lib/commit/183eda10b2f4128cd831c5b27f14ebccb6b3e7b2))

## [2.6.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.2...@pie-lib/graphing@2.6.3) (2022-06-13)

**Note:** Version bump only for package @pie-lib/graphing

## [2.6.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.1...@pie-lib/graphing@2.6.2) (2022-05-30)

### Bug Fixes

- unable to load items locally ([17ab686](https://github.com/pie-framework/pie-lib/commit/17ab6864557288aef6ec1d9a130cb508e2591562))

## [2.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.6.0...@pie-lib/graphing@2.6.1) (2022-05-24)

**Note:** Version bump only for package @pie-lib/graphing

# [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.5.1...@pie-lib/graphing@2.6.0) (2022-05-10)

### Features

- **graphing:** new design treatment for gridlines PD-1691 ([ee06081](https://github.com/pie-framework/pie-lib/commit/ee06081141cf343ed6767ef203a7629e6c873c5c))
- **graphing, plot:** Added padding between labels and graph without changing the size of graph PD-1604 ([aa93191](https://github.com/pie-framework/pie-lib/commit/aa931910c56efddaf54d4586dc0730a9688e25e3))

## [2.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.5.0...@pie-lib/graphing@2.5.1) (2022-05-04)

### Bug Fixes

- **graphing:** removed problematic componentDidUpdate ([9347554](https://github.com/pie-framework/pie-lib/commit/93475543422bbb7a62d82121751c2e10969904ec))

# [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.17...@pie-lib/graphing@2.5.0) (2022-05-03)

### Features

- **graphing:** updated store on model change PD-1608 ([a3744dd](https://github.com/pie-framework/pie-lib/commit/a3744dd74d90cca280b90657cbd558ce7ab9c288))

## [2.4.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.16...@pie-lib/graphing@2.4.17) (2022-04-28)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.15...@pie-lib/graphing@2.4.16) (2022-03-22)

### Bug Fixes

- Do not change object at address. Instead, create a clone. ([2b683d7](https://github.com/pie-framework/pie-lib/commit/2b683d76853bf057388e6a223671eef3a040dbbf))

## [2.4.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.14...@pie-lib/graphing@2.4.15) (2022-03-22)

### Bug Fixes

- Force disable for background marks ([755cfbc](https://github.com/pie-framework/pie-lib/commit/755cfbcb0c878c8857be28aaeeff6e4a8d6b4e71))

## [2.4.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.13...@pie-lib/graphing@2.4.14) (2022-03-22)

### Bug Fixes

- Apply different disable styles for background mark and when mark label is not in edit mode. ([a1657ec](https://github.com/pie-framework/pie-lib/commit/a1657ec7562c96bf760bbf936686816700a7d739))

## [2.4.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.12...@pie-lib/graphing@2.4.13) (2022-03-22)

### Bug Fixes

- add UI indicator for disabled labels ([d274b3e](https://github.com/pie-framework/pie-lib/commit/d274b3eb024ab909a06d345bf17bc9f23e5d2db0))
- disable labels for the background marks ([c43a269](https://github.com/pie-framework/pie-lib/commit/c43a26941016490b2687f98b2e02c934a96c02ac))

## [2.4.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.11...@pie-lib/graphing@2.4.12) (2022-03-21)

### Bug Fixes

- **graphing:** Adjusted vector arrow orientation angle and fixed rendering issue PD-1602 ([0ebf305](https://github.com/pie-framework/pie-lib/commit/0ebf3059707c868145ef85a14c417cbe01f82491))

## [2.4.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.10...@pie-lib/graphing@2.4.11) (2022-03-21)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.9...@pie-lib/graphing@2.4.10) (2022-03-07)

### Bug Fixes

- **graphing:** Adjusted the thickness of the shapes when the distance between lines is too small PD-180 ([8ea20a6](https://github.com/pie-framework/pie-lib/commit/8ea20a61ea02d3e1084f3e10e645a76d580c39b5))
- **graphing:** Extended the range and domain axes and also the line and ray endings PD-1509 ([97e43c6](https://github.com/pie-framework/pie-lib/commit/97e43c6ab0ab85dd314cff97fb84a85113ab39a0))
- **graphing:** Increased the calculation accuracy and adjusted range labels PD-1596 ([7cc7570](https://github.com/pie-framework/pie-lib/commit/7cc75701fd759f7e7888e5cccc261978f6e036b0))
- **graphing:** Should not be possible to plot duplicate/identical objects and should be able to choose a point from an existing object when defining a new object PD-1599 PD-1586 ([ac8502d](https://github.com/pie-framework/pie-lib/commit/ac8502dbe3c7e1a4a663bbe56f7f5ff8bab04430))

## [2.4.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.8...@pie-lib/graphing@2.4.9) (2022-02-04)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.7...@pie-lib/graphing@2.4.8) (2022-02-03)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.6...@pie-lib/graphing@2.4.7) (2022-01-10)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.5...@pie-lib/graphing@2.4.6) (2021-12-13)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.4...@pie-lib/graphing@2.4.5) (2021-11-29)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.3...@pie-lib/graphing@2.4.4) (2021-09-08)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.2...@pie-lib/graphing@2.4.3) (2021-09-08)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.1...@pie-lib/graphing@2.4.2) (2021-08-30)

**Note:** Version bump only for package @pie-lib/graphing

## [2.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.4.0...@pie-lib/graphing@2.4.1) (2021-08-04)

**Note:** Version bump only for package @pie-lib/graphing

# [2.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.3.2...@pie-lib/graphing@2.4.0) (2021-07-23)

### Features

- **graphing:** control over whether arrows are displayed PD-483 ([dc9c8f8](https://github.com/pie-framework/pie-lib/commit/dc9c8f8))
- **graphing:** Display point coordinates on hover PD-188 ([ed38fef](https://github.com/pie-framework/pie-lib/commit/ed38fef))

## [2.3.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.3.0...@pie-lib/graphing@2.3.2) (2021-06-25)

**Note:** Version bump only for package @pie-lib/graphing

# [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.21...@pie-lib/graphing@2.3.0) (2021-06-25)

### Bug Fixes

- **graphing:** correctly calculate tick values for when step has 3 decimals. Add sanity check for graph label PD-991 ([5b1d85b](https://github.com/pie-framework/pie-lib/commit/5b1d85b))
- **graphing:** Removed non-functional buttons PD-545 ([1884b9d](https://github.com/pie-framework/pie-lib/commit/1884b9d))

### Features

- **graphing:** Added the ability to label shapes other than point - PD-486 ([ad1ea5a](https://github.com/pie-framework/pie-lib/commit/ad1ea5a))
- **graphing:** Disallowed invalid point movements and placements PD-484 ([88ad2c4](https://github.com/pie-framework/pie-lib/commit/88ad2c4))

## [2.2.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.20...@pie-lib/graphing@2.2.21) (2021-04-06)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.19...@pie-lib/graphing@2.2.20) (2021-04-02)

### Bug Fixes

- **graphing:** denote labels as non-readable ([a59a9ba](https://github.com/pie-framework/pie-lib/commit/a59a9ba))
- **graphing:** Modified labels size and bug fixes ([e6dd79a](https://github.com/pie-framework/pie-lib/commit/e6dd79a))

## [2.2.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.18...@pie-lib/graphing@2.2.19) (2021-03-22)

### Bug Fixes

- **graphing:** fix arrow positioning for any angle PD-495 ([33cc936](https://github.com/pie-framework/pie-lib/commit/33cc936))

## [2.2.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.17...@pie-lib/graphing@2.2.18) (2021-03-17)

### Bug Fixes

- **graphing:** ROLLBACK - fix arrow positioning PD-495 ([8af59e7](https://github.com/pie-framework/pie-lib/commit/8af59e7))

## [2.2.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.16...@pie-lib/graphing@2.2.17) (2021-03-16)

### Bug Fixes

- **graphing:** fix arrow positioning PD-495 ([36a87cf](https://github.com/pie-framework/pie-lib/commit/36a87cf))

## [2.2.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.15...@pie-lib/graphing@2.2.16) (2021-03-15)

### Bug Fixes

- **graphing:** increase width and height for labels, depending on labels length PD-988 ([5f64c47](https://github.com/pie-framework/pie-lib/commit/5f64c47))
- **graphing:** increase width for range axisLabel PD-988 ([e4e5b8f](https://github.com/pie-framework/pie-lib/commit/e4e5b8f))
- **graphing:** set height depending on number of words of axisLabel PD-988 ([210b3af](https://github.com/pie-framework/pie-lib/commit/210b3af))

## [2.2.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.14...@pie-lib/graphing@2.2.15) (2021-03-01)

### Bug Fixes

- **graphing:** positioning of the numeric labels on the x- and y- axes for 0 and -1 PD-529 ([c33c82b](https://github.com/pie-framework/pie-lib/commit/c33c82b))
- **graphing:** where '-n' [x] and '-n' [y] would overlap if positioned normally, only one '-n' label should be displayed and centered PD-529 ([946657f](https://github.com/pie-framework/pie-lib/commit/946657f))

## [2.2.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.13...@pie-lib/graphing@2.2.14) (2021-03-01)

### Bug Fixes

- **graphing:** in OT buttons and tool labels are too small, override fontSize of 0.8125rem and fontSize of 0.8125rem PD-24 ([4f58952](https://github.com/pie-framework/pie-lib/commit/4f58952))

## [2.2.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.12...@pie-lib/graphing@2.2.13) (2021-02-15)

### Bug Fixes

- **graphing:** reset markups on pushing reset ([3a10924](https://github.com/pie-framework/pie-lib/commit/3a10924))

## [2.2.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.10...@pie-lib/graphing@2.2.12) (2021-02-15)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.9...@pie-lib/graphing@2.2.10) (2021-02-15)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.8...@pie-lib/graphing@2.2.9) (2021-02-01)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.7...@pie-lib/graphing@2.2.8) (2021-01-28)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.6...@pie-lib/graphing@2.2.7) (2021-01-28)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.5...@pie-lib/graphing@2.2.6) (2021-01-25)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.4...@pie-lib/graphing@2.2.5) (2021-01-11)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.3...@pie-lib/graphing@2.2.4) (2020-10-29)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.2...@pie-lib/graphing@2.2.3) (2020-10-26)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.1...@pie-lib/graphing@2.2.2) (2020-10-26)

**Note:** Version bump only for package @pie-lib/graphing

## [2.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.2.0...@pie-lib/graphing@2.2.1) (2020-10-19)

**Note:** Version bump only for package @pie-lib/graphing

# [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.1.0...@pie-lib/graphing@2.2.0) (2020-10-15)

### Features

- **graphing:** finalize color theme support ([a9144e7](https://github.com/pie-framework/pie-lib/commit/a9144e7))

# [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.0.0...@pie-lib/graphing@2.1.0) (2020-10-07)

### Features

- **graphing:** color theme support added ([489711a](https://github.com/pie-framework/pie-lib/commit/489711a))

# [2.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.23...@pie-lib/graphing@2.0.0) (2020-05-15)

### Bug Fixes

- Graphing issues and inconsistencies PD-123 ([291b053](https://github.com/pie-framework/pie-lib/commit/291b053))

### BREAKING CHANGES

- tools, currentTool, defaultTool and hideLabel should not be used as params anymore, instead, send only toolbarTools, which is an array of strings, where each string should be a valid tool type. eg. ['point', 'line', 'label']

## [1.2.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.22...@pie-lib/graphing@1.2.23) (2020-04-14)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.21...@pie-lib/graphing@1.2.22) (2020-04-08)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.20...@pie-lib/graphing@1.2.21) (2020-03-31)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.19...@pie-lib/graphing@1.2.20) (2020-03-31)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.18...@pie-lib/graphing@1.2.19) (2020-03-31)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.17...@pie-lib/graphing@1.2.18) (2020-03-30)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.16...@pie-lib/graphing@1.2.17) (2020-03-30)

### Bug Fixes

- bad exports ([b74730b](https://github.com/pie-framework/pie-lib/commit/b74730b))

## [1.2.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.15...@pie-lib/graphing@1.2.16) (2020-03-30)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.14...@pie-lib/graphing@1.2.15) (2020-03-30)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.13...@pie-lib/graphing@1.2.14) (2020-03-30)

### Bug Fixes

- correct export syntax ([db7fcc0](https://github.com/pie-framework/pie-lib/commit/db7fcc0))

## [1.2.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.12...@pie-lib/graphing@1.2.13) (2020-03-30)

### Bug Fixes

- correct export syntax ([32d1fc2](https://github.com/pie-framework/pie-lib/commit/32d1fc2))

## [1.2.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.11...@pie-lib/graphing@1.2.12) (2020-03-30)

### Bug Fixes

- add module prop to package.json ([40fb305](https://github.com/pie-framework/pie-lib/commit/40fb305))
- bad imports accessing lib ([518decc](https://github.com/pie-framework/pie-lib/commit/518decc))
- correct bad import from a 'lib' dir ([e0adbbe](https://github.com/pie-framework/pie-lib/commit/e0adbbe))

## [1.2.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.10...@pie-lib/graphing@1.2.11) (2020-03-18)

### Bug Fixes

- 4136: Parabola graphing is amiss ([f915685](https://github.com/pie-framework/pie-lib/commit/f915685))
- 4156: On Graphing items that provide the Label tool, it cannot be used to label points that are used to define other plot objects. ([dc19bdb](https://github.com/pie-framework/pie-lib/commit/dc19bdb))

## [1.2.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.9...@pie-lib/graphing@1.2.10) (2020-03-06)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.8...@pie-lib/graphing@1.2.9) (2020-02-25)

### Bug Fixes

- ch5349, ch5736 & ch4155: ([f0da1b7](https://github.com/pie-framework/pie-lib/commit/f0da1b7))

## [1.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.7...@pie-lib/graphing@1.2.8) (2020-02-18)

### Bug Fixes

- 4044: A non-ASCII character in a Graphing domain label is represented by HTML-style markup. ([0493922](https://github.com/pie-framework/pie-lib/commit/0493922))
- 5325: Graphing: Axis labels overlapping numeric labels ([678c61a](https://github.com/pie-framework/pie-lib/commit/678c61a))

## [1.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.6...@pie-lib/graphing@1.2.7) (2020-02-11)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.5...@pie-lib/graphing@1.2.6) (2019-11-19)

### Bug Fixes

- ch3738 - support html in axis label ([82bfca1](https://github.com/pie-framework/pie-lib/commit/82bfca1))

## [1.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.4...@pie-lib/graphing@1.2.5) (2019-10-08)

### Bug Fixes

- **graphing:** Graphing: Origin should be labeled. ([9045d34](https://github.com/pie-framework/pie-lib/commit/9045d34))

## [1.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.3...@pie-lib/graphing@1.2.4) (2019-08-21)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.2...@pie-lib/graphing@1.2.3) (2019-08-05)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.1...@pie-lib/graphing@1.2.2) (2019-07-19)

**Note:** Version bump only for package @pie-lib/graphing

## [1.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.2.0...@pie-lib/graphing@1.2.1) (2019-07-16)

**Note:** Version bump only for package @pie-lib/graphing

# [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.1.1...@pie-lib/graphing@1.2.0) (2019-07-09)

### Features

- Axis labels should render markup, so HTML tags should be shown. Make the toolbar to fit inside the graph box. ([c187aa4](https://github.com/pie-framework/pie-lib/commit/c187aa4))

## [1.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.1.0...@pie-lib/graphing@1.1.1) (2019-07-08)

**Note:** Version bump only for package @pie-lib/graphing

# [1.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.4...@pie-lib/graphing@1.1.0) (2019-07-05)

### Features

- Added hideLabel property in order to toggle the Label button from the toolbar. ([448c6d8](https://github.com/pie-framework/pie-lib/commit/448c6d8))

## [1.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.3...@pie-lib/graphing@1.0.4) (2019-07-02)

**Note:** Version bump only for package @pie-lib/graphing

## [1.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.2...@pie-lib/graphing@1.0.3) (2019-07-02)

### Bug Fixes

- avoid app crash when tools not defined. ([54915cc](https://github.com/pie-framework/pie-lib/commit/54915cc))

## [1.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.1...@pie-lib/graphing@1.0.2) (2019-07-01)

### Bug Fixes

- rm selected from MiniButton ([3079d35](https://github.com/pie-framework/pie-lib/commit/3079d35))

## [1.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@1.0.0...@pie-lib/graphing@1.0.1) (2019-06-28)

**Note:** Version bump only for package @pie-lib/graphing

# [1.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.3.0...@pie-lib/graphing@1.0.0) (2019-06-28)

### Bug Fixes

- fixed polygon color when is correct ([d02d8b1](https://github.com/pie-framework/pie-lib/commit/d02d8b1))
- removed correctnessMarks and displayedTools ([6043e88](https://github.com/pie-framework/pie-lib/commit/6043e88))

### Features

- add `toolbar` flag to each tool ([c32ec2c](https://github.com/pie-framework/pie-lib/commit/c32ec2c))
- Added possibility to change currentTool. ([a705a29](https://github.com/pie-framework/pie-lib/commit/a705a29))
- Disabled drawing in evaluate mode. ([00dd6d7](https://github.com/pie-framework/pie-lib/commit/00dd6d7))
- If 'evaluate' mode, don't show control buttons. ([8345539](https://github.com/pie-framework/pie-lib/commit/8345539))
- update currentTool when tools in toolbar change ([2e5e1c9](https://github.com/pie-framework/pie-lib/commit/2e5e1c9))
- Use props.currentTool only if props.displayedTools doesn't contain this.state.currentTool no more ([a4fd2df](https://github.com/pie-framework/pie-lib/commit/a4fd2df))
- When in 'evaluate' mode, hide controls. ([a57da65](https://github.com/pie-framework/pie-lib/commit/a57da65))

### BREAKING CHANGES

- Graph 'tools' expected property has to be an array of objects having this form: { display: bool, Component: tool }

# [0.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.2.0...@pie-lib/graphing@0.3.0) (2019-06-17)

### Bug Fixes

- app was crashing when trying to edit graph labels ([9482ff9](https://github.com/pie-framework/pie-lib/commit/9482ff9))
- backgroundMarks were not displaying anymore proper colors for disabled, correct and incorrect. Circle was crashing. ([0551120](https://github.com/pie-framework/pie-lib/commit/0551120))
- labels not vertically align as expected for numbers greater than 99 ([fef214f](https://github.com/pie-framework/pie-lib/commit/fef214f))

### Features

- added displayedTools property which determines which tools should appear in tool-menu. If it's not set, all tools from tools array will appear. ([3eec9fb](https://github.com/pie-framework/pie-lib/commit/3eec9fb))
- Added possibility to plot shapes that include defining points colocated with the defining points of other shapes ([f616f34](https://github.com/pie-framework/pie-lib/commit/f616f34))
- Added possibility to plot shapes that include defining points colocated with the defining points of other shapes for point as well. ([32a1501](https://github.com/pie-framework/pie-lib/commit/32a1501))

# [0.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.12...@pie-lib/graphing@0.2.0) (2019-06-12)

### Bug Fixes

- fix bounded drag calculation ([08097bd](https://github.com/pie-framework/pie-lib/commit/08097bd))

### Features

- graphing updates ([f347e4c](https://github.com/pie-framework/pie-lib/commit/f347e4c))

## [0.1.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.11...@pie-lib/graphing@0.1.12) (2019-03-15)

### Bug Fixes

- rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))

## [0.1.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.10...@pie-lib/graphing@0.1.11) (2019-03-14)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.9...@pie-lib/graphing@0.1.10) (2019-03-14)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.8...@pie-lib/graphing@0.1.9) (2019-03-14)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.7...@pie-lib/graphing@0.1.8) (2019-03-14)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.6...@pie-lib/graphing@0.1.7) (2019-03-13)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.5...@pie-lib/graphing@0.1.6) (2019-03-13)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.4...@pie-lib/graphing@0.1.5) (2019-03-13)

**Note:** Version bump only for package @pie-lib/graphing

## [0.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.2...@pie-lib/graphing@0.1.4) (2019-02-17)

### Bug Fixes

- force version bump ([dd057a5](https://github.com/pie-framework/pie-lib/commit/dd057a5))

## [0.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.1...@pie-lib/graphing@0.1.2) (2019-02-17)

### Bug Fixes

- fix tests ([1363aa4](https://github.com/pie-framework/pie-lib/commit/1363aa4))

## [0.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@0.1.0...@pie-lib/graphing@0.1.1) (2019-01-30)

**Note:** Version bump only for package @pie-lib/graphing

# 0.1.0 (2019-01-30)

### Features

- new graphing package ([8782bf8](https://github.com/pie-framework/pie-lib/commit/8782bf8))

<a name="2.3.5"></a>

## [2.3.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.4...@pie-lib/charting@2.3.5) (2018-09-12)

### Bug Fixes

- githead ([3e485e0](https://github.com/pie-framework/pie-lib/commit/3e485e0))
- rm githead ([a1523aa](https://github.com/pie-framework/pie-lib/commit/a1523aa))

<a name="2.3.4"></a>

## [2.3.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.2...@pie-lib/charting@2.3.4) (2018-09-12)

**Note:** Version bump only for package @pie-lib/charting

<a name="2.3.3"></a>

## [2.3.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.2...@pie-lib/charting@2.3.3) (2018-09-12)

**Note:** Version bump only for package @pie-lib/charting

<a name="2.3.2"></a>

## [2.3.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.1...@pie-lib/charting@2.3.2) (2018-07-18)

**Note:** Version bump only for package @pie-lib/charting

<a name="2.3.1"></a>

## [2.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.3.0...@pie-lib/charting@2.3.1) (2018-06-07)

### Bug Fixes

- **lineUtils:** pointsFromExpression calculate using when x and y are 0 ([d641fcd](https://github.com/pie-framework/pie-lib/commit/d641fcd))

<a name="2.3.0"></a>

# [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.3...@pie-lib/charting@2.3.0) (2018-05-28)

### Bug Fixes

- **expression:** handle vertical lines which have no slope ([2cd6bb0](https://github.com/pie-framework/pie-lib/commit/2cd6bb0))

### Features

- add Expression.equals method ([5ae0c1e](https://github.com/pie-framework/pie-lib/commit/5ae0c1e))

<a name="2.2.3"></a>

## [2.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.2...@pie-lib/charting@2.2.3) (2018-05-16)

**Note:** Version bump only for package @pie-lib/charting

<a name="2.2.2"></a>

## [2.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.1...@pie-lib/charting@2.2.2) (2018-05-15)

**Note:** Version bump only for package @pie-lib/charting

<a name="2.2.1"></a>

## [2.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.2.0...@pie-lib/charting@2.2.1) (2018-05-09)

### Bug Fixes

- **lint:** lint fixes ([f059583](https://github.com/pie-framework/pie-lib/commit/f059583))

<a name="2.2.0"></a>

# [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.1.0...@pie-lib/charting@2.2.0) (2018-04-24)

### Features

- **dependencies:** version bump ([31bd3b3](https://github.com/pie-framework/pie-lib/commit/31bd3b3))

<a name="2.1.0"></a>

# [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.0.1...@pie-lib/charting@2.1.0) (2018-04-23)

### Features

- **point-intercept:** add title label to top of chart ([71ba936](https://github.com/pie-framework/pie-lib/commit/71ba936))

<a name="2.0.1"></a>

## [2.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@2.0.0...@pie-lib/charting@2.0.1) (2018-04-20)

**Note:** Version bump only for package @pie-lib/charting

<a name="1.0.0"></a>

# [1.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@0.1.0...@pie-lib/charting@1.0.0) (2018-04-13)

### Bug Fixes

- **dependencies:** use react 16 and latest material-ui ([2ac4f97](https://github.com/pie-framework/pie-lib/commit/2ac4f97))

### BREAKING CHANGES

- **dependencies:** react@^16.3.1 is required as a dependency.

<a name="0.1.0"></a>

# 0.1.0 (2018-04-02)

### Features

- **charting:** new charting package ([97c2f60](https://github.com/pie-framework/pie-lib/commit/97c2f60))
