aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
diff options
context:
space:
mode:
authorNaafiyan Ahmed <naafiyan@gmail.com>2022-07-25 19:10:55 -0400
committerNaafiyan Ahmed <naafiyan@gmail.com>2022-07-25 19:10:55 -0400
commitba8cb4194062b0f939afd136a269625f9f26dcaa (patch)
tree7fead1b076faa4576eeae0474db365c9c8c2b88e /src/client/views/nodes/DataVizBox/components/Chart.scss
parent9730011a61bb3b1522ac59f12a26fbd36f7917a0 (diff)
cleaned up code and moved files around
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/components/Chart.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss
new file mode 100644
index 000000000..7792a2758
--- /dev/null
+++ b/src/client/views/nodes/DataVizBox/components/Chart.scss
@@ -0,0 +1,10 @@
+.tooltip {
+ // make the height width bigger
+ width: 50px;
+ height: 50px;
+}
+
+.highlight {
+ // change the color of the circle element to be red
+ fill: red;
+}