Closed dogoku closed 8 years ago
Given the following chart config
{ ... rangeSelector: { allButtonsEnabled: true, selected: 5, inputEnabled: false }, ... }
The annotation plugin would crash on renderButton and renderAnnotations since it only checks for rangeSelector and not for inputGroup
renderButton
renderAnnotations
rangeSelector
inputGroup
+1
Given the following chart config
The annotation plugin would crash on
renderButton
andrenderAnnotations
since it only checks forrangeSelector
and not forinputGroup