@carbon/charts 1.13.14 → 1.13.17
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/CHANGELOG.md +31 -0
- package/README.md +9 -4
- package/dist/{_baseEach-fTLS5z67.mjs → _baseEach-L1oeNjGL.mjs} +2 -2
- package/dist/{_baseEach-fTLS5z67.mjs.map → _baseEach-L1oeNjGL.mjs.map} +1 -1
- package/dist/{angle-utils-DHfDhGau.mjs → angle-utils-iPPUNSDt.mjs} +4 -12
- package/dist/{angle-utils-DHfDhGau.mjs.map → angle-utils-iPPUNSDt.mjs.map} +1 -1
- package/dist/{choropleth-S04OahB3.mjs → choropleth-EFcahG_A.mjs} +3221 -2698
- package/dist/choropleth-EFcahG_A.mjs.map +1 -0
- package/dist/{color-scale-utils-7ngqnWVI.mjs → color-scale-utils-GLd1MML3.mjs} +3 -3
- package/dist/color-scale-utils-GLd1MML3.mjs.map +1 -0
- package/dist/components/axes/axis.d.ts +1 -1
- package/dist/components/axes/chart-clip.d.ts +1 -1
- package/dist/components/axes/grid-brush.d.ts +1 -1
- package/dist/components/axes/grid.d.ts +1 -1
- package/dist/components/axes/ruler.d.ts +1 -1
- package/dist/components/axes/toolbar.d.ts +1 -1
- package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
- package/dist/components/axes/zero-line.d.ts +1 -1
- package/dist/components/axes/zoom-bar.d.ts +1 -1
- package/dist/components/essentials/canvas-chart-clip.d.ts +1 -1
- package/dist/components/essentials/geo-projection.d.ts +1 -1
- package/dist/components/essentials/highlights.d.ts +1 -1
- package/dist/components/essentials/legend.d.ts +1 -1
- package/dist/components/essentials/modal.d.ts +1 -1
- package/dist/components/essentials/threshold.d.ts +1 -1
- package/dist/components/essentials/title.d.ts +1 -1
- package/dist/components/essentials/tooltip.d.ts +1 -1
- package/dist/components/graphs/alluvial.d.ts +1 -1
- package/dist/components/graphs/area-stacked.d.ts +1 -1
- package/dist/components/graphs/area.d.ts +1 -1
- package/dist/components/graphs/bar.d.ts +1 -1
- package/dist/components/graphs/boxplot.d.ts +1 -1
- package/dist/components/graphs/bullet.d.ts +1 -1
- package/dist/components/graphs/choropleth.d.ts +1 -1
- package/dist/components/graphs/circle-pack.d.ts +1 -1
- package/dist/components/graphs/gauge.d.ts +1 -1
- package/dist/components/graphs/heatmap.d.ts +1 -1
- package/dist/components/graphs/histogram.d.ts +1 -1
- package/dist/components/graphs/line.d.ts +1 -1
- package/dist/components/graphs/meter.d.ts +1 -1
- package/dist/components/graphs/pie.d.ts +1 -1
- package/dist/components/graphs/radar.d.ts +1 -1
- package/dist/components/graphs/scatter.d.ts +1 -1
- package/dist/components/graphs/skeleton.d.ts +1 -1
- package/dist/components/graphs/tree.d.ts +1 -1
- package/dist/components/graphs/treemap.d.ts +1 -1
- package/dist/components/graphs/wordcloud.d.ts +1 -1
- package/dist/components/index.mjs +4 -4
- package/dist/components/layout/layout.d.ts +1 -1
- package/dist/components/layout/spacer.d.ts +1 -1
- package/dist/demo/index.mjs +197 -202
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +35 -11
- package/dist/demo/styles.css.map +1 -1
- package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
- package/dist/demo/utils/stackblitz/react.d.ts +1 -1
- package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
- package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
- package/dist/demo/utils/story-widgets.d.ts +1 -1
- package/dist/enums-tMKLWMMm.mjs.map +1 -1
- package/dist/index.mjs +16 -17
- package/dist/index.mjs.map +1 -1
- package/dist/model/index.mjs +3 -3
- package/dist/services/essentials/dom-utils.d.ts +1 -1
- package/dist/services/essentials/events.d.ts +1 -1
- package/dist/services/essentials/files.d.ts +1 -1
- package/dist/services/essentials/gradient-utils.d.ts +1 -1
- package/dist/services/essentials/transitions.d.ts +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/styles.css +35 -11
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.js +85 -0
- package/dist/umd/bundle.umd.js.map +1 -0
- package/dist/utils/sanitizeHtml.d.ts +3 -0
- package/dist/{wordcloud-eTGg6ZP6.mjs → wordcloud-XkAQGXwu.mjs} +80 -79
- package/dist/wordcloud-XkAQGXwu.mjs.map +1 -0
- package/dist/{zoom-i_u9NbAF.mjs → zoom-nkwOD6_z.mjs} +6 -4
- package/dist/zoom-nkwOD6_z.mjs.map +1 -0
- package/package.json +7 -5
- package/scss/_chart-wrapper.scss +1 -1
- package/scss/_color-palette.scss +8 -8
- package/scss/components/_title.scss +1 -1
- package/scss/components/_tooltip.scss +6 -2
- package/scss/components/toolbar/_buttons.scss +160 -159
- package/scss/components/toolbar/_modal.scss +348 -315
- package/scss/demos.scss +3 -2
- package/scss/graphs/_choropleth.scss +1 -1
- package/scss/graphs/_tree.scss +2 -1
- package/scss/index.scss +1 -1
- package/styles.css +35 -11
- package/styles.min.css +1 -1
- package/dist/choropleth-S04OahB3.mjs.map +0 -1
- package/dist/color-scale-utils-7ngqnWVI.mjs.map +0 -1
- package/dist/umd/bundle.umd.cjs +0 -84
- package/dist/umd/bundle.umd.cjs.map +0 -1
- package/dist/wordcloud-eTGg6ZP6.mjs.map +0 -1
- package/dist/zoom-i_u9NbAF.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AxisScale, Selection as D3Selection } from 'd3';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ScaleTypes, RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
import { ChartModel } from '../../model/model';
|
|
5
5
|
export declare class Axis extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Selection } from 'd3';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export type GenericSvgSelection = Selection<SVGGraphicsElement, any, Element, any>;
|
|
5
5
|
export declare class Ruler extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component } from '
|
|
2
|
-
import { Threshold } from '
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import { Threshold } from '../essentials/threshold';
|
|
3
3
|
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export declare class TwoDimensionalAxes extends Component {
|
|
5
5
|
type: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from '
|
|
1
|
+
import { Component } from '../component';
|
|
2
2
|
import { ChartModelCartesian } from '../../model/cartesian-charts';
|
|
3
3
|
import { RenderTypes } from '../../interfaces/enums';
|
|
4
4
|
export declare class ZoomBar extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ChartModel } from '../../model/model';
|
|
4
4
|
import { RenderTypes } from '../../interfaces/enums';
|
|
5
5
|
export declare class Highlight extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ChartModel } from '../../model/model';
|
|
4
4
|
import { RenderTypes } from '../../interfaces/enums';
|
|
5
5
|
export declare class Threshold extends Component {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Position from '@carbon/utils-position';
|
|
2
|
-
import { Component } from '
|
|
2
|
+
import { Component } from '../component';
|
|
3
3
|
import { ChartModel } from '../../model/model';
|
|
4
4
|
import { RenderTypes } from '../../interfaces/enums';
|
|
5
5
|
export declare class Tooltip extends Component {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { v as d, w as m, A as h, k as u, x as S, B as c, y as C, z as g, D as B, l as T, a as L, C as b, E as k, F as A, m as x, a8 as P, I as R, J as w, n as G, G as H, K as v, N as M, o as f, O as D, H as Z, a6 as j, L as q, P as y, Q as z, U as E, M as W, p as F, V as I, W as J, R as K, X as N, Y as O, _ as Q, $ as U, a7 as V, a0 as X, a1 as Y, S as _, a2 as $, q as aa, r as sa, T as ea, u as ra, a3 as oa, a4 as ta, b as ia, a5 as la, Z as pa, c as na, d as da, e as ma, f as ha, g as ua, h as Sa, i as ca, j as Ca, s as ga, t as Ba } from "../choropleth-
|
|
2
|
-
import "../color-scale-utils-
|
|
1
|
+
import { v as d, w as m, A as h, k as u, x as S, B as c, y as C, z as g, D as B, l as T, a as L, C as b, E as k, F as A, m as x, a8 as P, I as R, J as w, n as G, G as H, K as v, N as M, o as f, O as D, H as Z, a6 as j, L as q, P as y, Q as z, U as E, M as W, p as F, V as I, W as J, R as K, X as N, Y as O, _ as Q, $ as U, a7 as V, a0 as X, a1 as Y, S as _, a2 as $, q as aa, r as sa, T as ea, u as ra, a3 as oa, a4 as ta, b as ia, a5 as la, Z as pa, c as na, d as da, e as ma, f as ha, g as ua, h as Sa, i as ca, j as Ca, s as ga, t as Ba } from "../choropleth-EFcahG_A.mjs";
|
|
2
|
+
import "../color-scale-utils-GLd1MML3.mjs";
|
|
3
3
|
import "../enums-tMKLWMMm.mjs";
|
|
4
4
|
import "d3";
|
|
5
|
-
import "../angle-utils-
|
|
5
|
+
import "../angle-utils-iPPUNSDt.mjs";
|
|
6
6
|
import "d3-sankey";
|
|
7
7
|
import "../a11y-SOU26cr5.mjs";
|
|
8
|
-
import "../_baseEach-
|
|
8
|
+
import "../_baseEach-L1oeNjGL.mjs";
|
|
9
9
|
import "d3-cloud";
|
|
10
10
|
export {
|
|
11
11
|
d as Alluvial,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from '
|
|
1
|
+
import { Component } from '../component';
|
|
2
2
|
import { LayoutConfigs } from '../../interfaces/layout';
|
|
3
3
|
import { LayoutComponentChild } from '../../interfaces/components';
|
|
4
4
|
import { ChartModel } from '../../model/model';
|