@progress/kendo-react-charts 9.4.0-develop.6 → 9.4.0-develop.7
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/BaseChart.js +1 -1
- package/BaseChart.mjs +0 -1
- package/Chart.js +1 -1
- package/Chart.mjs +3 -4
- package/ChartBreadcrumb.js +1 -1
- package/ChartBreadcrumb.mjs +0 -1
- package/ChartContext.js +1 -1
- package/ChartContext.mjs +0 -1
- package/ChartNoDataOverlay.js +1 -1
- package/ChartNoDataOverlay.mjs +4 -5
- package/Container.js +1 -1
- package/Container.mjs +3 -4
- package/DonutCenter.js +1 -1
- package/DonutCenter.mjs +0 -1
- package/Sparkline.js +1 -1
- package/Sparkline.mjs +0 -1
- package/StockChart.js +1 -1
- package/StockChart.mjs +0 -1
- package/components/AxisDefaults.js +1 -1
- package/components/AxisDefaults.mjs +0 -1
- package/components/CategoryAxis.js +1 -1
- package/components/CategoryAxis.mjs +10 -11
- package/components/CategoryAxisItem.js +1 -1
- package/components/CategoryAxisItem.mjs +0 -1
- package/components/ChartArea.js +1 -1
- package/components/ChartArea.mjs +4 -5
- package/components/Legend.js +1 -1
- package/components/Legend.mjs +3 -4
- package/components/Navigator.js +1 -1
- package/components/Navigator.mjs +0 -1
- package/components/Pane.js +1 -1
- package/components/Pane.mjs +3 -4
- package/components/PaneDefaults.js +1 -1
- package/components/PaneDefaults.mjs +5 -6
- package/components/Panes.js +1 -1
- package/components/Panes.mjs +4 -5
- package/components/PlotArea.js +1 -1
- package/components/PlotArea.mjs +3 -4
- package/components/Series.js +1 -1
- package/components/Series.mjs +5 -6
- package/components/SeriesDefaults.js +1 -1
- package/components/SeriesDefaults.mjs +0 -1
- package/components/SeriesItem.js +1 -1
- package/components/SeriesItem.mjs +0 -1
- package/components/Subtitle.js +1 -1
- package/components/Subtitle.mjs +0 -1
- package/components/Title.js +1 -1
- package/components/Title.mjs +0 -1
- package/components/Tooltip.js +1 -1
- package/components/Tooltip.mjs +3 -4
- package/components/ValueAxis.js +1 -1
- package/components/ValueAxis.mjs +10 -11
- package/components/ValueAxisItem.js +1 -1
- package/components/ValueAxisItem.mjs +2 -3
- package/components/XAxis.js +1 -1
- package/components/XAxis.mjs +5 -6
- package/components/XAxisItem.js +1 -1
- package/components/XAxisItem.mjs +0 -1
- package/components/YAxis.js +1 -1
- package/components/YAxis.mjs +9 -10
- package/components/YAxisItem.js +1 -1
- package/components/YAxisItem.mjs +0 -1
- package/components/Zoomable.js +1 -1
- package/components/Zoomable.mjs +3 -4
- package/components/axis-defaults/Crosshair.js +1 -1
- package/components/axis-defaults/Crosshair.mjs +2 -3
- package/components/axis-defaults/CrosshairTooltip.js +1 -1
- package/components/axis-defaults/CrosshairTooltip.mjs +2 -3
- package/components/axis-defaults/Labels.js +1 -1
- package/components/axis-defaults/Labels.mjs +5 -6
- package/components/axis-defaults/Title.js +1 -1
- package/components/axis-defaults/Title.mjs +0 -1
- package/components/base/CollectionConfigurationComponent.js +1 -1
- package/components/base/CollectionConfigurationComponent.mjs +12 -13
- package/components/base/ConfigurationComponent.js +1 -1
- package/components/base/ConfigurationComponent.mjs +0 -1
- package/components/category-axis-item/Crosshair.js +1 -1
- package/components/category-axis-item/Crosshair.mjs +4 -5
- package/components/category-axis-item/CrosshairTooltip.js +1 -1
- package/components/category-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/category-axis-item/Labels.js +1 -1
- package/components/category-axis-item/Labels.mjs +0 -1
- package/components/category-axis-item/Notes.js +1 -1
- package/components/category-axis-item/Notes.mjs +4 -5
- package/components/category-axis-item/NotesIcon.js +1 -1
- package/components/category-axis-item/NotesIcon.mjs +0 -1
- package/components/category-axis-item/NotesLabel.js +1 -1
- package/components/category-axis-item/NotesLabel.mjs +2 -3
- package/components/category-axis-item/RangeLabels.js +1 -1
- package/components/category-axis-item/RangeLabels.mjs +0 -1
- package/components/category-axis-item/Title.js +1 -1
- package/components/category-axis-item/Title.mjs +0 -1
- package/components/legend/InactiveItems.js +1 -1
- package/components/legend/InactiveItems.mjs +0 -1
- package/components/legend/Item.js +1 -1
- package/components/legend/Item.mjs +0 -1
- package/components/legend/Title.js +1 -1
- package/components/legend/Title.mjs +0 -1
- package/components/navigator/CategoryAxis.js +1 -1
- package/components/navigator/CategoryAxis.mjs +0 -1
- package/components/navigator/Hint.js +1 -1
- package/components/navigator/Hint.mjs +3 -4
- package/components/navigator/Pane.js +1 -1
- package/components/navigator/Pane.mjs +0 -1
- package/components/navigator/Select.js +1 -1
- package/components/navigator/Select.mjs +0 -1
- package/components/navigator/Series.js +1 -1
- package/components/navigator/Series.mjs +0 -1
- package/components/navigator/SeriesItem.js +1 -1
- package/components/navigator/SeriesItem.mjs +2 -3
- package/components/pane-defaults/Title.js +1 -1
- package/components/pane-defaults/Title.mjs +0 -1
- package/components/series-item/ErrorBars.js +1 -1
- package/components/series-item/ErrorBars.mjs +3 -4
- package/components/series-item/Extremes.js +1 -1
- package/components/series-item/Extremes.mjs +0 -1
- package/components/series-item/Highlight.js +1 -1
- package/components/series-item/Highlight.mjs +3 -4
- package/components/series-item/Labels.js +1 -1
- package/components/series-item/Labels.mjs +0 -1
- package/components/series-item/LabelsFrom.js +1 -1
- package/components/series-item/LabelsFrom.mjs +3 -4
- package/components/series-item/LabelsTo.js +1 -1
- package/components/series-item/LabelsTo.mjs +2 -3
- package/components/series-item/Markers.js +1 -1
- package/components/series-item/Markers.mjs +2 -3
- package/components/series-item/Notes.js +1 -1
- package/components/series-item/Notes.mjs +2 -3
- package/components/series-item/NotesIcon.js +1 -1
- package/components/series-item/NotesIcon.mjs +3 -4
- package/components/series-item/NotesLabel.js +1 -1
- package/components/series-item/NotesLabel.mjs +0 -1
- package/components/series-item/Outliers.js +1 -1
- package/components/series-item/Outliers.mjs +2 -3
- package/components/series-item/Tooltip.js +1 -1
- package/components/series-item/Tooltip.mjs +0 -1
- package/components/value-axis-item/Crosshair.js +1 -1
- package/components/value-axis-item/Crosshair.mjs +3 -4
- package/components/value-axis-item/CrosshairTooltip.js +1 -1
- package/components/value-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/value-axis-item/Labels.js +1 -1
- package/components/value-axis-item/Labels.mjs +0 -1
- package/components/value-axis-item/Notes.js +1 -1
- package/components/value-axis-item/Notes.mjs +4 -5
- package/components/value-axis-item/NotesIcon.js +1 -1
- package/components/value-axis-item/NotesIcon.mjs +2 -3
- package/components/value-axis-item/NotesLabel.js +1 -1
- package/components/value-axis-item/NotesLabel.mjs +0 -1
- package/components/value-axis-item/Title.js +1 -1
- package/components/value-axis-item/Title.mjs +0 -1
- package/components/x-axis-item/Crosshair.js +1 -1
- package/components/x-axis-item/Crosshair.mjs +3 -4
- package/components/x-axis-item/CrosshairTooltip.js +1 -1
- package/components/x-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/x-axis-item/Labels.js +1 -1
- package/components/x-axis-item/Labels.mjs +0 -1
- package/components/x-axis-item/Notes.js +1 -1
- package/components/x-axis-item/Notes.mjs +3 -4
- package/components/x-axis-item/NotesIcon.js +1 -1
- package/components/x-axis-item/NotesIcon.mjs +2 -3
- package/components/x-axis-item/NotesLabel.js +1 -1
- package/components/x-axis-item/NotesLabel.mjs +2 -3
- package/components/x-axis-item/Title.js +1 -1
- package/components/x-axis-item/Title.mjs +0 -1
- package/components/y-axis-item/Crosshair.js +1 -1
- package/components/y-axis-item/Crosshair.mjs +3 -4
- package/components/y-axis-item/CrosshairTooltip.js +1 -1
- package/components/y-axis-item/CrosshairTooltip.mjs +3 -4
- package/components/y-axis-item/Labels.js +1 -1
- package/components/y-axis-item/Labels.mjs +0 -1
- package/components/y-axis-item/Notes.js +1 -1
- package/components/y-axis-item/Notes.mjs +3 -4
- package/components/y-axis-item/NotesIcon.js +1 -1
- package/components/y-axis-item/NotesIcon.mjs +2 -3
- package/components/y-axis-item/NotesLabel.js +1 -1
- package/components/y-axis-item/NotesLabel.mjs +2 -3
- package/components/y-axis-item/Title.js +1 -1
- package/components/y-axis-item/Title.mjs +0 -1
- package/events/axis-label-click-event.js +1 -1
- package/events/axis-label-click-event.mjs +0 -1
- package/events/base-event.js +1 -1
- package/events/base-event.mjs +2 -3
- package/events/chart-event-builder.js +1 -1
- package/events/chart-event-builder.mjs +4 -5
- package/events/dom-event.js +1 -1
- package/events/dom-event.mjs +7 -8
- package/events/drag-end-event.js +1 -1
- package/events/drag-end-event.mjs +4 -5
- package/events/drag-event.js +1 -1
- package/events/drag-event.mjs +2 -3
- package/events/drag-start-event.js +1 -1
- package/events/drag-start-event.mjs +0 -1
- package/events/drilldown-event.js +1 -1
- package/events/drilldown-event.mjs +0 -1
- package/events/drilldown-state-change-event.js +1 -1
- package/events/drilldown-state-change-event.mjs +0 -1
- package/events/legend-item-click-event.js +1 -1
- package/events/legend-item-click-event.mjs +0 -1
- package/events/legend-item-hover-event.js +1 -1
- package/events/legend-item-hover-event.mjs +0 -1
- package/events/legend-item-leave-event.js +1 -1
- package/events/legend-item-leave-event.mjs +0 -1
- package/events/navigator-filter-event.js +1 -1
- package/events/navigator-filter-event.mjs +0 -1
- package/events/note-click-event.js +1 -1
- package/events/note-click-event.mjs +0 -1
- package/events/note-hover-event.js +1 -1
- package/events/note-hover-event.mjs +2 -3
- package/events/plot-area-click-event.js +1 -1
- package/events/plot-area-click-event.mjs +0 -1
- package/events/plot-area-hover-event.js +1 -1
- package/events/plot-area-hover-event.mjs +3 -4
- package/events/preventable-event.js +1 -1
- package/events/preventable-event.mjs +0 -1
- package/events/render-event.js +1 -1
- package/events/render-event.mjs +2 -3
- package/events/select-end-event.js +1 -1
- package/events/select-end-event.mjs +2 -3
- package/events/select-event.js +1 -1
- package/events/select-event.mjs +4 -5
- package/events/select-start-event.js +1 -1
- package/events/select-start-event.mjs +2 -3
- package/events/series-click-event.js +1 -1
- package/events/series-click-event.mjs +0 -1
- package/events/series-hover-event.js +1 -1
- package/events/series-hover-event.mjs +0 -1
- package/events/zoom-end-event.js +1 -1
- package/events/zoom-end-event.mjs +5 -6
- package/events/zoom-event.js +1 -1
- package/events/zoom-event.mjs +0 -1
- package/events/zoom-start-event.js +1 -1
- package/events/zoom-start-event.mjs +2 -3
- package/index.js +2 -1
- package/messages.js +1 -1
- package/messages.mjs +0 -1
- package/methods/index.js +1 -1
- package/methods/index.mjs +9 -10
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -3
- package/package.json +6 -6
- package/sankey/Sankey.js +1 -1
- package/sankey/Sankey.mjs +0 -1
- package/sankey/SankeyTooltip.js +1 -1
- package/sankey/SankeyTooltip.mjs +7 -8
- package/sankey/messages.js +1 -1
- package/sankey/messages.mjs +0 -1
- package/sankey/propTypes.js +1 -1
- package/sankey/propTypes.mjs +0 -1
- package/sankey/theme-service.js +2 -2
- package/sankey/theme-service.mjs +0 -1
- package/sankey/utils.js +1 -1
- package/sankey/utils.mjs +0 -1
- package/store/reducer.js +1 -1
- package/store/reducer.mjs +3 -4
- package/store/store.js +1 -1
- package/store/store.mjs +0 -1
- package/theming/theme-service.js +1 -1
- package/theming/theme-service.mjs +0 -1
- package/tooltip/Crosshair.js +1 -1
- package/tooltip/Crosshair.mjs +6 -7
- package/tooltip/CrosshairContainer.js +1 -1
- package/tooltip/CrosshairContainer.mjs +0 -1
- package/tooltip/Point.js +1 -1
- package/tooltip/Point.mjs +4 -5
- package/tooltip/Popup.js +1 -1
- package/tooltip/Popup.mjs +6 -7
- package/tooltip/Series.js +1 -1
- package/tooltip/Series.mjs +18 -19
- package/tooltip/SharedTooltipContent.js +1 -1
- package/tooltip/SharedTooltipContent.mjs +0 -1
- package/utils/index.js +1 -1
- package/utils/index.mjs +9 -10
package/components/Subtitle.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),c=require("./base/ConfigurationComponent.js");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const u=i(a),o=e=>u.createElement(c.ConfigurationComponent,{...e,_chartKey:"subtitle"});o.displayName="ChartSubtitle";exports.ChartSubtitle=o;
|
package/components/Subtitle.mjs
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "./base/ConfigurationComponent.mjs";
|
|
11
10
|
const r = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "subtitle" });
|
package/components/Title.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),c=require("./base/ConfigurationComponent.js");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const l=i(a),o=e=>l.createElement(c.ConfigurationComponent,{...e,_chartKey:"title"});o.displayName="ChartTitle";exports.ChartTitle=o;
|
package/components/Title.mjs
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "./base/ConfigurationComponent.mjs";
|
|
11
10
|
const r = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "title" });
|
package/components/Tooltip.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),i=require("./base/ConfigurationComponent.js");function c(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const l=c(a),n=e=>l.createElement(i.ConfigurationComponent,{visible:!0,...e,_chartKey:"tooltip"});n.displayName="ChartTooltip";exports.ChartTooltip=n;
|
package/components/Tooltip.mjs
CHANGED
|
@@ -5,11 +5,10 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as o from "react";
|
|
10
9
|
import { ConfigurationComponent as e } from "./base/ConfigurationComponent.mjs";
|
|
11
|
-
const
|
|
12
|
-
|
|
10
|
+
const r = (t) => /* @__PURE__ */ o.createElement(e, { visible: !0, ...t, _chartKey: "tooltip" });
|
|
11
|
+
r.displayName = "ChartTooltip";
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
r as ChartTooltip
|
|
15
14
|
};
|
package/components/ValueAxis.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),i=require("./base/CollectionConfigurationComponent.js"),c=require("./ValueAxisItem.js"),l=require("../utils/index.js");function u(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const s=u(a),r=e=>s.createElement(i.CollectionConfigurationComponent,{...e,_chartKey:"valueAxis"});r.propTypes={children:function(e,n,t){return l.validateChildren(e,n,t,c.ChartValueAxisItem)}};r.displayName="ChartValueAxis";exports.ChartValueAxis=r;
|
package/components/ValueAxis.mjs
CHANGED
|
@@ -5,18 +5,17 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
t
|
|
15
|
-
|
|
16
|
-
return l(e, r, o, n);
|
|
8
|
+
import * as a from "react";
|
|
9
|
+
import { CollectionConfigurationComponent as i } from "./base/CollectionConfigurationComponent.mjs";
|
|
10
|
+
import { ChartValueAxisItem as m } from "./ValueAxisItem.mjs";
|
|
11
|
+
import { validateChildren as n } from "../utils/index.mjs";
|
|
12
|
+
const r = (e) => /* @__PURE__ */ a.createElement(i, { ...e, _chartKey: "valueAxis" });
|
|
13
|
+
r.propTypes = {
|
|
14
|
+
children: function(e, t, o) {
|
|
15
|
+
return n(e, t, o, m);
|
|
17
16
|
}
|
|
18
17
|
};
|
|
19
|
-
|
|
18
|
+
r.displayName = "ChartValueAxis";
|
|
20
19
|
export {
|
|
21
|
-
|
|
20
|
+
r as ChartValueAxis
|
|
22
21
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),c=require("./base/ConfigurationComponent.js");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const u=i(a),o=e=>u.createElement(c.ConfigurationComponent,{...e});o.displayName="ChartValueAxisItem";exports.ChartValueAxisItem=o;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import * as t from "react";
|
|
8
|
+
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as a } from "./base/ConfigurationComponent.mjs";
|
|
11
|
-
const o = (
|
|
10
|
+
const o = (t) => /* @__PURE__ */ e.createElement(a, { ...t });
|
|
12
11
|
o.displayName = "ChartValueAxisItem";
|
|
13
12
|
export {
|
|
14
13
|
o as ChartValueAxisItem
|
package/components/XAxis.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react"),c=require("./base/CollectionConfigurationComponent.js"),a=require("./XAxisItem.js"),l=require("../utils/index.js");function s(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const u=s(i),r=e=>u.createElement(c.CollectionConfigurationComponent,{...e,_chartKey:"xAxis"});r.prototype={children:function(e,n,t){return l.validateChildren(e,n,t,a.ChartXAxisItem)}};r.displayName="ChartXAxis";exports.ChartXAxis=r;
|
package/components/XAxis.mjs
CHANGED
|
@@ -5,15 +5,14 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as i from "react";
|
|
10
|
-
import { CollectionConfigurationComponent as
|
|
11
|
-
import { ChartXAxisItem as
|
|
12
|
-
import { validateChildren as
|
|
13
|
-
const r = (t) => /* @__PURE__ */ i.createElement(
|
|
9
|
+
import { CollectionConfigurationComponent as a } from "./base/CollectionConfigurationComponent.mjs";
|
|
10
|
+
import { ChartXAxisItem as m } from "./XAxisItem.mjs";
|
|
11
|
+
import { validateChildren as n } from "../utils/index.mjs";
|
|
12
|
+
const r = (t) => /* @__PURE__ */ i.createElement(a, { ...t, _chartKey: "xAxis" });
|
|
14
13
|
r.prototype = {
|
|
15
14
|
children: function(t, o, e) {
|
|
16
|
-
return
|
|
15
|
+
return n(t, o, e, m);
|
|
17
16
|
}
|
|
18
17
|
};
|
|
19
18
|
r.displayName = "ChartXAxis";
|
package/components/XAxisItem.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),c=require("./base/ConfigurationComponent.js");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const u=i(a),o=e=>u.createElement(c.ConfigurationComponent,{...e});o.displayName="ChartXAxisItem";exports.ChartXAxisItem=o;
|
package/components/XAxisItem.mjs
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "./base/ConfigurationComponent.mjs";
|
|
11
10
|
const m = (t) => /* @__PURE__ */ e.createElement(o, { ...t });
|
package/components/YAxis.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react"),c=require("./base/CollectionConfigurationComponent.js"),a=require("./YAxisItem.js"),s=require("../utils/index.js");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const u=l(i),r=e=>u.createElement(c.CollectionConfigurationComponent,{...e,_chartKey:"yAxis"});r.propTypes={children:function(e,n,t){return s.validateChildren(e,n,t,a.ChartYAxisItem)}};r.displayName="ChartYAxis";exports.ChartYAxis=r;
|
package/components/YAxis.mjs
CHANGED
|
@@ -5,18 +5,17 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as i from "react";
|
|
10
|
-
import { CollectionConfigurationComponent as
|
|
11
|
-
import { ChartYAxisItem as
|
|
12
|
-
import { validateChildren as
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
children: function(
|
|
16
|
-
return
|
|
9
|
+
import { CollectionConfigurationComponent as a } from "./base/CollectionConfigurationComponent.mjs";
|
|
10
|
+
import { ChartYAxisItem as m } from "./YAxisItem.mjs";
|
|
11
|
+
import { validateChildren as n } from "../utils/index.mjs";
|
|
12
|
+
const t = (r) => /* @__PURE__ */ i.createElement(a, { ...r, _chartKey: "yAxis" });
|
|
13
|
+
t.propTypes = {
|
|
14
|
+
children: function(r, o, e) {
|
|
15
|
+
return n(r, o, e, m);
|
|
17
16
|
}
|
|
18
17
|
};
|
|
19
|
-
|
|
18
|
+
t.displayName = "ChartYAxis";
|
|
20
19
|
export {
|
|
21
|
-
|
|
20
|
+
t as ChartYAxis
|
|
22
21
|
};
|
package/components/YAxisItem.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),c=require("./base/ConfigurationComponent.js");function i(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const u=i(a),o=e=>u.createElement(c.ConfigurationComponent,{...e});o.displayName="ChartYAxisItem";exports.ChartYAxisItem=o;
|
package/components/YAxisItem.mjs
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "./base/ConfigurationComponent.mjs";
|
|
11
10
|
const m = (t) => /* @__PURE__ */ e.createElement(o, { ...t });
|
package/components/Zoomable.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),a=require("./base/ConfigurationComponent.js");function c(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const i=c(r),u=e=>i.createElement(a.ConfigurationComponent,{...e,_chartKey:"zoomable"});exports.ChartZoomable=u;
|
package/components/Zoomable.mjs
CHANGED
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const a = (o) => /* @__PURE__ */ e.createElement(t, { ...o, _chartKey: "zoomable" });
|
|
8
|
+
import * as t from "react";
|
|
9
|
+
import { ConfigurationComponent as e } from "./base/ConfigurationComponent.mjs";
|
|
10
|
+
const a = (o) => /* @__PURE__ */ t.createElement(e, { ...o, _chartKey: "zoomable" });
|
|
12
11
|
export {
|
|
13
12
|
a as ChartZoomable
|
|
14
13
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),s=require("../base/ConfigurationComponent.js");function i(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=i(n),a=e=>c.createElement(s.ConfigurationComponent,{visible:!0,...e,_chartKey:"crosshair"});a.displayName="ChartAxisDefaultsCrosshair";exports.ChartAxisDefaultsCrosshair=a;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
|
-
import { ConfigurationComponent as
|
|
11
|
-
const s = (r) => /* @__PURE__ */ t.createElement(
|
|
9
|
+
import { ConfigurationComponent as a } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const s = (r) => /* @__PURE__ */ t.createElement(a, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
12
11
|
s.displayName = "ChartAxisDefaultsCrosshair";
|
|
13
12
|
export {
|
|
14
13
|
s as ChartAxisDefaultsCrosshair
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react"),n=require("../base/ConfigurationComponent.js");function s(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const c=s(i),a=e=>c.createElement(n.ConfigurationComponent,{visible:!0,...e,_chartKey:"tooltip"});a.displayName="ChartAxisDefaultsCrosshairTooltip";exports.ChartAxisDefaultsCrosshairTooltip=a;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as o from "react";
|
|
10
|
-
import { ConfigurationComponent as
|
|
11
|
-
const i = (t) => /* @__PURE__ */ o.createElement(
|
|
9
|
+
import { ConfigurationComponent as r } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const i = (t) => /* @__PURE__ */ o.createElement(r, { visible: !0, ...t, _chartKey: "tooltip" });
|
|
12
11
|
i.displayName = "ChartAxisDefaultsCrosshairTooltip";
|
|
13
12
|
export {
|
|
14
13
|
i as ChartAxisDefaultsCrosshairTooltip
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),s=require("../base/ConfigurationComponent.js");function c(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(a,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return a.default=e,Object.freeze(a)}const l=c(o),r=e=>l.createElement(s.ConfigurationComponent,{...e,_chartKey:"labels"});r.displayName="ChartAxisDefaultsLabels";exports.ChartAxisDefaultsLabels=r;
|
|
@@ -5,11 +5,10 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
s.displayName = "ChartAxisDefaultsLabels";
|
|
8
|
+
import * as e from "react";
|
|
9
|
+
import { ConfigurationComponent as t } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const o = (a) => /* @__PURE__ */ e.createElement(t, { ...a, _chartKey: "labels" });
|
|
11
|
+
o.displayName = "ChartAxisDefaultsLabels";
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
o as ChartAxisDefaultsLabels
|
|
15
14
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),i=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const l=c(a),o=e=>l.createElement(i.ConfigurationComponent,{...e,_chartKey:"title"});o.displayName="ChartAxisDefaultsTitle";exports.ChartAxisDefaultsTitle=o;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as a } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const i = (t) => /* @__PURE__ */ e.createElement(a, { ...t, _chartKey: "title" });
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),u=require("../../ChartContext.js");function d(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const s=d(l),i=class i extends s.Component{constructor(e,t){super(e,t),this.optionsStore=t.optionsStore}renderChildren(e,t){const{children:r}=e.props,{_chartKey:p,_parentStore:o}=this.props,c={...e.props,_chartCollectionIdxKey:`${p}_${t}`,_parentStore:o};return s.cloneElement(e,c,r)}render(){const{_chartKey:e,_parentStore:t,children:r}=this.props;return(t||this.optionsStore).dispatch({chartKey:e,payload:[]}),s.Children.map(r,(o,c)=>s.isValidElement(o)?this.renderChildren(o,c):o)}};i.contextType=u.ChartContext;let a=i;exports.CollectionConfigurationComponent=a;
|
|
@@ -5,30 +5,29 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as s from "react";
|
|
10
|
-
import { ChartContext as
|
|
9
|
+
import { ChartContext as h } from "../../ChartContext.mjs";
|
|
11
10
|
const p = class p extends s.Component {
|
|
12
|
-
constructor(
|
|
13
|
-
super(
|
|
11
|
+
constructor(r, t) {
|
|
12
|
+
super(r, t), this.optionsStore = t.optionsStore;
|
|
14
13
|
}
|
|
15
|
-
renderChildren(
|
|
16
|
-
const { children: o } =
|
|
17
|
-
...
|
|
18
|
-
_chartCollectionIdxKey: `${c}_${
|
|
14
|
+
renderChildren(r, t) {
|
|
15
|
+
const { children: o } = r.props, { _chartKey: c, _parentStore: e } = this.props, n = {
|
|
16
|
+
...r.props,
|
|
17
|
+
_chartCollectionIdxKey: `${c}_${t}`,
|
|
19
18
|
_parentStore: e
|
|
20
19
|
};
|
|
21
|
-
return s.cloneElement(
|
|
20
|
+
return s.cloneElement(r, n, o);
|
|
22
21
|
}
|
|
23
22
|
render() {
|
|
24
|
-
const { _chartKey:
|
|
25
|
-
return (
|
|
26
|
-
chartKey:
|
|
23
|
+
const { _chartKey: r, _parentStore: t, children: o } = this.props;
|
|
24
|
+
return (t || this.optionsStore).dispatch({
|
|
25
|
+
chartKey: r,
|
|
27
26
|
payload: []
|
|
28
27
|
}), s.Children.map(o, (e, n) => s.isValidElement(e) ? this.renderChildren(e, n) : e);
|
|
29
28
|
}
|
|
30
29
|
};
|
|
31
|
-
p.contextType =
|
|
30
|
+
p.contextType = h;
|
|
32
31
|
let a = p;
|
|
33
32
|
export {
|
|
34
33
|
a as CollectionConfigurationComponent
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),p=require("../../store/store.js"),d=require("../../store/reducer.js"),l=require("../../ChartContext.js");function u(o){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const t in o)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(o,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>o[t]})}}return e.default=o,Object.freeze(e)}const n=u(a),c=class c extends n.Component{constructor(e,t){super(e,t),this.optionsStore=t.optionsStore,this.childStore=p.createStore(d.optionsReducer)}render(){const{children:e}=this.props;return e!==void 0?n.Children.map(e,t=>n.isValidElement(t)?this.renderChildren(t):t):null}componentDidMount(){this.dispatch()}componentDidUpdate(){this.dispatch()}dispatch(){const{_chartKey:e,_chartCollectionIdxKey:t,_parentStore:r,children:h,...i}=this.props;(r||this.optionsStore).dispatch({chartKey:e,chartCollectionIdxKey:t,payload:Object.assign({},i,this.childStore.getState())})}renderChildren(e){const{children:t}=e.props,r={...e.props,_parentStore:this.childStore};return n.cloneElement(e,r,t)}};c.contextType=l.ChartContext;let s=c;exports.ConfigurationComponent=s;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as r from "react";
|
|
10
9
|
import { createStore as p } from "../../store/store.mjs";
|
|
11
10
|
import { optionsReducer as c } from "../../store/reducer.mjs";
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),a=require("../base/ConfigurationComponent.js");function i(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=i(n),s=e=>c.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"crosshair"});exports.ChartCategoryAxisCrosshair=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const i = (r) => /* @__PURE__ */ t.createElement(e, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
8
|
+
import * as o from "react";
|
|
9
|
+
import { ConfigurationComponent as t } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const a = (r) => /* @__PURE__ */ o.createElement(t, { visible: !0, ...r, _chartKey: "crosshair" });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
a as ChartCategoryAxisCrosshair
|
|
14
13
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),i=require("../base/ConfigurationComponent.js");function a(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const c=a(n),s=e=>c.createElement(i.ConfigurationComponent,{visible:!0,...e,_chartKey:"tooltip"});exports.ChartCategoryAxisCrosshairTooltip=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const i = (t) => /* @__PURE__ */ o.createElement(e, { visible: !0, ...t, _chartKey: "tooltip" });
|
|
8
|
+
import * as t from "react";
|
|
9
|
+
import { ConfigurationComponent as r } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const i = (o) => /* @__PURE__ */ t.createElement(r, { visible: !0, ...o, _chartKey: "tooltip" });
|
|
12
11
|
export {
|
|
13
12
|
i as ChartCategoryAxisCrosshairTooltip
|
|
14
13
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const i=c(o),l=e=>i.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"labels"});exports.ChartCategoryAxisLabels=l;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const a = (e) => /* @__PURE__ */ t.createElement(o, { visible: !0, ...e, _chartKey: "labels" });
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const i=c(r),s=e=>i.createElement(a.ConfigurationComponent,{...e,_chartKey:"notes"});exports.ChartCategoryAxisNotes=s;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
const n = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "notes" });
|
|
8
|
+
import * as o from "react";
|
|
9
|
+
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
10
|
+
const a = (t) => /* @__PURE__ */ o.createElement(e, { ...t, _chartKey: "notes" });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
a as ChartCategoryAxisNotes
|
|
14
13
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),c=require("../base/ConfigurationComponent.js");function a(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const i=a(r),u=e=>i.createElement(c.ConfigurationComponent,{...e,_chartKey:"icon"});exports.ChartCategoryAxisNotesIcon=u;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as e } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const n = (o) => /* @__PURE__ */ t.createElement(e, { ...o, _chartKey: "icon" });
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(o,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return o.default=e,Object.freeze(o)}const i=c(n),l=e=>i.createElement(a.ConfigurationComponent,{...e,_chartKey:"label"});exports.ChartCategoryAxisNotesLabel=l;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import * as t from "react";
|
|
8
|
+
import * as e from "react";
|
|
10
9
|
import { ConfigurationComponent as o } from "../base/ConfigurationComponent.mjs";
|
|
11
|
-
const a = (
|
|
10
|
+
const a = (t) => /* @__PURE__ */ e.createElement(o, { ...t, _chartKey: "label" });
|
|
12
11
|
export {
|
|
13
12
|
a as ChartCategoryAxisNotesLabel
|
|
14
13
|
};
|
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),a=require("../base/ConfigurationComponent.js");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=c(o),s=e=>i.createElement(a.ConfigurationComponent,{visible:!0,...e,_chartKey:"rangeLabels"});exports.ChartCategoryAxisRangeLabels=s;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import * as t from "react";
|
|
10
9
|
import { ConfigurationComponent as r } from "../base/ConfigurationComponent.mjs";
|
|
11
10
|
const o = (e) => /* @__PURE__ */ t.createElement(r, { visible: !0, ...e, _chartKey: "rangeLabels" });
|