@carbon/charts 1.15.6 → 1.15.8
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 +22 -0
- package/dist/{_baseEach-BxXSF0fB.mjs → _baseEach-Ch85zB0O.mjs} +2 -2
- package/dist/{_baseEach-BxXSF0fB.mjs.map → _baseEach-Ch85zB0O.mjs.map} +1 -1
- package/dist/{angle-utils-CGNQcrjg.mjs → angle-utils-GQFx3vKM.mjs} +2 -2
- package/dist/{angle-utils-CGNQcrjg.mjs.map → angle-utils-GQFx3vKM.mjs.map} +1 -1
- package/dist/axis-chart.d.ts +6 -6
- package/dist/chart.d.ts +6 -6
- package/dist/charts/alluvial.d.ts +4 -4
- package/dist/charts/area-stacked.d.ts +3 -3
- package/dist/charts/area.d.ts +3 -3
- package/dist/charts/bar-grouped.d.ts +3 -3
- package/dist/charts/bar-simple.d.ts +3 -3
- package/dist/charts/bar-stacked.d.ts +3 -3
- package/dist/charts/boxplot.d.ts +4 -4
- package/dist/charts/bubble.d.ts +3 -3
- package/dist/charts/bullet.d.ts +4 -4
- package/dist/charts/choropleth.d.ts +7 -7
- package/dist/charts/circle-pack.d.ts +4 -4
- package/dist/charts/combo.d.ts +3 -3
- package/dist/charts/donut.d.ts +3 -3
- package/dist/charts/gauge.d.ts +4 -4
- package/dist/charts/heatmap.d.ts +7 -7
- package/dist/charts/histogram.d.ts +4 -4
- package/dist/charts/index.d.ts +24 -24
- package/dist/charts/line.d.ts +3 -3
- package/dist/charts/lollipop.d.ts +3 -3
- package/dist/charts/meter.d.ts +4 -4
- package/dist/charts/pie.d.ts +4 -4
- package/dist/charts/radar.d.ts +4 -4
- package/dist/charts/scatter.d.ts +3 -3
- package/dist/charts/tree.d.ts +4 -4
- package/dist/charts/treemap.d.ts +4 -4
- package/dist/charts/wordcloud.d.ts +4 -4
- package/dist/{choropleth-DgRtqF2B.mjs → choropleth-DdBUe80H.mjs} +1273 -1273
- package/dist/choropleth-DdBUe80H.mjs.map +1 -0
- package/dist/{color-scale-utils-CbAVUUep.mjs → color-scale-utils-CiW9fERh.mjs} +55 -45
- package/dist/{color-scale-utils-CbAVUUep.mjs.map → color-scale-utils-CiW9fERh.mjs.map} +1 -1
- package/dist/components/axes/axis.d.ts +5 -5
- package/dist/components/axes/chart-clip.d.ts +2 -2
- package/dist/components/axes/grid-brush.d.ts +1 -1
- package/dist/components/axes/grid.d.ts +2 -2
- package/dist/components/axes/hover-axis.d.ts +1 -1
- package/dist/components/axes/ruler-binned.d.ts +1 -1
- package/dist/components/axes/ruler.d.ts +2 -2
- 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 +3 -3
- package/dist/components/component.d.ts +3 -3
- package/dist/components/essentials/color-scale-legend.d.ts +2 -2
- package/dist/components/essentials/geo-projection.d.ts +1 -1
- package/dist/components/essentials/highlights.d.ts +3 -3
- 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 +3 -3
- package/dist/components/essentials/title-meter.d.ts +1 -1
- package/dist/components/essentials/title.d.ts +1 -1
- package/dist/components/essentials/tooltip.d.ts +3 -3
- 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-grouped.d.ts +2 -2
- package/dist/components/graphs/bar-simple.d.ts +1 -1
- package/dist/components/graphs/bar-stacked.d.ts +1 -1
- package/dist/components/graphs/boxplot.d.ts +1 -1
- package/dist/components/graphs/bubble.d.ts +3 -3
- package/dist/components/graphs/bullet.d.ts +1 -1
- package/dist/components/graphs/circle-pack.d.ts +1 -1
- package/dist/components/graphs/donut.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/lollipop.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-stacked.d.ts +1 -1
- package/dist/components/graphs/scatter.d.ts +2 -2
- package/dist/components/graphs/skeleton-lines.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 +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/components/layout/layout.d.ts +3 -3
- package/dist/configuration-non-customizable.d.ts +1 -1
- package/dist/configuration.d.ts +2 -2
- package/dist/demo/charts/index.d.ts +2 -2
- package/dist/demo/charts/step.d.ts +8 -8
- package/dist/demo/index.mjs +42 -42
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +585 -135
- 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/index.mjs +259 -266
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/axis-scales.d.ts +4 -4
- package/dist/interfaces/charts.d.ts +2 -2
- package/dist/interfaces/components.d.ts +2 -2
- package/dist/interfaces/services.d.ts +8 -8
- package/dist/model/cartesian-charts.d.ts +1 -1
- package/dist/model/circle-pack.d.ts +1 -1
- package/dist/model/heatmap.d.ts +1 -1
- package/dist/model/index.mjs +1 -1
- package/dist/model/model.d.ts +3 -3
- package/dist/services/color-scale-utils.d.ts +1 -1
- package/dist/services/curves.d.ts +18 -18
- package/dist/services/essentials/dom-utils.d.ts +2 -2
- package/dist/services/essentials/files.d.ts +1 -1
- package/dist/services/essentials/transitions.d.ts +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/services/scales-cartesian.d.ts +3 -3
- package/dist/services/service.d.ts +1 -1
- package/dist/services/time-series.d.ts +1 -1
- package/dist/services/zoom.d.ts +1 -1
- package/dist/tools.d.ts +1 -1
- package/dist/umd/bundle.umd.js +20 -20
- package/dist/umd/bundle.umd.js.map +1 -1
- package/dist/{wordcloud-DNFY5X97.mjs → wordcloud-DQKXuKDM.mjs} +3 -3
- package/dist/{wordcloud-DNFY5X97.mjs.map → wordcloud-DQKXuKDM.mjs.map} +1 -1
- package/dist/{zoom-DlSAWtwE.mjs → zoom-DyHfBf_y.mjs} +224 -192
- package/dist/zoom-DyHfBf_y.mjs.map +1 -0
- package/package.json +13 -13
- package/dist/choropleth-DgRtqF2B.mjs.map +0 -1
- package/dist/zoom-DlSAWtwE.mjs.map +0 -1
package/dist/chart.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ChartModel } from './model/model';
|
|
2
|
-
import { ChartConfig } from './interfaces/model';
|
|
3
|
-
import { BaseChartOptions } from './interfaces/charts';
|
|
4
|
-
import { Component } from './components/component';
|
|
5
|
-
import { LayoutComponent } from './components/layout';
|
|
6
|
-
import { Modal } from './components/essentials/modal';
|
|
7
1
|
import { Tooltip } from './components/essentials/tooltip';
|
|
2
|
+
import { Modal } from './components/essentials/modal';
|
|
3
|
+
import { LayoutComponent } from './components/layout';
|
|
4
|
+
import { Component } from './components/component';
|
|
5
|
+
import { BaseChartOptions } from './interfaces/charts';
|
|
6
|
+
import { ChartConfig } from './interfaces/model';
|
|
7
|
+
import { ChartModel } from './model/model';
|
|
8
8
|
export declare class Chart {
|
|
9
9
|
components: Component[];
|
|
10
10
|
services: any;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { AlluvialChartModel } from '../model/alluvial';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { AlluvialChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { AlluvialChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AlluvialChartModel } from '../model/alluvial';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class AlluvialChart extends Chart {
|
|
7
7
|
model: AlluvialChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AlluvialChartOptions>);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { Component } from '../components/component';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
1
|
import { AreaChartOptions } from '../interfaces/charts';
|
|
2
|
+
import { ChartConfig } from '../interfaces/model';
|
|
3
|
+
import { Component } from '../components/component';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class StackedAreaChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AreaChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
package/dist/charts/area.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { AreaChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { AreaChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class AreaChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<AreaChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { BarChartOptions } from '../interfaces/charts';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { ChartConfig } from '../interfaces/model';
|
|
3
|
+
import { BarChartOptions } from '../interfaces/charts';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class GroupedBarChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { BarChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { BarChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class SimpleBarChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { BarChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { BarChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class StackedBarChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BarChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
package/dist/charts/boxplot.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { BoxplotChartModel } from '../model/boxplot';
|
|
3
|
-
import { BoxplotChartOptions } from '../interfaces/charts';
|
|
4
|
-
import { ChartConfig } from '../interfaces/model';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { ChartConfig } from '../interfaces/model';
|
|
3
|
+
import { BoxplotChartOptions } from '../interfaces/charts';
|
|
4
|
+
import { BoxplotChartModel } from '../model/boxplot';
|
|
5
|
+
import { AxisChart } from '../axis-chart';
|
|
6
6
|
export declare class BoxplotChart extends AxisChart {
|
|
7
7
|
model: BoxplotChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BoxplotChartOptions>);
|
package/dist/charts/bubble.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { BubbleChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { BubbleChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class BubbleChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BubbleChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
package/dist/charts/bullet.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { BulletChartModel } from '../model/bullet';
|
|
3
|
-
import { BulletChartOptions } from '../interfaces/charts';
|
|
4
|
-
import { ChartConfig } from '../interfaces/model';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { ChartConfig } from '../interfaces/model';
|
|
3
|
+
import { BulletChartOptions } from '../interfaces/charts';
|
|
4
|
+
import { BulletChartModel } from '../model/bullet';
|
|
5
|
+
import { AxisChart } from '../axis-chart';
|
|
6
6
|
export declare class BulletChart extends AxisChart {
|
|
7
7
|
model: BulletChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<BulletChartOptions>);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { ChoroplethModel } from '../model/choropleth';
|
|
3
|
-
import { ChoroplethChartOptions } from '../interfaces/charts';
|
|
4
|
-
import { ChartConfig } from '../interfaces/model';
|
|
5
|
-
import { Component } from '../components/component';
|
|
6
|
-
import { Modal } from '../components/essentials/modal';
|
|
7
|
-
import { LayoutComponent } from '../components/layout/layout';
|
|
8
1
|
import { Tooltip } from '../components/essentials/tooltip';
|
|
2
|
+
import { LayoutComponent } from '../components/layout/layout';
|
|
3
|
+
import { Modal } from '../components/essentials/modal';
|
|
4
|
+
import { Component } from '../components/component';
|
|
5
|
+
import { ChartConfig } from '../interfaces/model';
|
|
6
|
+
import { ChoroplethChartOptions } from '../interfaces/charts';
|
|
7
|
+
import { ChoroplethModel } from '../model/choropleth';
|
|
8
|
+
import { Chart } from '../chart';
|
|
9
9
|
export declare class ExperimentalChoroplethChart extends Chart {
|
|
10
10
|
model: ChoroplethModel;
|
|
11
11
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ChoroplethChartOptions>);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { CirclePackChartModel } from '../model/circle-pack';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { CirclePackChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { CirclePackChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { CirclePackChartModel } from '../model/circle-pack';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class CirclePackChart extends Chart {
|
|
7
7
|
model: CirclePackChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<CirclePackChartOptions>);
|
package/dist/charts/combo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { ComboChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { ComboChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class ComboChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ComboChartOptions>);
|
|
7
7
|
getGraphComponents(): Component[];
|
package/dist/charts/donut.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PieChart } from './pie';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { PieChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { PieChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { PieChart } from './pie';
|
|
5
5
|
export declare class DonutChart extends PieChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<PieChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
package/dist/charts/gauge.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { GaugeChartOptions } from '../interfaces/charts';
|
|
4
|
-
import { GaugeChartModel } from '../model/gauge';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { GaugeChartModel } from '../model/gauge';
|
|
3
|
+
import { GaugeChartOptions } from '../interfaces/charts';
|
|
4
|
+
import { ChartConfig } from '../interfaces/model';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class GaugeChart extends Chart {
|
|
7
7
|
model: GaugeChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<GaugeChartOptions>);
|
package/dist/charts/heatmap.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { HeatmapModel } from '../model/heatmap';
|
|
3
|
-
import { HeatmapChartOptions } from '../interfaces/charts';
|
|
4
|
-
import { ChartConfig } from '../interfaces/model';
|
|
5
|
-
import { Component } from '../components/component';
|
|
6
|
-
import { Modal } from '../components/essentials/modal';
|
|
7
|
-
import { LayoutComponent } from '../components/layout/layout';
|
|
8
1
|
import { AxisChartsTooltip } from '../components/essentials/tooltip-axis';
|
|
2
|
+
import { LayoutComponent } from '../components/layout/layout';
|
|
3
|
+
import { Modal } from '../components/essentials/modal';
|
|
4
|
+
import { Component } from '../components/component';
|
|
5
|
+
import { ChartConfig } from '../interfaces/model';
|
|
6
|
+
import { HeatmapChartOptions } from '../interfaces/charts';
|
|
7
|
+
import { HeatmapModel } from '../model/heatmap';
|
|
8
|
+
import { AxisChart } from '../axis-chart';
|
|
9
9
|
export declare class HeatmapChart extends AxisChart {
|
|
10
10
|
model: HeatmapModel;
|
|
11
11
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<HeatmapChartOptions>);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartModelBinned } from '../model/binned-charts';
|
|
3
|
-
import { HistogramChartOptions } from '../interfaces/charts';
|
|
4
|
-
import { ChartConfig } from '../interfaces/model';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { ChartConfig } from '../interfaces/model';
|
|
3
|
+
import { HistogramChartOptions } from '../interfaces/charts';
|
|
4
|
+
import { ChartModelBinned } from '../model/binned-charts';
|
|
5
|
+
import { AxisChart } from '../axis-chart';
|
|
6
6
|
export declare class HistogramChart extends AxisChart {
|
|
7
7
|
model: ChartModelBinned;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<HistogramChartOptions>);
|
package/dist/charts/index.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { AlluvialChart } from './alluvial';
|
|
2
|
-
import { AreaChart } from './area';
|
|
3
|
-
import { BoxplotChart } from './boxplot';
|
|
4
|
-
import { BubbleChart } from './bubble';
|
|
5
|
-
import { BulletChart } from './bullet';
|
|
6
|
-
import { ExperimentalChoroplethChart } from './choropleth';
|
|
7
|
-
import { CirclePackChart } from './circle-pack';
|
|
8
|
-
import { ComboChart } from './combo';
|
|
9
|
-
import { DonutChart } from './donut';
|
|
10
|
-
import { GaugeChart } from './gauge';
|
|
11
|
-
import { GroupedBarChart } from './bar-grouped';
|
|
12
|
-
import { HeatmapChart } from './heatmap';
|
|
13
|
-
import { HistogramChart } from './histogram';
|
|
14
|
-
import { LineChart } from './line';
|
|
15
|
-
import { LollipopChart } from './lollipop';
|
|
16
|
-
import { MeterChart } from './meter';
|
|
17
|
-
import { PieChart } from './pie';
|
|
18
|
-
import { RadarChart } from './radar';
|
|
19
|
-
import { ScatterChart } from './scatter';
|
|
20
|
-
import { TreeChart } from './tree';
|
|
21
|
-
import { TreemapChart } from './treemap';
|
|
22
|
-
import { SimpleBarChart } from './bar-simple';
|
|
23
|
-
import { StackedAreaChart } from './area-stacked';
|
|
24
|
-
import { StackedBarChart } from './bar-stacked';
|
|
25
1
|
import { WordCloudChart } from './wordcloud';
|
|
2
|
+
import { StackedBarChart } from './bar-stacked';
|
|
3
|
+
import { StackedAreaChart } from './area-stacked';
|
|
4
|
+
import { SimpleBarChart } from './bar-simple';
|
|
5
|
+
import { TreemapChart } from './treemap';
|
|
6
|
+
import { TreeChart } from './tree';
|
|
7
|
+
import { ScatterChart } from './scatter';
|
|
8
|
+
import { RadarChart } from './radar';
|
|
9
|
+
import { PieChart } from './pie';
|
|
10
|
+
import { MeterChart } from './meter';
|
|
11
|
+
import { LollipopChart } from './lollipop';
|
|
12
|
+
import { LineChart } from './line';
|
|
13
|
+
import { HistogramChart } from './histogram';
|
|
14
|
+
import { HeatmapChart } from './heatmap';
|
|
15
|
+
import { GroupedBarChart } from './bar-grouped';
|
|
16
|
+
import { GaugeChart } from './gauge';
|
|
17
|
+
import { DonutChart } from './donut';
|
|
18
|
+
import { ComboChart } from './combo';
|
|
19
|
+
import { CirclePackChart } from './circle-pack';
|
|
20
|
+
import { ExperimentalChoroplethChart } from './choropleth';
|
|
21
|
+
import { BulletChart } from './bullet';
|
|
22
|
+
import { BubbleChart } from './bubble';
|
|
23
|
+
import { BoxplotChart } from './boxplot';
|
|
24
|
+
import { AreaChart } from './area';
|
|
25
|
+
import { AlluvialChart } from './alluvial';
|
|
26
26
|
export { AlluvialChart, AreaChart, BoxplotChart, BubbleChart, BulletChart, ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, GroupedBarChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, SimpleBarChart, StackedAreaChart, StackedBarChart, TreeChart, TreemapChart, WordCloudChart };
|
|
27
27
|
export type Charts = AlluvialChart | AreaChart | BoxplotChart | BubbleChart | BulletChart | ExperimentalChoroplethChart | CirclePackChart | ComboChart | DonutChart | GaugeChart | GroupedBarChart | HeatmapChart | HistogramChart | LineChart | LollipopChart | MeterChart | PieChart | RadarChart | ScatterChart | SimpleBarChart | StackedAreaChart | StackedBarChart | TreeChart | TreemapChart | WordCloudChart;
|
package/dist/charts/line.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { LineChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { LineChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class LineChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<LineChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { LollipopChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { LollipopChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class LollipopChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<LollipopChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
package/dist/charts/meter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { MeterChartModel } from '../model/meter';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { MeterChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { MeterChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { MeterChartModel } from '../model/meter';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class MeterChart extends Chart {
|
|
7
7
|
model: MeterChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<MeterChartOptions>);
|
package/dist/charts/pie.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { PieChartModel } from '../model/pie';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { PieChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { PieChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { PieChartModel } from '../model/pie';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class PieChart extends Chart {
|
|
7
7
|
model: PieChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<PieChartOptions>, extending?: boolean);
|
package/dist/charts/radar.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { RadarChartModel } from '../model/radar';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { RadarChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { RadarChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { RadarChartModel } from '../model/radar';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class RadarChart extends Chart {
|
|
7
7
|
model: RadarChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<RadarChartOptions>);
|
package/dist/charts/scatter.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AxisChart } from '../axis-chart';
|
|
2
|
-
import { ChartConfig } from '../interfaces/model';
|
|
3
|
-
import { ScatterChartOptions } from '../interfaces/charts';
|
|
4
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { ScatterChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { AxisChart } from '../axis-chart';
|
|
5
5
|
export declare class ScatterChart extends AxisChart {
|
|
6
6
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<ScatterChartOptions>);
|
|
7
7
|
getComponents(): Component[];
|
package/dist/charts/tree.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { TreeChartModel } from '../model/tree';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { TreeChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { TreeChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { TreeChartModel } from '../model/tree';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class TreeChart extends Chart {
|
|
7
7
|
model: TreeChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<TreeChartOptions>);
|
package/dist/charts/treemap.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { TreemapChartModel } from '../model/treemap';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { TreemapChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { TreemapChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { TreemapChartModel } from '../model/treemap';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class TreemapChart extends Chart {
|
|
7
7
|
model: TreemapChartModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<TreemapChartOptions>);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Chart } from '../chart';
|
|
2
|
-
import { WordCloudModel } from '../model/wordcloud';
|
|
3
|
-
import { ChartConfig } from '../interfaces/model';
|
|
4
|
-
import { WorldCloudChartOptions } from '../interfaces/charts';
|
|
5
1
|
import { Component } from '../components/component';
|
|
2
|
+
import { WorldCloudChartOptions } from '../interfaces/charts';
|
|
3
|
+
import { ChartConfig } from '../interfaces/model';
|
|
4
|
+
import { WordCloudModel } from '../model/wordcloud';
|
|
5
|
+
import { Chart } from '../chart';
|
|
6
6
|
export declare class WordCloudChart extends Chart {
|
|
7
7
|
model: WordCloudModel;
|
|
8
8
|
constructor(holder: HTMLDivElement, chartConfigs: ChartConfig<WorldCloudChartOptions>);
|