Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BoxplotTool

Type Alias: BoxplotTool

BoxplotTool = typeof boxplot

Defined in: echarts/boxplot/tool.ts:97

The type of the boxplot tool, which contains the following properties:

  • description: The description of the tool.
  • parameters: The parameters of the tool.
  • execute: The function that will be called when the tool is executed.
  • context: The context of the tool.
  • component: The component that will be used to render the tool.

The implementation of the tool is defined in boxplot.

Released under the MIT License.