File tree Expand file tree Collapse file tree 15 files changed +100
-8
lines changed
Expand file tree Collapse file tree 15 files changed +100
-8
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # 1.27.0 (2025-09-22)
7+
8+ ### Features
9+
10+ - ** Tooltip:** add customTotalCalculation function
11+ ([ #2043 ] ( https://github.com/carbon-design-system/carbon-charts/issues/2043 ) )
12+ ([ a80744f] ( https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a ) )
13+
14+ # Change Log
15+
16+ All notable changes to this project will be documented in this file. See
17+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
18+
619## 1.26.1 (2025-09-22)
720
821### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 1.26.1 " ,
3+ "version" : " 1.27.0 " ,
44 "npmClient" : " yarn" ,
55 "command" : {
66 "publish" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # 1.27.0 (2025-09-22)
7+
8+ ### Features
9+
10+ - ** Tooltip:** add customTotalCalculation function
11+ ([ #2043 ] ( https://github.com/carbon-design-system/carbon-charts/issues/2043 ) )
12+ ([ a80744f] ( https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a ) )
13+
14+ # Change Log
15+
16+ All notable changes to this project will be documented in this file. See
17+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
18+
619## 1.26.1 (2025-09-22)
720
821### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/charts-angular" ,
3- "version" : " 1.26.1 " ,
3+ "version" : " 1.27.0 " ,
44 "description" : " Carbon Charts component library for Angular" ,
55 "exports" : {
66 "./styles.min.css" : " ./styles.min.css" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # 1.27.0 (2025-09-22)
7+
8+ ### Features
9+
10+ - ** Tooltip:** add customTotalCalculation function
11+ ([ #2043 ] ( https://github.com/carbon-design-system/carbon-charts/issues/2043 ) )
12+ ([ a80744f] ( https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a ) )
13+
14+ # Change Log
15+
16+ All notable changes to this project will be documented in this file. See
17+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
18+
619## 1.26.1 (2025-09-22)
720
821### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/charts" ,
3- "version" : " 1.26.1 " ,
3+ "version" : " 1.27.0 " ,
44 "description" : " Carbon Charts component library" ,
55 "type" : " module" ,
66 "module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # 1.27.0 (2025-09-22)
7+
8+ ### Features
9+
10+ - ** Tooltip:** add customTotalCalculation function
11+ ([ #2043 ] ( https://github.com/carbon-design-system/carbon-charts/issues/2043 ) )
12+ ([ a80744f] ( https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a ) )
13+
14+ # Change Log
15+
16+ All notable changes to this project will be documented in this file. See
17+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
18+
619## 1.26.1 (2025-09-22)
720
821### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @carbon/charts-docs" ,
33 "private" : true ,
4- "version" : " 1.26.1 " ,
4+ "version" : " 1.27.0 " ,
55 "description" : " Carbon Charts Documentation" ,
66 "type" : " module" ,
77 "files" : [
Original file line number Diff line number Diff line change @@ -341,7 +341,8 @@ export default [
341341 'Time Series' ,
342342 'Time Series (Percentage)' ,
343343 'Time Series (Uneven Data)' ,
344- 'Vertical stacked area (time series) w/toolbar override'
344+ 'Vertical stacked area (time series) w/toolbar override' ,
345+ 'Area chart with Delta Tooltip'
345346 ]
346347 } ,
347348 {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # 1.27.0 (2025-09-22)
7+
8+ ### Features
9+
10+ - ** Tooltip:** add customTotalCalculation function
11+ ([ #2043 ] ( https://github.com/carbon-design-system/carbon-charts/issues/2043 ) )
12+ ([ a80744f] ( https://github.com/carbon-design-system/carbon-charts/commit/a80744ff40a58081bf175058de37f0e7ef76158a ) )
13+
14+ # Change Log
15+
16+ All notable changes to this project will be documented in this file. See
17+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
18+
619## 1.26.1 (2025-09-22)
720
821### Bug Fixes
You can’t perform that action at this time.
0 commit comments