just-dashboard
Getting started
Components
just-dashboard
Create dashboards using YAML/JSON files
View on GitHub
Getting started
# EDIT THIS dashboard "Food": - h1 text: Food - h2 text: By caloric content - 3 columns: - rows: - h3 text: Bananas - pie chart: { "columns": [ ["Protein", 5], ["Sugar", 10], ["Other carbs", 40], ["Fat", 1] ] } - rows: - h3 text: Tofu - pie chart: { "columns": [ ["Protein", 30], ["Sugar", 0], ["Other carbs", 40], ["Fat", 3] ] } - rows: - h3 text: Peanut butter - pie chart: { "columns": [ ["Protein", 20], ["Sugar", 2], ["Other carbs", 20], ["Fat", 50] ] }
Load another example:
1_food_comparison
area_chart
bar_chart
bubble_chart
columns
custom_axes
donut_chart
dropdown
gauge_chart
h1_text
h2_text
h3_text
horizontal_bar_chart
horizontal_stacked_bar_chart
line_chart
pie_chart
p_text
rows
scatter_plot
spline_chart
stacked_area_chart
stacked_bar_chart
stacked_line_chart
stacked_spline_chart
step_chart