@visionaris-bruno/vs-echarts 8.4.1 → 8.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -137,13 +137,6 @@ type NGXEchartsSelectChangeEventData = {
|
|
|
137
137
|
}[];
|
|
138
138
|
escapeConnect: unknown;
|
|
139
139
|
};
|
|
140
|
-
type BoxplotStatisticsKeys = {
|
|
141
|
-
min: string;
|
|
142
|
-
q1: string;
|
|
143
|
-
median: string;
|
|
144
|
-
q3: string;
|
|
145
|
-
max: string;
|
|
146
|
-
};
|
|
147
140
|
|
|
148
141
|
/**
|
|
149
142
|
* IEChartDataNode
|
|
@@ -216,9 +209,7 @@ type MakeOpts = {
|
|
|
216
209
|
type MakeBarOpts = MakeOpts;
|
|
217
210
|
type MakeLineOpts = MakeOpts;
|
|
218
211
|
type MakeScatterOpts = MakeOpts;
|
|
219
|
-
type MakeBoxplotOpts = MakeOpts & {
|
|
220
|
-
statisticsKeys?: BoxplotStatisticsKeys;
|
|
221
|
-
};
|
|
212
|
+
type MakeBoxplotOpts = MakeOpts & {};
|
|
222
213
|
/**
|
|
223
214
|
* Director de Builds.
|
|
224
215
|
*/
|
|
@@ -765,4 +756,4 @@ declare class EChartsHBoxplotComponent extends BaseEchartsComponent {
|
|
|
765
756
|
}
|
|
766
757
|
|
|
767
758
|
export { BaseEchartsComponent, EChartsAreaComponent, EChartsAreaStackComponent, EChartsBarStackedComponent, EChartsBarStackedRadialComponent, EChartsHBarComponent, EChartsHBarStackedComponent, EChartsHBoxplotComponent, EChartsSunburstComponent, EchartsBarComponent, EchartsFunnelComponent, EchartsLineComponent, EchartsPieComponent, EchartsRingComponent, EchartsSankeyComponent, EchartsScatterComponent, defaultOptionsOverrides, initializeEcharts, provideVSEcharts };
|
|
768
|
-
export type {
|
|
759
|
+
export type { ChartColorResolver, ChartOrientation, EChartClickType, EChartValueFormatter, IAreaOptionsOverrides, IAreaStackOptionsOverrides, IAxisOptionsOverrides, IBarOptionsOverrides, IBarStackedOptionsOverrides, IBarStackedRadialOptionsOverrides, IBoxplotOptionsOverrides, IEChartBuilder, IEChartData, IEChartDataNode, IEChartDimension, IFunnelOptionsOverrides, IHBarOptionsOverrides, IHBarStackedOptionsOverrides, IHBoxplotOptionsOverrides, ILineOptionsOverrides, IOptionsOverrides, IOptionsOverridesWrapper, IPieOptionsOverrides, IRingOptionsOverrides, ISankeyOptionsOverrides, IScatterOptionsOverrides, ISeriesLayoutOpts, ISunburstOptionsOverrides, ITooltipOptionsOverrides, NGXEchartsSelectChangeEventData, VSEChartProduct };
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visionaris-bruno/vs-echarts",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.3.0",
|
|
6
6
|
"@angular/core": "^20.3.0",
|
|
7
|
+
"@ngx-translate/core": "^15.0.0",
|
|
7
8
|
"echarts": "^6.0.0",
|
|
8
9
|
"lodash": "^4.17.21",
|
|
9
10
|
"ngx-echarts": "^20.0.1",
|