xychart (6)
xychart_bar
Source (.mmd)
xychart-beta
title "Monthly Revenue"
x-axis "Month" [Jan, Feb, Mar, Apr, May, Jun]
y-axis "Revenue ($K)" 0 --> 120
bar [30, 45, 60, 55, 80, 105]
xychart_line
Source (.mmd)
xychart-beta
title "Temperature Trend"
x-axis [Mon, Tue, Wed, Thu, Fri, Sat, Sun]
y-axis "Temp (C)" 0 --> 40
line "High" [28, 30, 32, 35, 33, 29, 27]
line "Low" [18, 20, 22, 24, 23, 19, 17]
xychart_mixed
Source (.mmd)
xychart-beta
title "Sales vs Target"
x-axis [Q1, Q2, Q3, Q4]
y-axis "Amount ($K)" 0 --> 200
bar "Actual" [80, 120, 95, 160]
line "Target" [100, 100, 100, 100]
xychart_multi_series
Source (.mmd)
xychart-beta
title "Quarterly Performance"
x-axis "Quarter" [Q1, Q2, Q3, Q4]
y-axis "Value" 0 --> 200
bar [100, 120, 90, 150]
line [80, 110, 95, 140]
xychart_negative
Source (.mmd)
xychart-beta
title "Profit Margin"
x-axis "Quarter" [Q1, Q2, Q3, Q4, Q5, Q6]
y-axis "Margin (%)" 0 --> 50
bar [2, 0, 5, 1, 0, 3]
line [3, 1, 4, 2, 1, 4]
xychart_title
Source (.mmd)
xychart-beta
title "Website Traffic"
x-axis "Day" [Mon, Tue, Wed, Thu, Fri, Sat, Sun]
y-axis "Visitors" 0 --> 5000
bar "Unique" [1200, 1800, 2200, 2000, 2500, 3500, 4200]
line "Returning" [400, 600, 800, 700, 900, 1200, 1500]