tsichart-core 2.1.7 → 2.1.9

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.
package/dist/index.d.ts CHANGED
@@ -489,6 +489,7 @@ declare class TemporalXAxisComponent extends ChartVisualizationComponent {
489
489
  private labelFormatUsesSeconds;
490
490
  private labelFormatUsesMillis;
491
491
  updateXAxis(forceFirst?: boolean, forceLast?: boolean): void;
492
+ private keepLastTickLabelInView;
492
493
  private updateAxisText;
493
494
  protected drawXAxis(yOffset: any, snapFirst?: boolean, snapLast?: boolean): void;
494
495
  private isSameDate;
@@ -562,6 +563,7 @@ declare class LineChart extends TemporalXAxisComponent {
562
563
  private plotComponents;
563
564
  private isFirstMarkerDrop;
564
565
  private xOffset;
566
+ private xAxisRightPadding;
565
567
  private swimlaneYExtents;
566
568
  private swimLaneContents;
567
569
  private originalSwimLanes;