Newer
Older
<template>
<section>
<h1 class="section-header">svg import w/ d3-added interaction + v-for</h1>
<RegionalViolins />
<h1 class="section-header">d3 bar chart from data</h1>
<BarChartExample />
<ReferencesSection />
<AuthorshipSection />
import RegionalViolins from '.././components/RegionalViolins.vue'
import BarChartExample from '.././components/BarChartExample.vue'
import ReferencesSection from '.././components/References.vue'
import AuthorshipSection from '.././components/Authorship.vue'
.section-header {
color: var(--dodger-blue);
}
</style>