A chart or other component that can exist inside a Dashboard cell.

Use instanceof checks to confirm whether it is of an expected type.

 // Example usage
if (panel instanceof ChartXY) {
// ...
}

Hierarchy

  • DashboardPanel

Implemented by

Methods

  • Returns unknown

  • Get minimum size of Panel. Depending on the type of class this value might be automatically computed to fit different elements.

    Returns

    Point minimum size or undefined if unimplemented

    Returns undefined | Point