我正在使用AmCharts'导出插件,我注意到当我点击导出按钮或导出下拉菜单时,它会保持活动状态并且不会被隐藏。单击下一个菜单后,活动类也不会更改。
你可以在我附带的截图中看到这一点,我点击了这两个"下载为"和"另存为"。
'export': {
'enabled': true,
'divId': 'amchart-export-wrapper',
// 'menu': ['JPG', 'PNG','PDF','SVG'],
'libs': {
'path': '../bower_components/amcharts-src/amcharts/plugins/export/libs/'
}
}
答案 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/'
}
}