Export Button in ChartWidget
is there any way to add a button inside ChartWidget? I'm trying to generate a report based on the Chart
4 Replies
No one?
I think you'd need to override the view, and add your own with action support, then add actions to the widgetclass too?
what can i understand from your explanation is
1. create a widget
2. add an action button in the widget
3. add chart widget in the widget
correct?
@toeknee
Create the chart widget, add action methods to widget class, create a new view file which is a copy of th current chart widget, and set the widget to use the new view. Add the action renderer to the widget.