From 4bc445407d5ce13b9374c8b7722609f9715ab476 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 1 Dec 2021 20:17:54 -0600 Subject: [PATCH] Reconfigure page layout --- market-simulator/src/components/Simulator.vue | 47 +++++++++++++------ 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/market-simulator/src/components/Simulator.vue b/market-simulator/src/components/Simulator.vue index 5eb4f34f..af74ad14 100644 --- a/market-simulator/src/components/Simulator.vue +++ b/market-simulator/src/components/Simulator.vue @@ -1,21 +1,24 @@ @@ -161,6 +173,13 @@ function initChart() { }, ], }, + options: { + plugins: { + legend: { + display: false, + }, + }, + }, }) }