Revision history for HTML-D3 - Visualise various charts using D3 0.10 Fri Aug 28 08:57:09 PM EDT 2026 [ Enhancements ] - Added render_zoomable_line_chart_snippet(): embeddable line chart with brush-to-zoom — drag to select an x-axis range, animated transition to the zoomed view, incremental re-zoom on the zoomed view, and a Reset zoom button to restore the full dataset 0.09 Thu Aug 27 09:16:02 PM EDT 2026 [ Enhancements ] - render_line_chart_snippet: accept an optional third element per data pair — a hashref of extra key/value pairs serialised as an "extra" property in the D3 data binding and appended as additional rows in the mouseover tooltip 0.08 Thu Aug 27 01:30:10 PM EDT 2026 [ Enhancements ] - Use Params::Get - Added test dashboard - Added support for Object::Configure - Added render_line_chart_snippet() returning an embeddable {svg_id, html} fragment for use in Mojolicious TT (and similar) layouts without post-processing [ Bug Fixes ] - Escape as <\/b> in all JavaScript tooltip .html() strings to fix html-tidy '<' + '/' + letter failures on cpantesters https://www.cpantesters.org/cpan/report/8321add6-d178-11ef-8e88-00fe6d8775ea 0.07 Fri Jan 10 21:16:49 EST 2025 Added support for interactive legends 0.06 Thu Jan 9 21:51:36 EST 2025 Added support for legends 0.05 Wed Jan 8 21:04:21 EST 2025 Added support for animated tooltips 0.04 Tue Jan 7 21:26:42 EST 2025 Added support for line charts with tooltips Added support for multiple line charts with tooltips 0.03 Mon Jan 6 20:55:12 EST 2025 Added line chart support Use JSON::MaybeXS instead of JSON 0.02 Mon Jan 6 10:13:11 EST 2025 Fix CI breakage 0.01 Mon Jan 6 09:47:22 EST 2025 First draft - POC: generates bar charts only