Skip to content

Commit

Permalink
fix #6: remove prototype PointlineChart
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-progger committed Mar 23, 2024
1 parent e8c191d commit 4740a40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pointlinejs/pointlinejs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { TreeStore } from './vendor/treant/TreeStore';
import { UTIL } from './vendor/treant/Util';
import { Container } from 'inversify';
import 'reflect-metadata';
import { PointlineChart } from './components/pointline-chart';
window.jQuery = window.$ = require('jquery');
require('jquery.easing');

Expand Down Expand Up @@ -53,5 +52,3 @@ export class PointlineJS {
return this.tree;
}
}

export class PointlineChartTemplate extends PointlineChart { };

0 comments on commit 4740a40

Please sign in to comment.