Home / Companies / Preset / Blog / November 2024

November 2024 Summaries

2 posts from Preset

Filter
Month: Year:
Post Summaries Back to Blog
Apache Superset has released version 4.1, a minor update featuring several new enhancements and bug fixes, which are safe to upgrade without breaking changes. Key additions include new chart types like the Big Number with Time Period Comparison and updated functionalities for existing chart types such as heatmaps and Sankey charts. It also introduces catalog support for databases like BigQuery and Snowflake, improved upload forms, and Slack integration for user avatars. The release features over 300 bug fixes and numerous enhancements, including permissions improvements and new dashboard functionalities. Preset users have already experienced many of these updates due to regular biweekly releases. Future plans for Superset include a focus on version 5.0, with potential interim releases, while the community is encouraged to participate in development and testing efforts through various channels. Preset offers a free tier for those eager to try out the new features, alongside additional capabilities for Professional and Enterprise users.
Nov 15, 2024 1,066 words in the original blog post.
Handlebars is a templating engine that enables the creation of dynamic and customizable templates for data visualization, particularly through its integration with Preset's Handlebar chart. Known for its simplicity and logic-less design, Handlebars allows users to generate HTML by using templates and input objects, employing a straightforward syntax with double curly braces for placeholders. In Preset, users can utilize the DATA and CUSTOMIZE tabs to configure data retrieval and modify Handlebars templates and CSS styles for tailored visual outputs. The #each helper is used for iterating over data arrays, while the this. helper accesses specific data columns, enabling users to display data in various HTML formats like lists or tables. To enhance the visual appeal of charts, users are encouraged to apply CSS styles and leverage their HTML knowledge to customize the presentation, and further learning in HTML and CSS is suggested for creating more complex visualizations.
Nov 06, 2024 986 words in the original blog post.