Changes for version 0.11 - 2026-09-10

  • Bug Fixes
    • render_zoomable_line_chart_snippet: the y-axis lower bound was hard-coded to 0, causing data points with negative Y values to be plotted off-screen below the x-axis. Changed to Math.min(0, d3.min(newData, d => d.value)) so the domain extends downward when the data contains negative values (e.g. accounting-notation amounts).

Documentation

Modules

A simple Perl module for generating charts using D3.js.