-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AG-11705 Add textColor and subtleTextColor params with color mixing #3443
Conversation
7ac70ea
to
ac8a752
Compare
a2f6afe
to
2116b95
Compare
2116b95
to
5f5a141
Compare
@@ -269,6 +270,7 @@ export class ChartOptions<T extends AgChartOptions = AgChartOptions> { | |||
processedOptions = deepClone(processedOptions, ChartOptions.OPTIONS_CLONE_OPTS); | |||
|
|||
const themeParameters = this.getThemeParameters(activeTheme, processedOptions); | |||
this.resolveThemeOperations(themeParameters, themeParameters as any); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to fix this typing, will do before merge.
@@ -97,6 +97,18 @@ export interface AgChartThemeParams { | |||
gridLineColor?: CssColor; | |||
/** The outer chart padding. */ | |||
padding?: PixelSize; | |||
/** | |||
* TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Dangling TODO
s?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, feel free to merge after addressing your comments + my nit?
https://ag-grid.atlassian.net/browse/AG-11705