MarkdownMarkdown
MarkdownCertified

Add context and insights with customizable Markdown text.

Add context and insights with customizable Markdown text.

yaml
type: "io.kestra.plugin.core.dashboard.chart.Markdown"

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
Validation RegExp^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length1
Definitions
displayName*Requiredstring
Min length1
descriptionstring
widthinteger
Default6
Minimum>= 1
Maximum<= 12
Definitions
flowId*Requiredstring

Flow ID

namespace*Requiredstring

Flow Namespace

type*Requiredstring
Validation RegExp^[A-Za-z_$][A-Za-z0-9_$]*(\.[A-Za-z_$][A-Za-z0-9_$]*)*$
Min length1
type*Requiredstring
Validation RegExp^[A-Za-z_$][A-Za-z0-9_$]*(\.[A-Za-z_$][A-Za-z0-9_$]*)*$
Min length1
contentstring

Markdown content to display