mirror of
https://github.com/diced/zipline.git
synced 2025-12-27 05:03:23 -08:00
fix: make line graph tooltips work everywhere
This commit is contained in:
@@ -17,6 +17,7 @@ const CHART_OPTIONS = (theme: MantineTheme): ChartOptions => ({
|
||||
plugins: {
|
||||
tooltip: {
|
||||
enabled: true,
|
||||
intersect: false,
|
||||
},
|
||||
|
||||
datalabels: {
|
||||
|
||||
Reference in New Issue
Block a user