mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 11:43:52 +00:00
Make sure tooltip is shown
This commit is contained in:
parent
5dab8d3a76
commit
71c00804e1
|
@ -125,6 +125,7 @@ export default class CandleChart extends Vue {
|
||||||
right: '1%',
|
right: '1%',
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
show: true,
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
type: 'cross',
|
type: 'cross',
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<b-navbar-nav>
|
<b-navbar-nav>
|
||||||
<b-nav-item to="/trade">Trade</b-nav-item>
|
<b-nav-item to="/trade">Trade</b-nav-item>
|
||||||
<b-nav-item to="/dashboard">Dashboard</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 />
|
<BootswatchThemeSelect />
|
||||||
</b-navbar-nav>
|
</b-navbar-nav>
|
||||||
<!-- Right aligned nav items -->
|
<!-- Right aligned nav items -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user