Skip to content

Commit

Permalink
Merge branch 'master' into shape-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev authored Oct 6, 2017
2 parents a997c93 + 71cca32 commit 24a0492
Showing 1 changed file with 70 additions and 9 deletions.
79 changes: 70 additions & 9 deletions src/js/infragistics.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,12 @@ $.ig.loaderClass.locale.descriptions = {
radialDescription: "Contains the radial series to display category data evenly across a full circle.",
rangeCategoryDescription: "Contains the range category series, used to depict the spread between two values.",
scatterDescription: "Contains the scatter series used to depict individual points in orthogonal (Cartesian) coordinate system.",
shapeDescription: "Contains the shape series used to depict areas in orthogonal (Cartesian) coordinate system.",
categoryDescription: "Contains the category series that allow data for separate distinct category axis values to be plotted.",
stackedDescription: "Containes the stacked series used to visualize categorized data in stacked segments.",
verticalDescription: "Contains the column series that vsualizes categorized data with vertical columns.",
dateTimeAxisDescription: "Allows for configuring DateTimeAxis.",
timeXAxisDescription: "Allows for configuring TimeXAxis.",
overviewPlusDetailPaneDescription: "Component that display an OverviewPlusDetailPane over the igDataChart plot area.",
zoombarDescription: "The igZoombar control provides zooming functionality to range-based controls.",
mapDescription: "The igMap visualize various kinds of maps based on the HTML5 canvas element and performs all rendering on the client-side.",
Expand Down Expand Up @@ -418,7 +420,7 @@ $.ig.dependencies = [
{
widget: "igChartLegend",
group: $.ig.loaderClass.locale.dvGroup,
dependency: [ { name: "_ig_legend" }, { name: "_ig_dv_commonwidget" } ],
dependency: [ { name: "_ig_legend" }, { name: "igWidget" }, { name: "_ig_dv_commonwidget" } ],
scripts: [ "$path$/modules/infragistics.ui.chartlegend.js" ],
description: $.ig.loaderClass.locale.descriptions.chartLegendDescription
},
Expand All @@ -429,6 +431,13 @@ $.ig.dependencies = [
scripts: [],
description: $.ig.loaderClass.locale.descriptions.dateTimeAxisDescription
},
{
widget: "igTimeXAxis",
group: $.ig.loaderClass.locale.dvGroup,
dependency: [ { name: "_ig_dv_extendedaxes" } ],
scripts: [],
description: $.ig.loaderClass.locale.descriptions.timeXAxisDescription
},
{
widget: "igOverviewPlusDetailPane",
group: $.ig.loaderClass.locale.dvGroup,
Expand All @@ -439,7 +448,8 @@ $.ig.dependencies = [

{
widget: "igDataChart",
dependency: [ { name: "_ig_datachart_core" }, { name: "_ig_dv_commonwidget" },
dependency: [ { name: "_ig_datachart_core" }, { name: "igWidget" },
{ name: "_ig_dv_commonwidget" },
{ name: "igTemplating" }, { name: "igDataSource" } ],
scripts: [ "$path$/modules/infragistics.ui.chart.js" ],
group: $.ig.loaderClass.locale.dvGroup,
Expand Down Expand Up @@ -509,11 +519,19 @@ $.ig.dependencies = [
{
widget: "Scatter",
parentWidget: "igDataChart",
dependency: [ { name: "igDataChart" } ],
dependency: [ { name: "_ig_dv_extendedaxes" }, { name: "igDataChart" } ],
group: $.ig.loaderClass.locale.dvGroup,
scripts: [ "$path$/modules/infragistics.datachart_scatter.js" ],
description: $.ig.loaderClass.locale.descriptions.scatterDescription
},
{
widget: "Shape",
parentWidget: "igDataChart",
dependency: [ { name: "_ig_dv_extendedaxes" }, { name: "igDataChart" } ],
group: $.ig.loaderClass.locale.dvGroup,
scripts: [ "$path$/modules/infragistics.datachart_shape.js" ],
description: $.ig.loaderClass.locale.descriptions.shapeDescription
},
{
widget: "Stacked",
parentWidget: "igDataChart",
Expand Down Expand Up @@ -585,7 +603,7 @@ $.ig.dependencies = [

{
widget: "igFunnelChart",
dependency: [ { name: "_ig_dv_geometry" }, { name: "_ig_dv_commonwidget" },
dependency: [ { name: "_ig_dv_geometry" }, { name: "igWidget" }, { name: "_ig_dv_commonwidget" },
{ name: "igTemplating" }, { name: "igDataSource" },
{ name: "_ig_dv_interactivity" } ],
scripts: [
Expand Down Expand Up @@ -617,10 +635,12 @@ $.ig.dependencies = [
dependency: [
{ name: "_ig_simple_datachart_core" },
{ name: "_ig_dv_geometry" },
{ name: "_ig_dv_interactivity" }
{ name: "_ig_dv_interactivity" },
{ name: "igWidget" }
],
scripts: [
"$path$/modules/infragistics.sparkline.js",
"$path$/modules/infragistics.ui.basechart.js",
"$path$/modules/infragistics.ui.sparkline.js"
],
group: $.ig.loaderClass.locale.dvGroup,
Expand All @@ -633,7 +653,8 @@ $.ig.dependencies = [
dependency: [
{ name: "_ig_dv_geometry" },
{ name: "_ig_dv_jquerydom" },
{ name: "_ig_dv_interactivity" }
{ name: "_ig_dv_interactivity" },
{ name: "igWidget" }
],
scripts: [
"$path$/modules/infragistics.radialgauge.js",
Expand All @@ -649,7 +670,8 @@ $.ig.dependencies = [
dependency: [
{ name: "_ig_dv_geometry" },
{ name: "_ig_dv_jquerydom" },
{ name: "_ig_dv_interactivity" }
{ name: "_ig_dv_interactivity" },
{ name: "igWidget" }
],
scripts: [
"$path$/modules/infragistics.lineargauge.js",
Expand All @@ -664,7 +686,8 @@ $.ig.dependencies = [
dependency: [
{ name: "_ig_dv_geometry" },
{ name: "_ig_dv_jquerydom" },
{ name: "_ig_dv_interactivity" }
{ name: "_ig_dv_interactivity" },
{ name: "igWidget" }
],
scripts: [
"$path$/modules/infragistics.ui.bulletgraph.js",
Expand All @@ -678,6 +701,7 @@ $.ig.dependencies = [
{
widget: "igCategoryChart",
dependency: [ { name: "_ig_dv_dataseriesadapter" }, { name: "_ig_datachart_categorycore" },
{ name: "igWidget" },
{ name: "_ig_dv_commonwidget" }, { name: "_ig_simple_datachart_core" } ],
group: $.ig.loaderClass.locale.dvGroup,
scripts: [
Expand Down Expand Up @@ -711,6 +735,42 @@ $.ig.dependencies = [
{ name: "VisualData", parentWidget: "igCategoryChart" }
]
},

{
widget: "igShapeChart",
dependency: [ { name: "_ig_dv_dataseriesadapter" }, { name: "igWidget" },
{ name: "Scatter" }, { name: "Shape" },
{ name: "_ig_dv_commonwidget" }, { name: "_ig_simple_datachart_core" } ],
group: $.ig.loaderClass.locale.dvGroup,
scripts: [
"$path$/modules/infragistics.shapechart.js",
"$path$/modules/infragistics.ui.shapechart.js"
],
css: [
"$path$/structure/modules/infragistics.ui.shapechart.css"
],
description: $.ig.loaderClass.locale.descriptions.shapeChartDescription
},
{
widget: "Interactivity",
parentWidget: "igCategoryChart",
dependency: [ { name: "_ig_datachart_interactivity" } ],
group: $.ig.loaderClass.locale.dvGroup,
description: $.ig.loaderClass.locale.descriptions.chartInteractivityDescription
},
{
widget: "VisualData",
parentWidget: "igCategoryChart",
dependency: [ { name: "_ig_datachart_visualdata" } ],
group: $.ig.loaderClass.locale.dvGroup,
description: $.ig.loaderClass.locale.descriptions.chartVisualDataDescription
},
{
widget: "igCategoryChart.*",
dependency: [ { name: "Interactivity", parentWidget: "igCategoryChart" },
{ name: "VisualData", parentWidget: "igCategoryChart" }
]
},
/* /// End Data Visualization /// */

{
Expand All @@ -719,7 +779,8 @@ $.ig.dependencies = [
{ name: "_ig_ext_collections_extended" },
{ name: "_ig_dv_core" },
{ name: "_ig_dv_interactivity" },
{ name: "_ig_dv_jquerydom" }
{ name: "_ig_dv_jquerydom" },
{ name: "igWidget" }
],
scripts: [
"$path$/modules/infragistics.radialmenu.js",
Expand Down

0 comments on commit 24a0492

Please sign in to comment.