From acc3ec981bdc8e656831782a1d991d3a1cf11896 Mon Sep 17 00:00:00 2001 From: Andrea Julca Batch Date: Mon, 25 Apr 2022 14:09:41 -0400 Subject: [PATCH] fix mark color --- src/App.tsx | 3 +++ src/SpellCasting/Interpreter.tsx | 2 +- src/SpellCasting/OptomanticElements/PlotArea.tsx | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5aa88aa..137b362 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -167,6 +167,9 @@ if(urlRoom != 'test'){ ) : ( )} + ); diff --git a/src/SpellCasting/Interpreter.tsx b/src/SpellCasting/Interpreter.tsx index db73153..3704e37 100644 --- a/src/SpellCasting/Interpreter.tsx +++ b/src/SpellCasting/Interpreter.tsx @@ -216,7 +216,7 @@ function Interpreter(props:any) {//:any yVariableName={axisCount > 1 ? 'petalLength' : null} zVariableName={axisCount > 2 ? 'sepalWidth' : null} markType={markType} - color={markColorVar} /> : null } + colorVar={markColorVar} /> : null } {/* Z */} {axisCount > 2 ? {