Query properties and display them as plot

This query plots the values of a page property over time (page properties stored in journal pages). The value of the page property must be numeric and a whole number, other values will not be used. Positive and negative values are allowed. The x-axis shows the date, the y-axis the value of the property.

The styling and color is adapted to the current Looksyk theme.

todo-progress

Quick example:

{query: plot-property propertyKey:"myPropertyKey" title:"This is my plot" width:"1200" height:"400" startingAt:"1999-01-01" endingAt:"2050-12-31" display:"linechart" }

mermaid plot query
vs
linechart plot query

mermaid plot query plot query
source of information mermaid file in assets block-properties in the journal
editor looksyk mermaid asset file editor directly in the journal files
styling native styles from your personal looksyk design native styles from your personal looksyk design
speed slower (realtime rendering), fast when embedded fast (realtime rendering), fast when embedded

Configuration parameters:

Parameter Description
propertyKey Key of the page property to be plotted.
title Title of the plot.
width Width of the plot in pixels.
height Height of the plot in pixels.
startingAt Start date for the x-axis (format: YYYY-MM-DD).
endingAt End date for the x-axis (format: YYYY-MM-DD).
display Type of plot. Currently supported: linechart.