# Simple Pie Chart
Opções
# Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
value | Valor do pie chart | number | - | |
color | Cor para preencher | string | - | |
innerRadius | Número entre 0 e 1 que representa o radius interno do gráfico | number | - | 0.5 |
title | Titulo de dentro do gráfico | string | - | '' |
titleStyle | Objeto que permite a customização do titulo do gŕafico | object | - | fontSize: 12, fill: '#8c8c8c', fontWeight: 300, textBaseline: 'bottom', textAlign: 'center', |
valueString | String reprensenta o valor do gráfico | string | - | |
valueStyle | Objeto que permite a customização do valor do gŕafico | object | - | fontSize: 18, fill: '#000', fontWeight: 500, textAlign: 'center', |
loading | Aplica estado de loading ao gráfico | boolean | - | false |
roundedBar | Aplica barras arredondadas no componente | boolean | - | false |