mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +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%',
|
||||
},
|
||||
tooltip: {
|
||||
show: true,
|
||||
trigger: 'axis',
|
||||
axisPointer: {
|
||||
type: 'cross',
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user