tsichart-core 2.1.7 → 2.1.10
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 +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
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;
|