mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 13:16:42 +00:00
Ensured charts datasets have a unique label
This commit is contained in:
@@ -20,7 +20,7 @@ const generateGraphData = (title, isBarChart, labels, data, highlightedData) =>
|
||||
datasets: [
|
||||
{
|
||||
title,
|
||||
label: '',
|
||||
label: highlightedData && 'Non-selected',
|
||||
data,
|
||||
backgroundColor: isBarChart ? 'rgba(70, 150, 229, 0.4)' : [
|
||||
'#97BBCD',
|
||||
|
||||
Reference in New Issue
Block a user