mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Merge pull request #1326 from Gjuju/Visualize-summary
Visualize summary
This commit is contained in:
commit
d97453dda3
|
@ -10,6 +10,7 @@ import { BarChart, LineChart } from 'echarts/charts';
|
||||||
import {
|
import {
|
||||||
DataZoomComponent,
|
DataZoomComponent,
|
||||||
DatasetComponent,
|
DatasetComponent,
|
||||||
|
GridComponent,
|
||||||
LegendComponent,
|
LegendComponent,
|
||||||
TitleComponent,
|
TitleComponent,
|
||||||
TooltipComponent,
|
TooltipComponent,
|
||||||
|
@ -38,6 +39,7 @@ use([
|
||||||
|
|
||||||
DatasetComponent,
|
DatasetComponent,
|
||||||
DataZoomComponent,
|
DataZoomComponent,
|
||||||
|
GridComponent,
|
||||||
LegendComponent,
|
LegendComponent,
|
||||||
TitleComponent,
|
TitleComponent,
|
||||||
TooltipComponent,
|
TooltipComponent,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user