{ "type": "plugin", "id": "@kbn/expression-heatmap-plugin", "owner": [ "@elastic/kibana-visualizations" ], "description": "Expression Heatmap plugin adds a `heatmap` renderer and function to the expression plugin. The renderer will display the `heatmap` chart.", "plugin": { "id": "expressionHeatmap", "browser": true, "server": true, "requiredPlugins": [ "expressions", "fieldFormats", "charts", "visualizations", "presentationUtil", "data" ], "optionalPlugins": [ "usageCollection" ], "requiredBundles": [ "kibanaUtils", "kibanaReact" ], "extraPublicDirs": [ "common" ], "__category__": { "oss": true, "example": false, "testPlugin": false } } }