Make sure tooltip is shown

This commit is contained in:
Matthias 2020-10-02 07:02:30 +02:00
parent 5dab8d3a76
commit 71c00804e1
2 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ export default class CandleChart extends Vue {
right: '1%',
},
tooltip: {
show: true,
trigger: 'axis',
axisPointer: {
type: 'cross',

View File

@ -12,7 +12,7 @@
<b-navbar-nav>
<b-nav-item to="/trade">Trade</b-nav-item>
<b-nav-item to="/dashboard">Dashboard</b-nav-item>
<b-nav-item to="/graph">Graph</b-nav-item>
<!-- <b-nav-item to="/graph">Graph</b-nav-item> -->
<BootswatchThemeSelect />
</b-navbar-nav>
<!-- Right aligned nav items -->