WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1271b9e

Browse files
authored
Merge pull request #5563 from ag-grid/AG-15016/highlight-defaults
Ag 15016/highlight defaults
2 parents 40231b5 + 1046003 commit 1271b9e

13 files changed

+8
-3
lines changed
Loading
Loading
Loading

packages/ag-charts-enterprise/src/series/cone-funnel/coneFunnelThemes.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ export const CONE_FUNNEL_SERIES_THEME: ExtensibleTheme<'cone-funnel'> = {
5656
range: { $path: ['/tooltip/range', 'nearest'] },
5757
},
5858
highlight: {
59-
unhighlightedItem: {
60-
opacity: 0.6,
59+
highlightedItem: {
60+
stroke: `rgba(0, 0, 0, 0.4)`,
61+
strokeWidth: 2,
6162
},
6263
},
6364
},
Loading

packages/ag-charts-enterprise/src/series/pyramid/pyramidThemes.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export const PYRAMID_SERIES_THEME: ExtensibleTheme<'pyramid'> = {
5353
blur: 5,
5454
},
5555
// @ts-expect-error undocumented option
56-
highlight: _ModuleSupport.singleSeriesHighlightStyle(),
56+
highlight: {
57+
unhighlightedItem: {
58+
opacity: 0.6,
59+
},
60+
},
5761
},
5862
};
235 Bytes
Loading
5.19 KB
Loading
3.69 KB
Loading
3.05 KB
Loading

0 commit comments

Comments
 (0)