style: new custom analytics ui (#1055)

This commit is contained in:
Aaryan Khandelwal 2023-05-16 10:41:37 +05:30 committed by GitHub
parent 8c707cc544
commit c6d78b5e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 797 additions and 496 deletions

View file

@ -40,6 +40,9 @@ export const AnalyticsYearWiseIssues: React.FC<Props> = ({ defaultAnalytics }) =
colors={(datum) => datum.color}
curve="monotoneX"
margin={{ top: 20 }}
theme={{
background: "rgb(var(--color-bg-base))",
}}
enableArea
/>
</div>