mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
Table: Make sparkline cell respect no value option. (#75750)
Make sparkline respect no value option
This commit is contained in:
parent
59f0f9a93e
commit
f39ed59662
@ -35,7 +35,7 @@ export const SparklineCell = (props: TableCellProps) => {
|
||||
if (!sparkline) {
|
||||
return (
|
||||
<div {...cellProps} className={tableStyles.cellContainer}>
|
||||
no data
|
||||
{field.config.noValue || 'no data'}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user