Refactor #3965 - For Chart

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-31 09:44:48 +03:00
parent 8f2b9e5627
commit 1f215ce431
3 changed files with 56 additions and 27 deletions

View file

@ -99,6 +99,11 @@ export interface ChartProps {
* @type {ChartPassThroughOptions}
*/
pt?: ChartPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
export interface ChartSlots {}