mermaid配置

2024-01-29  本文已影响0人  龙翱天际

XY图

---
config:
  minimum: 1
  themeVariables:
    xyChart:
      titleColor: "#ff0000"
      backgroundColor: "#f0f8ff"
      yAxisLabelColor: "#ee82ee"
      yAxisTitleColor: "#7fffd4"
      yAxisTickColor: "#87ceeb"
      yAxisLineColor: "#ff6347"
      xAxisLabelColor: "#7fffd4"
      xAxisTitleColor: "#ee82ee"
      xAxisTickColor: "#ff6347"
      xAxisLineColor: "#87ceeb"
      plotColorPalette: "#008000, #faba63"
---
    xychart-beta
      title "Sales Revene"
      x-axis Months [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]

      bar [1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5]
      line [1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5]
上一篇 下一篇

猜你喜欢

热点阅读