Update charting library and how it is used. Closes #2658

This commit is contained in:
Gabe Kangas
2023-02-02 14:34:44 -08:00
parent 7b59e3c268
commit d9e4731764
6 changed files with 73 additions and 283 deletions

View File

@@ -151,7 +151,7 @@ export default function ViewersOverTime() {
</button>
</Dropdown>
{viewerInfo.length > 0 && (
<Chart title="Viewers" data={viewerInfo} color="#2087E2" unit="" />
<Chart title="Viewers" data={viewerInfo} color="#2087E2" unit="viewers" />
)}
<ViewerTable data={viewerDetails} />