scichart-engine 1.6.0 → 1.6.2
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/dist/core/chart/ChartCore.d.ts +1 -1
- package/dist/{index.core-DAaKLsWw.js → index.core-Crr0-eUV.js} +457 -391
- package/dist/index.core-Crr0-eUV.js.map +1 -0
- package/dist/index.d.ts +4 -3
- package/dist/plugins/annotations.js +127 -118
- package/dist/plugins/annotations.js.map +1 -1
- package/dist/plugins/builtins/direction-indicator/DirectionIndicatorPlugin.d.ts +4 -0
- package/dist/scichart-engine.full.js +728 -662
- package/dist/scichart-engine.full.js.map +1 -1
- package/dist/scichart-engine.js +12 -12
- package/dist/serialization/index.d.ts +2 -1
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
- package/dist/index.core-DAaKLsWw.js.map +0 -1
|
@@ -266,7 +266,7 @@ export declare class ChartImpl implements Chart {
|
|
|
266
266
|
* Load state from URL hash
|
|
267
267
|
*/
|
|
268
268
|
fromUrlHash(hash: string, compressed?: boolean): void;
|
|
269
|
-
use(plugin:
|
|
269
|
+
use(plugin: import('../../plugins').ChartPlugin): void;
|
|
270
270
|
resize(): void;
|
|
271
271
|
requestRender(): void;
|
|
272
272
|
requestOverlayRender(): void;
|