Add context and insights with customizable Markdown text.
yaml
type: "io.kestra.plugin.core.dashboard.chart.Markdown"Examples
Display custom content in place with Markdown.
yaml
charts:
  - id: markdown_insight
    type: io.kestra.plugin.core.dashboard.chart.Markdown
    chartOptions:
      displayName: Chart Insights
      description: How to interpret this chart
    content: |
      ## Execution Success Rate
      This chart displays the percentage of successful executions over time.
      - A **higher success rate** indicates stable and reliable workflows.
      - Sudden **drops** may signal issues in task execution or external dependencies.
      - Use this insight to identify trends and optimize performance.
Properties
id *RequiredNon-dynamicstring
 Validation RegExp 
^[a-zA-Z0-9][a-zA-Z0-9_-]* Min length 
1chartOptions Non-dynamicChartOption
source Non-dynamicFlowDescriptionText
Definitions
Flow Source to fetch description
flowId *Requiredstring
Flow ID
namespace *Requiredstring
Flow Namespace
type *Requiredstring
 Validation RegExp 
\p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*(\.\p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*)* Min length 
1Markdown from text
type *Requiredstring
 Validation RegExp 
\p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*(\.\p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*)* Min length 
1content string
Markdown content to display
io.kestra.core.models.dashboards.ChartOption
displayName *Requiredstring
 Min length 
1description string
width integer
 Default 
6 Minimum 
 >= 1 Maximum 
 <= 12