diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-17 15:00:52 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-17 15:00:52 -0400 |
| commit | 84b3012d81b403c4a2a7e7517f4fdfe727464a57 (patch) | |
| tree | dd868b8d475d222970815014a8e88a55b2d7789f /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 258d9f39bb2eb8b871ad01070eeab033b30c397b (diff) | |
start of click on pie charts
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 05bb1655d..aa005ea66 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -8,6 +8,12 @@ .graph{ overflow: visible; } + .slice { + + } + .hover { + stroke: black; + } .tooltip { // make the height width bigger |
