We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ceeec7 + 7f64d8a commit 6bd79d4Copy full SHA for 6bd79d4
js/render-google.js
@@ -117,6 +117,11 @@ var chartWrapperError = [];
117
settings['animation']['startup'] = true;
118
settings['animation']['duration'] = parseInt(settings['animation']['duration']);
119
}
120
+ if ( settings['controls'] ) {
121
+ settings['controls']['ui']['allowMultiple'] = 'true' === settings['controls']['allowMultiple'] ? true : false;
122
+ settings['controls']['ui']['allowTyping'] = 'true' === settings['controls']['allowTyping'] ? true : false;
123
+ settings['controls']['ui']['showRangeValues'] = 'true' === settings['controls']['showRangeValues'] ? true : false;
124
+ }
125
126
// mark roles for series that have specified a role
127
// and then remove them from future processing
0 commit comments