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
SkyEagles
SkyEaglesOP6d ago
No one?
toeknee
toeknee6d ago
I think you'd need to override the view, and add your own with action support, then add actions to the widgetclass too?
SkyEagles
SkyEaglesOP6d ago
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
toeknee
toeknee3d ago
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.

Did you find this page helpful?