Set global chart display options to override the default ChartDisplayOpts.
Source:R/opts.R
set_chart_display_opts.RdThe options are added to options using options(taxplore.display.optionname = value).
The settings are used to set the initial appearance of all all subsequent
charts shown with plot_krona.
Examples
set_chart_opts(hue_range = c(40, 140))