nemesischart 2.0.10 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -196,7 +196,8 @@ Props específicas:
196
196
  | `rotuloQuantidade` | String | `'Quantidade'` |
197
197
  | `mostrarCabecalho` | Boolean | `true` |
198
198
  | `itensClicaveis` | Boolean | `false` |
199
- | `detalheTooltip` | Function | —  `(item, index) => string \| string[]`. Texto(s) extra(s) no tooltip, abaixo do valor. |
199
+ | `detalheTooltip` | Function | —  `(item, index) => string \| string[]`. Texto(s) extra(s) no tooltip do gráfico, abaixo do valor. |
200
+ | `tooltipLinha` | Function | —  `(item, index) => string`. Tooltip nativo (`title`) na linha da tabela lateral. Quando omitido, usa `item.descricao`. |
200
201
 
201
202
  ### CardPolar
202
203
 
@@ -207,7 +208,8 @@ Polar area com grid configurável.
207
208
  | `corDetalhes` | String | `#3B82F6` (gera a paleta dos setores; itens podem sobrescrever com `cor`) |
208
209
  | `mostrarLinhasGrade` | Boolean | `true` |
209
210
  | `itensClicaveis` | Boolean | `false` |
210
- | `detalheTooltip` | Function | —  `(item, index) => string \| string[]`. Texto(s) extra(s) no tooltip, abaixo do valor. |
211
+ | `detalheTooltip` | Function | —  `(item, index) => string \| string[]`. Texto(s) extra(s) no tooltip do gráfico, abaixo do valor. |
212
+ | `tooltipLinha` | Function | —  `(item, index) => string`. Tooltip nativo (`title`) na linha da tabela lateral. Quando omitido, usa `item.descricao`. |
211
213
 
212
214
  ### CardProgresso
213
215