Skip to content

Commit 6f333cd

Browse files
authored
Merge branch 'master' into fix-legend-scroll-sizing
2 parents ea8c853 + e1da4e5 commit 6f333cd

81 files changed

Lines changed: 1554 additions & 858 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.storybook/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ addParameters({
3333
base: 'light',
3434
brandTitle: 'Elastic Charts',
3535
brandUrl: 'https://github.com/elastic/elastic-charts',
36-
brandImage:
37-
'https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt6ae3d6980b5fd629/5bbca1d1af3a954c36f95ed3/logo-elastic.svg',
36+
brandImage: 'logo-name.svg',
3837
}),
3938
panelPosition: 'right',
4039
sidebarAnimations: true,

.storybook/manager-head.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/charts.api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ export const Partition: React.FunctionComponent<SpecRequiredProps_7 & SpecOption
14351435
//
14361436
// @public (undocumented)
14371437
export interface PartitionConfig extends StaticConfig {
1438-
// (undocumented)
1438+
// @alpha (undocumented)
14391439
animation: {
14401440
duration: TimeMs;
14411441
keyframes: Array<AnimKeyframe>;
@@ -1741,7 +1741,7 @@ export type ScaleType = $Values<typeof ScaleType>;
17411741

17421742
// Warning: (ae-missing-release-tag) "SectorGeomSpecY" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
17431743
//
1744-
// @public (undocumented)
1744+
// @public
17451745
export interface SectorGeomSpecY {
17461746
// Warning: (ae-forgotten-export) The symbol "Distance" needs to be exported by the entry point index.d.ts
17471747
//
@@ -2224,7 +2224,7 @@ export type TreeLevel = number;
22242224

22252225
// Warning: (ae-missing-release-tag) "TreeNode" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
22262226
//
2227-
// @public (undocumented)
2227+
// @public
22282228
export interface TreeNode extends AngleFromTo {
22292229
// (undocumented)
22302230
fill?: Color;
@@ -2346,8 +2346,8 @@ export type YDomainRange = YDomainBase & DomainRange;
23462346
// src/chart_types/heatmap/layout/types/config_types.ts:29:13 - (ae-forgotten-export) The symbol "SizeRatio" needs to be exported by the entry point index.d.ts
23472347
// src/chart_types/heatmap/layout/types/config_types.ts:61:5 - (ae-forgotten-export) The symbol "TextAlign" needs to be exported by the entry point index.d.ts
23482348
// src/chart_types/heatmap/layout/types/config_types.ts:62:5 - (ae-forgotten-export) The symbol "TextBaseline" needs to be exported by the entry point index.d.ts
2349-
// src/chart_types/partition_chart/layout/types/config_types.ts:126:5 - (ae-forgotten-export) The symbol "TimeMs" needs to be exported by the entry point index.d.ts
2350-
// src/chart_types/partition_chart/layout/types/config_types.ts:127:5 - (ae-forgotten-export) The symbol "AnimKeyframe" needs to be exported by the entry point index.d.ts
2349+
// src/chart_types/partition_chart/layout/types/config_types.ts:130:5 - (ae-forgotten-export) The symbol "TimeMs" needs to be exported by the entry point index.d.ts
2350+
// src/chart_types/partition_chart/layout/types/config_types.ts:131:5 - (ae-forgotten-export) The symbol "AnimKeyframe" needs to be exported by the entry point index.d.ts
23512351
// src/common/series_id.ts:40:3 - (ae-forgotten-export) The symbol "SeriesKey" needs to be exported by the entry point index.d.ts
23522352

23532353
// (No @packageDocumentation comment for this package)
Loading
Loading
Loading
32.6 KB
Loading
-60 Bytes
Loading
Loading
-25 Bytes
Loading

0 commit comments

Comments
 (0)