We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973232f commit 8ec3719Copy full SHA for 8ec3719
packages/chart/src/TwoStateArea/config.ts
@@ -8,6 +8,14 @@ export const defaultXAxes: NonNullable<TwoStateAreaProps['xAxes']> = {
8
tick: {
9
visible: false,
10
},
11
+ trimPadding: true,
12
+ innerOffset: {
13
+ left: 0,
14
+ right: 0,
15
+ },
16
+ label: {
17
+ flush: true,
18
19
};
20
21
export const defaultYAxes: NonNullable<TwoStateAreaProps['yAxes']> = {
packages/theme/src/dark/index.ts
@@ -27,11 +27,11 @@ export const dark: ITheme = {
27
stops: [
28
{
29
offset: 0,
30
- opacity: 0.15,
+ opacity: 0.25,
31
32
33
offset: 1,
34
- opacity: 0,
+ opacity: 0.02,
35
36
],
37
0 commit comments