diff --git a/js/common/view/EnergyGraphAccordionBox.js b/js/common/view/EnergyGraphAccordionBox.js index 5e7e560a..5bf8939c 100644 --- a/js/common/view/EnergyGraphAccordionBox.js +++ b/js/common/view/EnergyGraphAccordionBox.js @@ -71,7 +71,9 @@ class EnergyGraphAccordionBox extends AccordionBox { baseColor: ColorConstants.LIGHT_BLUE, xMargin: 8, yMargin: 4, - magnifyingGlassRadius: 7, + magnifyingGlassOptions:{ + glassRadius: 7 + }, touchAreaXDilation: 5, touchAreaYDilation: 5 };