Skip to content

Commit

Permalink
Hotfix with removal of area charts (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Aug 10, 2023
1 parent a925b66 commit 22ad46d
Showing 1 changed file with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,33 +82,6 @@ val vulnWelcomeView: FC<WelcomeProps> = FC { props ->
}
} ?: inputCredentialsView(oauthProviders, Colors.VULN_PRIMARY, "/${FrontendRoutes.VULNERABILITIES}")
}

div("card shadow mb-4") {
div("card-header py-3") {
h6("m-0 font-weight-bold text-primary") { +"""Area Chart""" }
}
div("card-body") {
div("chart-area") {
div("chartjs-size-monitor") {
div("chartjs-size-monitor-expand") {
div("") {
}
}
div("chartjs-size-monitor-shrink") {
div("") {
}
}
}
canvas("chartjs-render-monitor") {
id = "myAreaChart"
width = 1174.0
height = 640.0
}
}
@Suppress("EMPTY_BLOCK_STRUCTURE_ERROR")
hr { }
}
}
}

div {
Expand Down

0 comments on commit 22ad46d

Please sign in to comment.