[Proposal] Create vis_options
plugin for creating modular visualization editing interfaces
#2832
Labels
vis_options
plugin for creating modular visualization editing interfaces
#2832
Many user-specified visualization options are common and repeated across a variety of different visualization types. Today, authors of new visualization types need to 1. define the user configurable options in some sort of visualization config definition; 2. build out UI components to map to those configurations; 3. make sure the chart type rendering function correctly implements those configurations in the render layer.
Instead, we should think of visualization options as modular, composable building blocks which can be used as the major ingredients in the definition of a visualization type. Each chart option definition would be composed of:
This approach would have several benefits:
Potential tasks:
charts
pluginThe text was updated successfully, but these errors were encountered: