diff --git a/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/welcome/VulnerabilityWelcomeView.kt b/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/welcome/VulnerabilityWelcomeView.kt index 495760a2de..805645543e 100644 --- a/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/welcome/VulnerabilityWelcomeView.kt +++ b/save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/welcome/VulnerabilityWelcomeView.kt @@ -82,33 +82,6 @@ val vulnWelcomeView: FC = 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 {