@visactor/vchart-types 2.1.0-alpha.3 → 2.1.0-alpha.5
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.
|
@@ -127,6 +127,9 @@ export declare class BaseChart<T extends IChartSpec> extends CompilableBase impl
|
|
|
127
127
|
componentOnlyUpdatedComponents: IComponent[];
|
|
128
128
|
hasNonComponentOnlyUpdate: boolean;
|
|
129
129
|
};
|
|
130
|
+
private _canChangeMarkerComponentsWithoutRemake;
|
|
131
|
+
private _canAddMarkerComponentsWithoutRemake;
|
|
132
|
+
private _isMarkerAdditionSpecSafeWithoutRemake;
|
|
130
133
|
private _canRemoveMarkerComponentsWithoutRemake;
|
|
131
134
|
private _isOnlyMarkerComponentsRemoved;
|
|
132
135
|
private _isComponentSpecKey;
|
|
@@ -134,6 +137,10 @@ export declare class BaseChart<T extends IChartSpec> extends CompilableBase impl
|
|
|
134
137
|
private _isOnlySeriesSpecsChanged;
|
|
135
138
|
private _canSkipChartDataStages;
|
|
136
139
|
private _isComponentScaleDomainOnlyUpdate;
|
|
140
|
+
private _reRunStackDataFlow;
|
|
141
|
+
private _getModelSpecIndex;
|
|
142
|
+
private _hasComponentForSpecInfo;
|
|
143
|
+
private _createMissingMarkerComponentsForSpecs;
|
|
137
144
|
private _removeMarkerComponentsForEmptySpecs;
|
|
138
145
|
private _removeComponent;
|
|
139
146
|
updateSeriesSpec(result: IUpdateSpecResult): void;
|