diff --git a/src/components/ftbot/CandleChart.vue b/src/components/ftbot/CandleChart.vue index 7c45acc0..0829c41d 100644 --- a/src/components/ftbot/CandleChart.vue +++ b/src/components/ftbot/CandleChart.vue @@ -16,6 +16,7 @@ const MARGINRIGHT = '4%'; // TODO plotConfig should come from the backend, or be configurable via UI const plotConfig = { + // eslint-disable-next-line @typescript-eslint/camelcase main_plot: { tema: { color: 'orange' }, }, diff --git a/src/views/Graphs.vue b/src/views/Graphs.vue index 39e30851..0c921c20 100644 --- a/src/views/Graphs.vue +++ b/src/views/Graphs.vue @@ -12,39 +12,49 @@ -