Plot Legend UI
plotLegendServer.Rd
Function to create the UI for the legend
Function to create the server for the legend
Arguments
- id
namespace id
- title
(character) module title
- titleTag
(character) HTML tag to put around the title, e.g. "h4" for
h4
fromhtmltools
- type
character. Type of plot. Default is "ggplot".
- width
character. Width of the input.
- legend_title
reactive. Default title of the legend.
- legend_labels
reactive. Default labels of the legend.
- plot_type
character. Type of plot. Default is "ggplot".