ng-apexcharts
Advanced tools
Comparing version 1.5.10 to 1.5.11
@@ -1214,2 +1214,4 @@ (function (global, factory) { | ||
ApexLegend.prototype.textAnchor; | ||
/** @type {?} */ | ||
ApexLegend.prototype.customLegendItems; | ||
/** @type {?|undefined} */ | ||
@@ -1216,0 +1218,0 @@ ApexLegend.prototype.labels; |
@@ -882,2 +882,4 @@ import { Component, Input, ViewChild, NgModule } from '@angular/core'; | ||
ApexLegend.prototype.textAnchor; | ||
/** @type {?} */ | ||
ApexLegend.prototype.customLegendItems; | ||
/** @type {?|undefined} */ | ||
@@ -884,0 +886,0 @@ ApexLegend.prototype.labels; |
@@ -992,2 +992,4 @@ import { __spread } from 'tslib'; | ||
ApexLegend.prototype.textAnchor; | ||
/** @type {?} */ | ||
ApexLegend.prototype.customLegendItems; | ||
/** @type {?|undefined} */ | ||
@@ -994,0 +996,0 @@ ApexLegend.prototype.labels; |
@@ -644,2 +644,3 @@ export interface ApexOptions { | ||
textAnchor?: string; | ||
customLegendItems: string[]; | ||
labels?: { | ||
@@ -646,0 +647,0 @@ colors?: string | string[]; |
{ | ||
"name": "ng-apexcharts", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
546584
7740