This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Widget Markdown Body & QueryBuilder Fix
Widget Content
- Widgets now have a content property, that defaults to 'chart', and can be set to 'text'.
- The 'chart' value will produce "normal" (current) widget behavior.
- The 'text' value will hide the filters, results and columns tabs, and add a new text area for 'body'. Any markdown (Showdown) entered will be displayed in the widget body (where a chart otherwise would).
- Containers now have a Scroll Overflow checkbox. When set to 'true', tables and markdown will scroll, rather than stretch, when they overflow the container's prescribed height.
Query Builder
- Fixes an issue where the Query Builder would not generate a SQL statement.