Forum Discussion
adrian_lester
04-16-2022Cloud Apps
Thanks Ophir,
I'd like to add an annotation to the x-axis, to say "Sample size = n" (where n is updated by dashboard filters) as well as keep the x-axis labels. Is there a script to do this?
Thanks,
Adrian
- Ophir_Buchman04-18-2022Data Integration
There are two ways to do this:
- Add a BloX widget underneath your chart - However, this approach might not do the trick (spacing, etc.)
- Enable the "X Axis" label and add a widget script that adds an event handler to the "processresult" event. That handler would read the dashboard filter value and apply It to the Axis label.