@chartspire/chartspire-chart 10.0.0-alpha3 → 10.0.0-alpha4
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/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +4 -4
- package/dist/umd/klinecharts.js +4 -3
- package/dist/umd/klinecharts.js.map +1 -1
- package/dist/umd/klinecharts.min.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -310,6 +310,7 @@ export interface Styles {
|
|
|
310
310
|
crosshair: CrosshairStyle;
|
|
311
311
|
overlay: OverlayStyle;
|
|
312
312
|
}
|
|
313
|
+
export declare function getDefaultStyles(): Styles;
|
|
313
314
|
declare function merge(target: any, source: any): void;
|
|
314
315
|
declare function clone<T>(target: T): T;
|
|
315
316
|
declare function isArray<T = unknown>(value: unknown): value is T[];
|
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* KLineChart v10.0.0-
|
|
3
|
+
* KLineChart v10.0.0-alpha4
|
|
4
4
|
* Copyright (c) 2019 lihu.
|
|
5
5
|
* Licensed under Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0
|
|
6
6
|
*/
|
|
@@ -626,7 +626,7 @@ function logError(api, invalidParam, append) {
|
|
|
626
626
|
log('%c😟 klinecharts error%c %s%s%s', 'padding:3px 4px;border-radius:2px;color:#ffffff;background-color:#F92855;', 'color:#F92855;', api, invalidParam, append );
|
|
627
627
|
}
|
|
628
628
|
function logTag() {
|
|
629
|
-
log('%c❤️ Welcome to klinecharts. Version is 10.0.0-
|
|
629
|
+
log('%c❤️ Welcome to klinecharts. Version is 10.0.0-alpha4', 'border-radius:4px;border:dashed 1px #1677FF;line-height:70px;padding:0 20px;margin:16px 0;font-size:14px;color:#1677FF;', '', '', '', '');
|
|
630
630
|
}
|
|
631
631
|
|
|
632
632
|
/**
|
|
@@ -14418,7 +14418,7 @@ var chartBaseId = 1;
|
|
|
14418
14418
|
* @return {string}
|
|
14419
14419
|
*/
|
|
14420
14420
|
function version() {
|
|
14421
|
-
return '10.0.0-
|
|
14421
|
+
return '10.0.0-alpha4';
|
|
14422
14422
|
}
|
|
14423
14423
|
/**
|
|
14424
14424
|
* Init chart instance
|
|
@@ -14504,4 +14504,4 @@ var utils = {
|
|
|
14504
14504
|
checkCoordinateOnText: checkCoordinateOnText
|
|
14505
14505
|
};
|
|
14506
14506
|
|
|
14507
|
-
export { ActionType, CandleTooltipRectPosition, CandleType, DomPosition, FormatDateType, IndicatorSeries, LineType, OverlayMode, PolygonType, TooltipIconPosition, TooltipShowRule, TooltipShowType, dispose, getFigureClass, getOverlayClass, getSupportedFigures, getSupportedIndicators, getSupportedLocales, getSupportedOverlays, init, registerFigure, registerIndicator, registerLocale, registerOverlay, registerStyles, registerXAxis, registerYAxis, utils, version };
|
|
14507
|
+
export { ActionType, CandleTooltipRectPosition, CandleType, DomPosition, FormatDateType, IndicatorSeries, LineType, OverlayMode, PolygonType, TooltipIconPosition, TooltipShowRule, TooltipShowType, dispose, getDefaultStyles, getFigureClass, getOverlayClass, getSupportedFigures, getSupportedIndicators, getSupportedLocales, getSupportedOverlays, init, registerFigure, registerIndicator, registerLocale, registerOverlay, registerStyles, registerXAxis, registerYAxis, utils, version };
|
package/dist/umd/klinecharts.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* KLineChart v10.0.0-
|
|
3
|
+
* KLineChart v10.0.0-alpha4
|
|
4
4
|
* Copyright (c) 2019 lihu.
|
|
5
5
|
* Licensed under Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0
|
|
6
6
|
*/
|
|
@@ -631,7 +631,7 @@ function logError(api, invalidParam, append) {
|
|
|
631
631
|
log('%c😟 klinecharts error%c %s%s%s', 'padding:3px 4px;border-radius:2px;color:#ffffff;background-color:#F92855;', 'color:#F92855;', api, invalidParam, append );
|
|
632
632
|
}
|
|
633
633
|
function logTag() {
|
|
634
|
-
log('%c❤️ Welcome to klinecharts. Version is 10.0.0-
|
|
634
|
+
log('%c❤️ Welcome to klinecharts. Version is 10.0.0-alpha4', 'border-radius:4px;border:dashed 1px #1677FF;line-height:70px;padding:0 20px;margin:16px 0;font-size:14px;color:#1677FF;', '', '', '', '');
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
/**
|
|
@@ -14423,7 +14423,7 @@ var chartBaseId = 1;
|
|
|
14423
14423
|
* @return {string}
|
|
14424
14424
|
*/
|
|
14425
14425
|
function version() {
|
|
14426
|
-
return '10.0.0-
|
|
14426
|
+
return '10.0.0-alpha4';
|
|
14427
14427
|
}
|
|
14428
14428
|
/**
|
|
14429
14429
|
* Init chart instance
|
|
@@ -14510,6 +14510,7 @@ var utils = {
|
|
|
14510
14510
|
};
|
|
14511
14511
|
|
|
14512
14512
|
exports.dispose = dispose;
|
|
14513
|
+
exports.getDefaultStyles = getDefaultStyles;
|
|
14513
14514
|
exports.getFigureClass = getFigureClass;
|
|
14514
14515
|
exports.getOverlayClass = getOverlayClass;
|
|
14515
14516
|
exports.getSupportedFigures = getSupportedFigures;
|