katucharts.js 0.2.15 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,6 +32,7 @@ export declare class Chart {
32
32
  private interactions;
33
33
  private stock;
34
34
  private clipPathId;
35
+ private clipMargin;
35
36
  private chartWidth;
36
37
  private chartHeight;
37
38
  private autoHeight;
@@ -58,7 +59,9 @@ export declare class Chart {
58
59
  private static readonly MIN_AUTO_PLOT_HEIGHT;
59
60
  /**
60
61
  * Hard ceiling for auto-grown height so a chart with extreme fixed overhead
61
- * (very long rotated labels, large legends) can't expand without bound.
62
+ * (very long rotated labels, large legends) can't expand without bound. Kept
63
+ * compact so a long category list stays a reasonable size and scrolls past it
64
+ * rather than dominating the page.
62
65
  */
63
66
  private static readonly MAX_AUTO_HEIGHT;
64
67
  /**