ng-apexcharts
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -1,5 +0,6 @@ | ||
import { OnChanges, OnInit, OnDestroy, SimpleChanges } from "@angular/core"; | ||
import { OnChanges, OnInit, OnDestroy, SimpleChanges, NgZone } from "@angular/core"; | ||
import { ApexAnnotations, ApexAxisChartSeries, ApexChart, ApexDataLabels, ApexFill, ApexGrid, ApexLegend, ApexNonAxisChartSeries, ApexMarkers, ApexNoData, ApexPlotOptions, ApexResponsive, ApexStates, ApexStroke, ApexTheme, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis } from "../model/apex-types"; | ||
import * as i0 from "@angular/core"; | ||
export declare class ChartComponent implements OnInit, OnChanges, OnDestroy { | ||
private ngZone; | ||
chart: ApexChart; | ||
@@ -29,2 +30,3 @@ annotations: ApexAnnotations; | ||
private chartObj; | ||
constructor(ngZone: NgZone); | ||
ngOnInit(): void; | ||
@@ -36,3 +38,3 @@ ngOnChanges(changes: SimpleChanges): void; | ||
updateOptions(options: any, redrawPaths?: boolean, animate?: boolean, updateSyncedCharts?: boolean): Promise<void>; | ||
updateSeries(newSeries: ApexAxisChartSeries | ApexNonAxisChartSeries, animate?: boolean): void; | ||
updateSeries(newSeries: ApexAxisChartSeries | ApexNonAxisChartSeries, animate?: boolean): any; | ||
appendSeries(newSeries: ApexAxisChartSeries | ApexNonAxisChartSeries, animate?: boolean): void; | ||
@@ -54,5 +56,7 @@ appendData(newData: any[]): void; | ||
clearAnnotations(options?: any): void; | ||
dataURI(options?: any): Promise<void>; | ||
dataURI(options?: any): Promise<{ | ||
imgURI: string; | ||
}>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "apx-chart", never, { "chart": "chart"; "annotations": "annotations"; "colors": "colors"; "dataLabels": "dataLabels"; "series": "series"; "stroke": "stroke"; "labels": "labels"; "legend": "legend"; "markers": "markers"; "noData": "noData"; "fill": "fill"; "tooltip": "tooltip"; "plotOptions": "plotOptions"; "responsive": "responsive"; "xaxis": "xaxis"; "yaxis": "yaxis"; "grid": "grid"; "states": "states"; "title": "title"; "subtitle": "subtitle"; "theme": "theme"; "autoUpdateSeries": "autoUpdateSeries"; }, {}, never, never>; | ||
} |
@@ -743,2 +743,3 @@ export interface ApexOptions { | ||
theme?: string; | ||
cssClass?: string; | ||
style?: { | ||
@@ -813,2 +814,15 @@ fontSize?: string; | ||
}; | ||
group?: { | ||
groups?: { | ||
title: string; | ||
cols: number; | ||
}[]; | ||
style?: { | ||
colors?: string | string[]; | ||
fontSize?: string; | ||
fontFamily?: string; | ||
fontWeight?: string | number; | ||
cssClass?: string; | ||
}; | ||
}; | ||
formatter?(value: string, timestamp?: number, opts?: any): string | string[]; | ||
@@ -815,0 +829,0 @@ }; |
{ | ||
"name": "ng-apexcharts", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "An angular implementation of ApexCharts", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
155278
1888
0