Update charting library and how it is used. Closes #2658
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user