UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

28 lines (27 loc) 1.51 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { Base, markType } from "igniteui-react-core"; import { IPreparesCategoryTrendline_$type } from "./IPreparesCategoryTrendline"; /** * @hidden */ var DefaultCategoryTrendlinePreparer = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DefaultCategoryTrendlinePreparer, _super); function DefaultCategoryTrendlinePreparer() { return _super !== null && _super.apply(this, arguments) || this; } DefaultCategoryTrendlinePreparer.prototype.prepareLine = function (a, b, c, d) { }; DefaultCategoryTrendlinePreparer.prototype.prepareLine1 = function (a, b, c, d, e) { }; DefaultCategoryTrendlinePreparer.prototype.prepareLineCore = function (a, b, c, d, e, f, g) { }; DefaultCategoryTrendlinePreparer.$t = markType(DefaultCategoryTrendlinePreparer, 'DefaultCategoryTrendlinePreparer', Base.$, [IPreparesCategoryTrendline_$type]); return DefaultCategoryTrendlinePreparer; }(Base)); export { DefaultCategoryTrendlinePreparer };