单击后,Amchart导出按钮和菜单不会消失

时间:2017-05-17 07:56:45

标签: javascript amcharts

我正在使用AmCharts'导出插件,我注意到当我点击导出按钮或导出下拉菜单时,它会保持活动状态并且不会被隐藏。单击下一个菜单后,活动类也不会更改。

你可以在我附带的截图中看到这一点,我点击了这两个"下载为"和"另存为"。

enter image description here

  'export': {
                        'enabled': true,
                        'divId': 'amchart-export-wrapper',
                        // 'menu': ['JPG', 'PNG','PDF','SVG'],
                        'libs': {
                            'path': '../bower_components/amcharts-src/amcharts/plugins/export/libs/'
                        }
                    }

1 个答案:

答案 0 :(得分:1)

我已使用指令

修复了该问题
ng-change

exportMenuDirective:

<span id="amchart-export-wrapper" export-menu-class></span>

'export': {
                    'enabled': true,
                    'divId': 'amchart-export-wrapper',
                    // 'menu': ['JPG', 'PNG','PDF','SVG'],
                    'libs': {
                        'path': '../bower_components/amcharts-src/amcharts/plugins/export/libs/'
                    }
                }