codefoxui
Advanced tools
Comparing version 0.6.18 to 0.6.19
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter } from "@angular/core"; | ||
import { Axis, ProcessedAxis, AxisType, ChartConfiguration, ProcessedChartConfiguration, ChartContextMenuItem, ChartCoordinates, ChartDrawFinishedParams, ChartDrawStartedParams, ChartPosition, ChartStyle, SeriesData, SeriesType, ProcessedSeries, ChartMarginProcessed, ChartPieTemplate, ChartArcInformation, ChartPieTemplateDrawFunction, ChartPieTemplateFull, ChartColumnHoverDrawFunction, ChartSeriesValuePipeFunction, AxisDrawValue } from "./chart.interfaces"; | ||
import { Axis, ProcessedAxis, AxisType, ChartConfiguration, ProcessedChartConfiguration, ChartContextMenuItem, ChartCoordinates, ChartDrawFinishedParams, ChartDrawStartedParams, ChartPosition, ChartStyle, SeriesData, SeriesType, ProcessedSeries, ChartMarginProcessed, ChartPieTemplate, ChartArcInformation, ChartPieTemplateDrawFunction, ChartPieTemplateFull, ChartColumnHoverDrawFunction, ChartSeriesValuePipeFunction, AxisDrawValue, Series } from "./chart.interfaces"; | ||
import { TranslationsService } from "../../shared"; | ||
@@ -211,3 +211,5 @@ import { LabelValue } from "../../interfaces"; | ||
setPieTemplates(pieTemplates: ChartPieTemplate[]): void; | ||
update(): void; | ||
removeAllSeries(draw?: boolean): void; | ||
addSeries(series: Series, draw?: boolean): void; | ||
update(draw?: boolean): void; | ||
detectChanges(): void; | ||
@@ -214,0 +216,0 @@ ngAfterViewInit(): void; |
{ | ||
"name": "codefoxui", | ||
"version": "0.6.18", | ||
"version": "0.6.19", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6611244
44290