diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-06-12 21:57:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:17 +0100 |
| commit | 52fe2972daf40c462f9b4c9dbc02b87b86e8c67a (patch) | |
| tree | 4ce628bcddb74793681e9f461c17ca20e0d0be50 /src/ModeTab.vue | |
| parent | f221ce4c0d20a4980da85e8e050b380d77498fe3 (diff) | |
| download | brokentalents-52fe2972daf40c462f9b4c9dbc02b87b86e8c67a.tar.gz brokentalents-52fe2972daf40c462f9b4c9dbc02b87b86e8c67a.zip | |
Add 'Balance' Scatter Plot
Diffstat (limited to 'src/ModeTab.vue')
| -rw-r--r-- | src/ModeTab.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ModeTab.vue b/src/ModeTab.vue index a003712..1e1b686 100644 --- a/src/ModeTab.vue +++ b/src/ModeTab.vue @@ -33,6 +33,12 @@ </div> </div> + <div class="box"> + <h2 class="title is-2">Hero Balance Overview</h2> + <h3 class="subtitle is-hidden-desktop">Best viewed on a large screen</h3> + <win-pick-scatter></win-pick-scatter> + </div> + <Adsense class="adsense" data-ad-client="ca-pub-6856963757796636" data-ad-slot="4801023518"> @@ -61,6 +67,7 @@ import HeroTalentTable from './HeroTalentTable.vue'; import ReportTable from './ReportTable.vue'; import IntroBox from './IntroBox.vue'; import InstallNotification from './InstallNotification.vue'; +import WinPickScatter from './WinPickScatter.vue'; import RouterParamMixin from './RouterParamMixin'; import * as maps from './maps/maps.js'; @@ -83,6 +90,7 @@ export default Vue.component('mode-tab', { HeroTalentTable, ReportTable, IntroBox, + WinPickScatter, InstallNotification, }, }); |
