%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/var/www/html/ppaobm/backend/web/assets/16c36a2e/modules/ |
Upload File : |
/*!* * * Copyright (c) Highsoft AS. All rights reserved. * *!*/ import * as globals from "../globals.src"; import * as _Highcharts from "../highcharts.src"; /** * Adds the module to the imported Highcharts namespace. * * @param highcharts * The imported Highcharts namespace to extend. */ export function factory(highcharts: typeof Highcharts): void; declare module "../highcharts.src" { interface Chart { /** * Add a series to the chart as drilldown from a specific point in the * parent series. This method is used for async drilldown, when clicking * a point in a series should result in loading and displaying a more * high-resolution series. When not async, the setup is simpler using * the drilldown.series options structure. * * @param point * The point from which the drilldown will start. * * @param options * The series options for the new, detailed series. */ addSeriesAsDrilldown(point: Point, options: SeriesOptionsType): void; /** * When the chart is drilled down to a child series, calling * `chart.drillUp()` will drill up to the parent series. Requires the * drilldown module. */ drillUp(): void; } interface SVGElement { /** * A general fadeIn method. */ fadeIn(animation?: AnimationOptionsObject): void; } } export default factory; export let Highcharts: typeof _Highcharts;