Browse Source

Merge branch 'reorder-renderings' into 'main'

reorder

See merge request chartwerk/core!14
merge-requests/15/merge
Alexander Velikiy 2 years ago
parent
commit
b75744ca8b
  1. 2
      dist/index.js
  2. 6
      src/index.ts

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

6
src/index.ts

@ -178,12 +178,12 @@ abstract class ChartwerkPod<T extends TimeSerie, O extends Options> {
}
public render(): void {
this.renderAxes();
this.renderGrid();
this.renderClipPath();
this.addEvents();
this.renderAxes();
this.renderGrid();
this.renderCrosshair();
this.renderMetricsContainer();
this.renderMetrics();

Loading…
Cancel
Save