mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-03 06:11:48 +00:00
Tested how hilghlighted data behaves on GraphCards
This commit is contained in:
@@ -54,7 +54,7 @@ const renderGraph = (title, isBarChart, stats, max, highlightedStats) => {
|
||||
}
|
||||
|
||||
return acc;
|
||||
}, stats));
|
||||
}, { ...stats }));
|
||||
const highlightedData = highlightedStats && values({ ...zipObj(labels, labels.map(() => 0)), ...highlightedStats });
|
||||
|
||||
const options = {
|
||||
|
||||
Reference in New Issue
Block a user