Refactor #3911 - For Chart

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-02 10:18:02 +03:00
parent aedc26d859
commit fba71b1864
3 changed files with 47 additions and 2 deletions

View file

@ -34,6 +34,12 @@ const ChartProps = [
type: 'number',
default: '150',
description: 'Height of the chart in non-responsive mode.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];