Lines Matching refs:menu

172 						_this.createMenu( _this.config.menu );
486 menu: undefined, property in AmCharts._this.defaults.fabric.drawing
499 menu: undefined, property in AmCharts._this.defaults
556 _this.createMenu( _this.config.menu );
583 _this.createMenu( _this.config.menu );
2617 item.menu = item.menu ? item.menu : _this.config.fabric.drawing.menu;
2621 this.createMenu( item.menu );
2626 item.menu = [];
2634 item.menu = [];
2682 item.menu.push( tmp );
2686 } else if ( !item.click && !item.menu && !item.items ) {
2740 if ( item.menu !== undefined && !item.menu.length ) {
2808 if ( ( item.menu || item.items ) && item.action != "draw" ) {
2809 if ( buildList( item.menu || item.items, li ).childNodes.length ) {
2837 if ( _this.isElement( _this.setup.menu ) ) {
2838 _this.setup.menu.innerHTML = "";
2840 _this.setup.menu = document.createElement( "div" );
2842 …_this.setup.menu.setAttribute( "class", _this.setup.chart.classNamePrefix + "-export-menu " + _thi…
2848 buildList.apply( this, [ list, _this.setup.menu ] );
2851 if ( _this.setup.menu.childNodes.length ) {
2852 container.appendChild( _this.setup.menu );
2855 return _this.setup.menu;
2867 var menu = _this.createMenu( [ {
2874 _this.createMenu( _this.config.menu );
2877 var label = menu.getElementsByTagName( "a" )[ 0 ];
2885 _this.createMenu( _this.config.menu );
2908 menu: [] property in AmCharts._this.migrateSetup.cfg
2917 cfg.menu.push( key.slice( 6 ) );
2921 cfg.menu = value;
3022 _this.createMenu( _this.config.menu );
3063 if ( _this.config.fabric.drawing.menu === undefined ) {
3064 _this.config.fabric.drawing.menu = [];
3065 _this.deepMerge( _this.config.fabric.drawing.menu, [ {
3067 menu: [ {
3069 menu: [ {
3078 menu: [ {
3093 menu: [ "PNG", "JPG", "SVG", "PDF" ]
3100 if ( _this.config.menu === undefined ) {
3101 _this.config.menu = [];
3104 menu: [ {
3106 menu: [ {
3108 menu: [ "PNG", "JPG", "SVG", "PDF" ]
3111 menu: [ "CSV", "XLSX", "JSON" ]
3115 menu: _this.config.fabric.drawing.menu