Browse Source

dist upd

merge-requests/1/merge
vargburz 4 years ago
parent
commit
6a9c451004
  1. 5
      dist/index.d.ts
  2. 2
      dist/index.js

5
dist/index.d.ts vendored

@ -3,8 +3,10 @@ import { ChartwerkPod } from '@chartwerk/core';
export declare class ChartwerkGaugePod extends ChartwerkPod<GaugeTimeSerie, GaugeOptions> { export declare class ChartwerkGaugePod extends ChartwerkPod<GaugeTimeSerie, GaugeOptions> {
private _gaugeTransform; private _gaugeTransform;
private _gaugeCenter; private _gaugeCenter;
private _minWH;
constructor(el: HTMLElement, _series?: GaugeTimeSerie[], _options?: GaugeOptions); constructor(el: HTMLElement, _series?: GaugeTimeSerie[], _options?: GaugeOptions);
renderMetrics(): void; renderMetrics(): void;
private _setBoundingBox;
private _renderValue; private _renderValue;
private _renderValueArc; private _renderValueArc;
private _renderThresholdArc; private _renderThresholdArc;
@ -21,6 +23,9 @@ export declare class ChartwerkGaugePod extends ChartwerkPod<GaugeTimeSerie, Gaug
private get _stat(); private get _stat();
private get _innerRadius(); private get _innerRadius();
private get _outerRadius(); private get _outerRadius();
rescaleArcRadius(radius: number): number;
rescaleValueFont(fontsize: number): number;
private get _scaleFactor();
private get _valueTextDecimals(); private get _valueTextDecimals();
private get aggregatedValue(); private get aggregatedValue();
private get _maxValue(); private get _maxValue();

2
dist/index.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save