From 4356d21112438377fc70710b11cc746b8accfefd Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:38:56 +0530 Subject: [PATCH 1/2] SEO-172685-JavaScript-redirection-tool-fixes --- js/Autocomplete/Data-Binding.md | 2 +- js/Autocomplete/Getting-Started.md | 2 +- js/Autocomplete/Validation.md | 2 +- js/Autocomplete/multicolumn.md | 2 +- js/Chart/3D-Chart.md | 18 ++++---- js/Chart/Annotations.md | 2 +- js/Chart/Appearance.md | 4 +- js/Chart/Axis.md | 18 ++++---- js/Chart/Chart-Series.md | 4 +- js/Chart/Chart-Title.md | 2 +- js/Chart/Chart-Types.md | 72 +++++++++++++++--------------- js/Chart/Data-Markers.md | 2 +- js/Chart/Empty-Points.md | 2 +- js/Chart/Exporting.md | 4 +- js/Chart/Getting-Started.md | 2 +- js/Chart/Legend.md | 2 +- js/Chart/Localization.md | 2 +- js/Chart/Multiple-Panes.md | 2 +- js/Chart/Performance.md | 2 +- js/Chart/Printing.md | 4 +- js/Chart/Real-TimeChart.md | 2 +- js/Chart/Striplines.md | 2 +- js/Chart/Technical-Indicators.md | 20 ++++----- js/Chart/Trendlines.md | 2 +- js/Chart/User-Interactions.md | 18 ++++---- js/Chart/Working-with-Data.md | 4 +- js/Chart/services.md | 4 +- 27 files changed, 101 insertions(+), 101 deletions(-) diff --git a/js/Autocomplete/Data-Binding.md b/js/Autocomplete/Data-Binding.md index dc4ae206b..cc714e1b5 100644 --- a/js/Autocomplete/Data-Binding.md +++ b/js/Autocomplete/Data-Binding.md @@ -122,7 +122,7 @@ Here ContactName and SupplierID fields are mapped with text and key [fields](htt -[ASP.NET Web API](https://msdn.microsoft.com/en-us/library/hh833994(v=vs.108).aspx) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [ej.DataManager](https://help.syncfusion.com/js/datamanager/getting-started). +[ASP.NET Web API](https://learn.microsoft.com/en-us/previous-versions/aspnet/hh833994(v=vs.108)?redirectedfrom=MSDN) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [ej.DataManager](https://help.syncfusion.com/js/datamanager/getting-started). Here the ContactName field is mapped with text property of the field object. diff --git a/js/Autocomplete/Getting-Started.md b/js/Autocomplete/Getting-Started.md index f30fc60bd..bd4cd2a68 100644 --- a/js/Autocomplete/Getting-Started.md +++ b/js/Autocomplete/Getting-Started.md @@ -68,7 +68,7 @@ Add links to the [CDN](https://help.syncfusion.com/js/cdn) Script files with dep -N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en) compression in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip](https://web.dev/optimizing-content-efficiency-optimize-encoding-and-transfer/?hl=en) compression in your server. diff --git a/js/Autocomplete/Validation.md b/js/Autocomplete/Validation.md index 8d568f162..34df65913 100644 --- a/js/Autocomplete/Validation.md +++ b/js/Autocomplete/Validation.md @@ -13,7 +13,7 @@ api: /api/js/ejautocomplete You can validate the Autocomplete [value](https://help.syncfusion.com/api/js/ejautocomplete#members:value) on form submission by applying [validationRules](https://help.syncfusion.com/api/js/ejautocomplete#members:validationrules) and [validationMessage](https://help.syncfusion.com/api/js/ejautocomplete#members:validationmessage) to the Autocomplete. -N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation). +N> [jquery.validate.min](https://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](https://jqueryvalidation.org/documentation). ### Validation Rules diff --git a/js/Autocomplete/multicolumn.md b/js/Autocomplete/multicolumn.md index c8c21d35a..d64bcea6d 100644 --- a/js/Autocomplete/multicolumn.md +++ b/js/Autocomplete/multicolumn.md @@ -81,4 +81,4 @@ N> Here [stringFormat](https://help.syncfusion.com/api/js/ejautocomplete#members ![AutoComplete-MultiColumn](multicolumn_images\multicolumn_img1.png) -[Live demo](https://js.syncfusion.com/demos/web/#!/bootstrap/autocomplete/multicolumn) +[Live demo](https://ej2.syncfusion.com/home/#!/bootstrap/autocomplete/multicolumn) diff --git a/js/Chart/3D-Chart.md b/js/Chart/3D-Chart.md index 65484306a..a52d50528 100644 --- a/js/Chart/3D-Chart.md +++ b/js/Chart/3D-Chart.md @@ -39,7 +39,7 @@ For rendering a 3D Column Chart, specify the series [`type`](../api/ejchart#memb ![](/js/Chart/3D-Chart_images/3D-Chart_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/column) here to view the 3D Column Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/column) here to view the 3D Column Chart online demo sample. ## 3D Bar Chart @@ -68,7 +68,7 @@ You can create a 3D Bar Chart by setting the series [`type`](../api/ejchart#memb ![](/js/Chart/3D-Chart_images/3D-Chart_img2.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/bar) here to view the 3D Bar Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/bar) here to view the 3D Bar Chart online demo sample. ## 3D Stacked Column Chart @@ -100,7 +100,7 @@ Stacking Column 3DChart is rendered by specifying the series [`type`](../api/ejc ![](/js/Chart/3D-Chart_images/3D-Chart_img3.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/stackedcolumn) here to view the Stacked Column 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/stackedcolumn) here to view the Stacked Column 3DChart online demo sample. ## 3D 100% Stacked Column Chart @@ -133,7 +133,7 @@ Stacking Column 3DChart is rendered by specifying the series [`type`](../api/ejc ![](/js/Chart/3D-Chart_images/3D-Chart_img4.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/100%stackedcolumn) here to view the 100% Stacked Column 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/100%stackedcolumn) here to view the 100% Stacked Column 3DChart online demo sample. ## 3D Stacked Bar Chart @@ -165,7 +165,7 @@ To create Stacking Bar 3DChart, set the series [`type`](../api/ejchart#members:s ![](/js/Chart/3D-Chart_images/3D-Chart_img5.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/stackedbar) here to view the Stacked Bar 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/stackedbar) here to view the Stacked Bar 3DChart online demo sample. ## 3D 100% Stacked Bar Chart @@ -197,7 +197,7 @@ You can create 100% Stacking Bar 3DChart by setting the series [`type`](../api/e ![](/js/Chart/3D-Chart_images/3D-Chart_img6.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/100%stackedbar) here to view the 100% Stacking Bar 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/100%stackedbar) here to view the 100% Stacking Bar 3DChart online demo sample. ## 3D Pie Chart @@ -225,7 +225,7 @@ To render the Pie Chart in 3D view, enable the **enbel3D** option in the chart a ![](/js/Chart/3D-Chart_images/3D-Chart_img7.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/pie) here to view the Pie 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/pie) here to view the Pie 3DChart online demo sample. ## 3D Doughnut Chart @@ -254,7 +254,7 @@ To render the Doughnut Chart in 3D view, enable the **enbel3D** option in the ch ![](/js/Chart/3D-Chart_images/3D-Chart_img8.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/doughnut) here to view the Doughnut 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/doughnut) here to view the Doughnut 3DChart online demo sample. ## Configure 3D Chart @@ -278,7 +278,7 @@ To render the EjChart in 3D view, set the [`enable3D`](../api/ejchart#members:en ![](/js/Chart/3D-Chart_images/3D-Chart_img9.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/3d/column) here to view the 3DChart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/3d/column) here to view the 3DChart online demo sample. ### Placing Bar / Column kind of series side-by-side diff --git a/js/Chart/Annotations.md b/js/Chart/Annotations.md index a9002e6a3..fd3b53d12 100644 --- a/js/Chart/Annotations.md +++ b/js/Chart/Annotations.md @@ -43,7 +43,7 @@ The visibility of the annotation is controlled by using the [`visible`](../api/e ![](/js/Chart/Annotations_images/Annotations_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/annotations) here to view the Annotations online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/annotations) here to view the Annotations online demo sample. N> Annotations are not supported in 3D chart types. diff --git a/js/Chart/Appearance.md b/js/Chart/Appearance.md index 17a84e7b6..ad2fabf3f 100644 --- a/js/Chart/Appearance.md +++ b/js/Chart/Appearance.md @@ -302,7 +302,7 @@ Background image can be added to the chart by using the [`backGroundImageUrl`](. ![JavaScript Chart setting background](Appearance_images/Appearance_img7.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/tooltiptemplate) here to view our online demo sample for setting Chart background image. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/tooltiptemplate) here to view our online demo sample for setting Chart background image. **Chart area background** @@ -384,7 +384,7 @@ You can provide different color for alternate grid rows and columns formed by th ![JavaScript Chart customize area grid bands](Appearance_images/Appearance_img9.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/alternategridband) here to view the alternate grid band online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/alternategridband) here to view the alternate grid band online demo sample. ### Animation diff --git a/js/Chart/Axis.md b/js/Chart/Axis.md index f7a9395a5..56209e35d 100644 --- a/js/Chart/Axis.md +++ b/js/Chart/Axis.md @@ -45,7 +45,7 @@ $("#container").ejChart({ ![Category](Axis_images/Axis_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/column) here to view our online demo sample that uses Category axis. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/column) here to view our online demo sample that uses Category axis. ### Place labels on ticks @@ -357,7 +357,7 @@ Date time axis uses date time scale and displays the date time values as axis la ![Datetime](Axis_images/Axis_img12.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/datetimeaxis) here to view our online demo sample for date time axis. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/datetimeaxis) here to view our online demo sample for date time axis. ### Customizing date time range @@ -518,7 +518,7 @@ $("#container").ejChart({ ![Datetimecategory](Axis_images/Axis_img63.png) - [Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/ChartAxes/DateTimeCategoryAxis) here to view our online demo sample for date time axis. + [Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/ChartAxes/DateTimeCategoryAxis) here to view our online demo sample for date time axis. ### Customizing DateTime Category range @@ -597,7 +597,7 @@ Logarithmic axis uses logarithmic scale and it is very useful in visualizing whe ![Log](Axis_images/Axis_img19.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/logaxis) here to view our online demo sample link for logarithmic axis. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/logaxis) here to view our online demo sample link for logarithmic axis. ### Customize Logarithmic range @@ -1122,7 +1122,7 @@ For category value type, **
** can be specified in x value of data points. ![Linebreak](Axis_images/Axis_img68.png) -[JS Playground Sample](http://jsplayground.syncfusion.com/zsaomrq5) +[JS Playground Sample](https://jsplayground.syncfusion.com/zsaomrq5) For numeric, datetime and datetimeCategory value type, **
** can be specified in labelFormat. @@ -1140,7 +1140,7 @@ For numeric, datetime and datetimeCategory value type, **
** can be specified ![Format](Axis_images/Axis_img69.png) -[JS Playground Sample](http://jsplayground.syncfusion.com/fllsqowe) +[JS Playground Sample](https://jsplayground.syncfusion.com/fllsqowe) ### Label and tick positioning @@ -1617,7 +1617,7 @@ An additional horizontal or vertical axis can be added to the chart by adding an ![Multipleimage2](Axis_images/Axis_img41.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/multipleaxes) here to view the multiple axis online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/multipleaxes) here to view the multiple axis online demo sample. ## Smart Axis Labels @@ -1645,7 +1645,7 @@ When the Axis labels overlap with each other based on the chart dimensions and l ![Smartaxis](Axis_images/Axis_img42.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/smartaxislabels) here to view our online demo sample for smart axis labels. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/smartaxislabels) here to view our online demo sample for smart axis labels. @@ -1799,4 +1799,4 @@ The below screenshot shows the trimmed multi-level labels ![Multi-leveltrim](Axis_images/Axis_img61.png) And these labels can be placed in various rows using the [`level`] property. -[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/chartaxes/multi-levellabels) here to view the multi-level labels online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/chartaxes/multi-levellabels) here to view the multi-level labels online demo sample. diff --git a/js/Chart/Chart-Series.md b/js/Chart/Chart-Series.md index e3f246501..0c68bae79 100644 --- a/js/Chart/Chart-Series.md +++ b/js/Chart/Chart-Series.md @@ -51,7 +51,7 @@ In EjChart, you can add multiple series object in the [`series`](../api/ejchart# ![](/js/Chart/Chart-Series_images/Chart-Series_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/column) here to view the multiple series online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/column) here to view the multiple series online demo sample. ### Customizing all series together @@ -131,7 +131,7 @@ EjChart allows you to render the combination of different series in the chart. ![](/js/Chart/Chart-Series_images/Chart-Series_img3.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/combination) here to view the combination series online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/combination) here to view the combination series online demo sample. ### Limitation of combination chart diff --git a/js/Chart/Chart-Title.md b/js/Chart/Chart-Title.md index f227d0901..8dfc81e9d 100644 --- a/js/Chart/Chart-Title.md +++ b/js/Chart/Chart-Title.md @@ -52,7 +52,7 @@ $("#container").ejChart({ ![Title](Chart-Title_images/Chart-Title_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/subtitle) here to view the Chart Title online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/subtitle) here to view the Chart Title online demo sample. We can trim, wrap and wrapAndTrim to the chart title using [`textOverflow`](../api/ejchart#members:title-textoverflow) property. diff --git a/js/Chart/Chart-Types.md b/js/Chart/Chart-Types.md index 02ec05598..c74ddea00 100644 --- a/js/Chart/Chart-Types.md +++ b/js/Chart/Chart-Types.md @@ -33,7 +33,7 @@ To render a Line Chart, set the series [`type`](../api/ejchart#members:series-ty ![](/js/Chart/Chart-Types_images/Chart-Types_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/line) here to view the Line Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/line) here to view the Line Chart online demo sample. ### Change the line width @@ -153,7 +153,7 @@ You can change the color of the line segments by using the [`fill`](../api/ejcha ![](/js/Chart/Chart-Types_images/Chart-Types_img81.png) -[Click](http://js.syncfusion.com/demos/web/#%21/azure/chart/chartcustomization/multicolorline) here to view the MultiColor Line Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#%21/azure/chart/chartcustomization/multicolorline) here to view the MultiColor Line Chart online demo sample. ## Step Line Chart @@ -179,7 +179,7 @@ To render a Step Line Chart, set the series [`type`](../api/ejchart#members:seri ![](/js/Chart/Chart-Types_images/Chart-Types_img6.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/stepline) here to view the Step Line Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/stepline) here to view the Step Line Chart online demo sample. ### Changing the line width @@ -298,7 +298,7 @@ To render an Area chart, you can specify the series [`type`](../api/ejchart#memb ![](/js/Chart/Chart-Types_images/Chart-Types_img11.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/area) here to view the Area Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/area) here to view the Area Chart online demo. ## Range Area Chart @@ -336,7 +336,7 @@ Since the RangeArea series requires two y values for a point, you have to add th ![](/js/Chart/Chart-Types_images/Chart-Types_img12.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/rangearea) here to view our Range Area Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/rangearea) here to view our Range Area Chart online demo. ## Step Area Chart @@ -364,7 +364,7 @@ To render a Step Area Chart, set the [`type`](../api/ejchart#members:series-type ![](/js/Chart/Chart-Types_images/Chart-Types_img13.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/steparea) here to view our Step Area Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/steparea) here to view our Step Area Chart online demo. ## Spline Area Chart @@ -393,7 +393,7 @@ To render a Spline Area Chart, set the [`type`](../api/ejchart#members:series-ty ![](/js/Chart/Chart-Types_images/Chart-Types_img14.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/splinearea) here to view our Spline Area Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/splinearea) here to view our Spline Area Chart online demo. ## Stacked Area Chart @@ -423,7 +423,7 @@ To render a Stacked Area Chart, set the [`type`](../api/ejchart#members:series-t ![](/js/Chart/Chart-Types_images/Chart-Types_img15.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/stackedarea) here to view our Stacked Area Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/stackedarea) here to view our Stacked Area Chart online demo. ## 100% Stacked Area Chart @@ -451,7 +451,7 @@ To render a 100% Stacked Area Chart, set the [`type`](../api/ejchart#members:ser ![](/js/Chart/Chart-Types_images/Chart-Types_img16.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/100%stackedarea) here to view our 100% Stacked Area Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/100%stackedarea) here to view our 100% Stacked Area Chart online demo. ## Stacked Spline Area Chart @@ -530,7 +530,7 @@ To render a Column Chart, set the [`type`](../api/ejchart#members:series-type) a ![](/js/Chart/Chart-Types_images/Chart-Types_img17.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/column) here to view our Column Chart demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/column) here to view our Column Chart demo. ### Change a point color @@ -720,7 +720,7 @@ Since, the RangeColumn series requires two y values for a point, add the [`high` ![](/js/Chart/Chart-Types_images/Chart-Types_img19.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/rangecolumn) here to view our Range Column Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/rangecolumn) here to view our Range Column Chart online demo. ### Change a point color @@ -776,7 +776,7 @@ To render a Stacked Column Chart, set the [`type`](../api/ejchart#members:series ![](/js/Chart/Chart-Types_images/Chart-Types_img21.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/stackedcolumn) here to view our Stacked Column Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/stackedcolumn) here to view our Stacked Column Chart online demo. ### Cluster / Group stacked columns @@ -860,7 +860,7 @@ To render a 100% Stacked Column Chart, set the [`type`](../api/ejchart#members:s ![](/js/Chart/Chart-Types_images/Chart-Types_img24.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/100%stackedcolumn) here to view our 100% Stacked Column Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/100%stackedcolumn) here to view our 100% Stacked Column Chart online demo. ### Cluster / Group 100% stacked columns @@ -945,7 +945,7 @@ To render a bar Chart, set the [`type`](../api/ejchart#members:series-type) as * ![](/js/Chart/Chart-Types_images/Chart-Types_img27.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/bar) here to view our Bar Chart demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/bar) here to view our Bar Chart demo. ### Change the color of a bar @@ -999,7 +999,7 @@ To render a Stacked Bar Chart, set the [`type`](../api/ejchart#members:series-ty ![](/js/Chart/Chart-Types_images/Chart-Types_img29.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/stackedbar) here to view our Stacked Bar Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/stackedbar) here to view our Stacked Bar Chart online demo. ### Cluster / Group stacked bars @@ -1083,7 +1083,7 @@ To render a 100% Stacked Bar Chart, set the [`type`](../api/ejchart#members:seri ![](/js/Chart/Chart-Types_images/Chart-Types_img32.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/100%stackedbar) here to view our 100% Stacked Bar Chart online demo. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/100%stackedbar) here to view our 100% Stacked Bar Chart online demo. By using the [`stackingGroup`](../api/ejchart#members:series-stackinggroup) property, you can group the 100% stacking bars with the same group name. @@ -1166,7 +1166,7 @@ To render a Spline Chart, set the [`type`](../api/ejchart#members:series-type) a ![](/js/Chart/Chart-Types_images/Chart-Types_img35.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/spline) here to view the Spline Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/spline) here to view the Spline Chart online demo sample. ### Spline Types @@ -1290,7 +1290,7 @@ You can create a pie chart by setting the series [`type`](../api/ejchart#members ![](/js/Chart/Chart-Types_images/Chart-Types_img38.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/pie) here to view the Pie chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/pie) here to view the Pie chart online demo sample. ### Change the pie size @@ -1420,7 +1420,7 @@ EjChart allows you to render all the data points/segments in the semi-pie, quart ![](/js/Chart/Chart-Types_images/Chart-Types_img43.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/semipieanddoughnut) here to view the Semi Pie Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/semipieanddoughnut) here to view the Semi Pie Chart online demo sample. @@ -1449,7 +1449,7 @@ To create a Doughnut chart, you can specify the series [`type`](../api/ejchart#m ![](/js/Chart/Chart-Types_images/Chart-Types_img44.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/doughnut) here to view the Doughnut Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/doughnut) here to view the Doughnut Chart online demo sample. ### Change Doughnut inner radius @@ -1603,7 +1603,7 @@ EjChart allows you to render all the data points/segments in the semi-doughnut, ![](/js/Chart/Chart-Types_images/Chart-Types_img50.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/semipieanddoughnut) here to view the Semi Doughnut Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/semipieanddoughnut) here to view the Semi Doughnut Chart online demo sample. @@ -1638,7 +1638,7 @@ EjChart provides support to render more than one series in pie and in doughnut c ![](/js/Chart/Chart-Types_images/Chart-Types_img83.png) -[Click](http://js.syncfusion.com/demos/web/#%21/azure/chart/multiplepie) here to view the Multiple Pie chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#%21/azure/chart/multiplepie) here to view the Multiple Pie chart online demo sample. ### Start and End Angle Support @@ -1678,7 +1678,7 @@ To create a Pyramid chart, you can specify the series [`type`](../api/ejchart#me ![](/js/Chart/Chart-Types_images/Chart-Types_img51.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/pyramid) here to view the Pyramid Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/pyramid) here to view the Pyramid Chart online demo sample. ### Pyramid Mode @@ -1781,7 +1781,7 @@ You can create a funnel chart by setting the series [`type`](../api/ejchart#memb ![](/js/Chart/Chart-Types_images/Chart-Types_img55.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/funnel) here to view the Funnel Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/funnel) here to view the Funnel Chart online demo sample. ### Change the funnel width and height @@ -1870,7 +1870,7 @@ To create a Bubble chart, you can set the series [`type`](../api/ejchart#members ![](/js/Chart/Chart-Types_images/Chart-Types_img58.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/bubble) here to view the Bubble Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/bubble) here to view the Bubble Chart online demo sample. ### Bubble options @@ -1914,7 +1914,7 @@ To create a Scatter chart, you can set the series [`type`](../api/ejchart#member ![](/js/Chart/Chart-Types_images/Chart-Types_img59.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/scatter) here to view the Scatter Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/scatter) here to view the Scatter Chart online demo sample. ### Customize the scatter chart @@ -1984,7 +1984,7 @@ To create a HiLoOpenClose chart, you can set the series [`type`](../api/ejchart# ![](/js/Chart/Chart-Types_images/Chart-Types_img61.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/hiloopenclose) here to view the HiLoOpenClose Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/hiloopenclose) here to view the HiLoOpenClose Chart online demo sample. ### DrawMode @@ -2073,7 +2073,7 @@ You can create a Candle chart by specifying the series [`type`](../api/ejchart#m ![](/js/Chart/Chart-Types_images/Chart-Types_img64.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/candle) here to view the Candle Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/candle) here to view the Candle Chart online demo sample. ### Bull and Bear Color @@ -2136,7 +2136,7 @@ HiLo chart is created by setting the series [`type`](../api/ejchart#members:seri ![](/js/Chart/Chart-Types_images/Chart-Types_img66.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/hilo) here to view the HiLo Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/hilo) here to view the HiLo Chart online demo sample. ## Polar @@ -2161,7 +2161,7 @@ Polar chart is created by setting the series [`type`](../api/ejchart#members:ser ![](/js/Chart/Chart-Types_images/Chart-Types_img67.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/polar) here to view the Polar Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/polar) here to view the Polar Chart online demo sample. ### DrawType @@ -2234,7 +2234,7 @@ By using the [`isStacking`](../api/ejchart#members:series-isstacking) property, ![](/js/Chart/Chart-Types_images/Chart-Types_img69.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/windrose) here to view the Polar Wind Rose Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/windrose) here to view the Polar Wind Rose Chart online demo sample. @@ -2264,7 +2264,7 @@ To create a Radar chart, you can specify the series [`type`](../api/ejchart#memb ![](/js/Chart/Chart-Types_images/Chart-Types_img70.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/radar) here to view the Radar Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/radar) here to view the Radar Chart online demo sample. ### DrawType @@ -2346,7 +2346,7 @@ N> The inline property of the **series.positiveFill** has the first priority and ![](/js/Chart/Chart-Types_images/Chart-Types_img73.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/waterfall) here to view the Waterfall Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/waterfall) here to view the Waterfall Chart online demo sample. **ShowIntermediateSum** @@ -2459,7 +2459,7 @@ EjChart can generate Error bar for Cartesian type series *(Line, Column, Bar, Sc ![](/js/Chart/Chart-Types_images/Chart-Types_img75.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/errorbar) here to view the Error bar Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/errorbar) here to view the Error bar Chart online demo sample. ### Changing Error Bar Type @@ -2706,7 +2706,7 @@ Outlier symbol, width and height can be customized using [`shape`](../api/ejcha ![](/js/Chart/Chart-Types_images/Chart-Types_img92.png) -[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/boxandwhisker) here to view the Box and Whisker Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/boxandwhisker) here to view the Box and Whisker Chart online demo sample. ## Pie Of Pie Chart @@ -2736,7 +2736,7 @@ series: [{ ![](/js/Chart/Chart-Types_images/Chart-Types_img93.png) -[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/pieofpie) here to view the Pie Of Pie Chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/pieofpie) here to view the Pie Of Pie Chart online demo sample. ### Split Mode and Split Value diff --git a/js/Chart/Data-Markers.md b/js/Chart/Data-Markers.md index cfd2e4f49..77a9e3695 100644 --- a/js/Chart/Data-Markers.md +++ b/js/Chart/Data-Markers.md @@ -377,7 +377,7 @@ $("#container").ejChart({ {% endhighlight %} -Try it: [JS Playground Sample](http://jsplayground.syncfusion.com/vkziijnc) +Try it: [JS Playground Sample](https://jsplayground.syncfusion.com/vkziijnc) diff --git a/js/Chart/Empty-Points.md b/js/Chart/Empty-Points.md index f727fb7de..252b9c8cd 100644 --- a/js/Chart/Empty-Points.md +++ b/js/Chart/Empty-Points.md @@ -37,7 +37,7 @@ The Data points that uses the **null** or **undefined** as value are considered ![](/js/Chart/Empty-Points_images/Empty-Points_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/emptypoints) here to view the online demo sample for empty points. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/emptypoints) here to view the online demo sample for empty points. ## EmptyPointSettings diff --git a/js/Chart/Exporting.md b/js/Chart/Exporting.md index f06b68efd..764c4b87c 100644 --- a/js/Chart/Exporting.md +++ b/js/Chart/Exporting.md @@ -16,7 +16,7 @@ The exporting of the chart is done using the [`exportSettings`](../api/ejchart#m In client-side rendered chart can be exported as PNG image or as SVG file.The type of export is controlled by using the [`type`](../api/ejchart#members:exportsettings-type)property of the exportSettings. -* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](../api/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](../api/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](http://www.syncfusion.com/kb/5045) to know more about chart exporting. +* Export as PNG - The chart can be exported to image when it is rendered in HTML5 Canvas.To render a chart in canvas, set the [`enableCanvasRendering`](../api/ejchart#members:enablecanvasrendering) option to *true*. To export the chart, you can use the [`export`](../api/ejchart#methods:export) method of the chart. Refer to the online [`KB for exporting`](https://www.syncfusion.com/kb/5045) to know more about chart exporting. * Export as SVG - Chart can be exported as SVG if it is rendered as a scalable vector graphics element. By default chart will be rendered as SVG. @@ -50,7 +50,7 @@ In client-side rendered chart can be exported as PNG image or as SVG file.The ty {% endhighlight %} -[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/exportandprint) here to view the Export chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/exportandprint) here to view the Export chart online demo sample. ## Server-side Exporting diff --git a/js/Chart/Getting-Started.md b/js/Chart/Getting-Started.md index e240cd310..b0d9698b5 100644 --- a/js/Chart/Getting-Started.md +++ b/js/Chart/Getting-Started.md @@ -37,7 +37,7 @@ Create an **HTML** page and add the scripts references in the order mentioned in N> If you are using the Essential Studio below 13.4.0.53 version, then you need to refer **jQuery.globalize.js** script file along with the above references to render the Chart control. -In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. +In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose. ## Initialize chart diff --git a/js/Chart/Legend.md b/js/Chart/Legend.md index 4c026c0ed..6732c7f7f 100644 --- a/js/Chart/Legend.md +++ b/js/Chart/Legend.md @@ -34,7 +34,7 @@ By default, the legend is enabled in the chart. You can enable or disable it by ![Visible](Legend_images/Legend_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/legendposition) here to view the online demo sample for legend position. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/legendposition) here to view the online demo sample for legend position. ## Legend title diff --git a/js/Chart/Localization.md b/js/Chart/Localization.md index 35c0e39e0..a5b66ee02 100644 --- a/js/Chart/Localization.md +++ b/js/Chart/Localization.md @@ -38,6 +38,6 @@ EjChart supports localization for its axis labels and tooltip. To render the cha ![](/js/Chart/Localization_images/Localization_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/localization) here to view the localization chart online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/localization) here to view the localization chart online demo sample. diff --git a/js/Chart/Multiple-Panes.md b/js/Chart/Multiple-Panes.md index e3e7e1185..44827782c 100644 --- a/js/Chart/Multiple-Panes.md +++ b/js/Chart/Multiple-Panes.md @@ -64,7 +64,7 @@ To split the chart area vertically into a number of rows, use [`rowDefinitions`] ![](/js/Chart/Multiple-Panes_images/Multiple-Panes_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/multipleaxes) here to view the online demo sample for multiple panes. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/multipleaxes) here to view the online demo sample for multiple panes. **Row Span** diff --git a/js/Chart/Performance.md b/js/Chart/Performance.md index 434d98b98..6068a73b3 100644 --- a/js/Chart/Performance.md +++ b/js/Chart/Performance.md @@ -25,7 +25,7 @@ api : /api/js/ejchart {% endhighlight %} -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/performance) here to view the online demo sample that shows Chart performance with 100,000 data points. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/performance) here to view the online demo sample that shows Chart performance with 100,000 data points. * Instead of enabling data markers and labels when there are large number of data points, you can use **trackball** and **tooltip** to view point information. diff --git a/js/Chart/Printing.md b/js/Chart/Printing.md index 38158973c..f711b569a 100644 --- a/js/Chart/Printing.md +++ b/js/Chart/Printing.md @@ -38,7 +38,7 @@ This print method can be called by performing any action on the web page. For ex ![](/js/Chart/Printing_images/Printing_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/exportandprint) here to view the Printing chart online demo sample +[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/exportandprint) here to view the Printing chart online demo sample ## Printing Multiple chart @@ -72,4 +72,4 @@ Some of print options are not configurable through JavaScript code. You need to * [Chrome](https://support.google.com/chrome/answer/1379552?hl=en) * [Firefox](https://support.mozilla.org/en-US/kb/how-print-web-pages-firefox) * [Safari](http://www.mintprintables.com/print-tips/adjust-margins-osx/) -* [IE](http://www.helpteaching.com/help/print/index.htm) +* [IE](https://www.helpteaching.com/help/print/index.htm) diff --git a/js/Chart/Real-TimeChart.md b/js/Chart/Real-TimeChart.md index 293aa38ba..4b29a4f71 100644 --- a/js/Chart/Real-TimeChart.md +++ b/js/Chart/Real-TimeChart.md @@ -48,6 +48,6 @@ N> You can get the chart **instance** using instance method. {% endhighlight %} -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/live) here to view the online demo sample for real-time Chart. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/live) here to view the online demo sample for real-time Chart. diff --git a/js/Chart/Striplines.md b/js/Chart/Striplines.md index a2264b176..ce044f730 100644 --- a/js/Chart/Striplines.md +++ b/js/Chart/Striplines.md @@ -45,7 +45,7 @@ You can create horizontal stripline by adding the [`stripline`](../api/ejchart#m ![](/js/Chart/Striplines_images/Striplines_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartaxes/striplines) here to view the Striplines online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartaxes/striplines) here to view the Striplines online demo sample. ## Vertical Stripline diff --git a/js/Chart/Technical-Indicators.md b/js/Chart/Technical-Indicators.md index 202bb6387..836c34858 100644 --- a/js/Chart/Technical-Indicators.md +++ b/js/Chart/Technical-Indicators.md @@ -107,7 +107,7 @@ To create an Accumulation Distribution indicator, set the [`indicators.type`](.. ![Accumulation Distribution](Technical-Indicators_images/Technical-Indicators_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/accumulationdistribution) here to view the Accumulation Distribution indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/accumulationdistribution) here to view the Accumulation Distribution indicator online demo sample. ### Average True Range (ATR) @@ -133,7 +133,7 @@ You can create an ATR indicator by setting the [`indicators.type`](../api/ejchar ![ATR](Technical-Indicators_images/Technical-Indicators_img2.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/atr) here to view the ATR indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/atr) here to view the ATR indicator online demo sample. ### Bollinger Band @@ -159,7 +159,7 @@ Bollinger Band indicator is created by setting the [`indicators.type`](../api/ej ![Bollinger Band](Technical-Indicators_images/Technical-Indicators_img3.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/bollingerband) here to view the Bollinger Band indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/bollingerband) here to view the Bollinger Band indicator online demo sample. ### Exponential Moving Average (EMA) @@ -185,7 +185,7 @@ To render an EMA indicator, you have to set the [`indicators.type`](../api/ejcha ![EMA](Technical-Indicators_images/Technical-Indicators_img4.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/ema) here to view the EMA indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/ema) here to view the EMA indicator online demo sample. ### Momentum @@ -211,7 +211,7 @@ Momentum Technical indicator is created by setting the [`indicators.type`](../ap ![Momentum](Technical-Indicators_images/Technical-Indicators_img5.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/momentum) here to view the Momentum indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/momentum) here to view the Momentum indicator online demo sample. ### Moving Average Convergence Divergence (MACD) @@ -238,7 +238,7 @@ To render an MACD indicator, you have to set the [`indicators.type`](../api/ejch ![MACD](Technical-Indicators_images/Technical-Indicators_img6.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/macd) here to view the MACD indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/macd) here to view the MACD indicator online demo sample. #### macdType @@ -291,7 +291,7 @@ To render the RSI indicator, set the [`indicators.type`](../api/ejchart#members: ![RSI](Technical-Indicators_images/Technical-Indicators_img8.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/rsi) here to view the RSI indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/rsi) here to view the RSI indicator online demo sample. ### Simple Moving Average (SMA) @@ -318,7 +318,7 @@ To render the SMA indicator, you should specify the [`indicators.type`](../api/e ![SMA](Technical-Indicators_images/Technical-Indicators_img9.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/sma) here to view the SMA indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/sma) here to view the SMA indicator online demo sample. ### Stochastic @@ -346,7 +346,7 @@ For the Stochastic indicator, you need to set the [`indicators.type`](../api/ejc ![Stochastic](Technical-Indicators_images/Technical-Indicators_img10.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/stochastic) here to view the stochastic indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/stochastic) here to view the stochastic indicator online demo sample. ### Triangular Moving Average (TMA) @@ -373,7 +373,7 @@ To render the TMA indicator, you should specify the [`indicators.type`](../api/e ![TMA](Technical-Indicators_images/Technical-Indicators_img11.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/technicalindicators/tma) here to view the TMA indicator online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/technicalindicators/tma) here to view the TMA indicator online demo sample. ## Enable Tooltip diff --git a/js/Chart/Trendlines.md b/js/Chart/Trendlines.md index 83bedc30f..9f0cc94f8 100644 --- a/js/Chart/Trendlines.md +++ b/js/Chart/Trendlines.md @@ -32,7 +32,7 @@ The visibility of the trendline is controlled by using the [`visibility`](../api ![](/js/Chart/Trendlines_images/Trendlines_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/trendlines) here to view the Trendlines online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/trendlines) here to view the Trendlines online demo sample. ## Customize the trendline styles diff --git a/js/Chart/User-Interactions.md b/js/Chart/User-Interactions.md index bf1341d27..2b4c16135 100644 --- a/js/Chart/User-Interactions.md +++ b/js/Chart/User-Interactions.md @@ -106,7 +106,7 @@ You can also use * **#series.#** * as place holder to display the va ![](/js/Chart/User-Interactions_images/User-Interactions_img3.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/line) here to view the Tooltip template online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/line) here to view the Tooltip template online demo sample. #### Tooltip template animation @@ -225,7 +225,7 @@ After zooming the chart, a zooming toolbar will appear with options to *zoom*, * ![](/js/Chart/User-Interactions_images/User-Interactions_img7.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/userinteraction/zoomingandpanning) here to view the Zooming and Panning online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/userinteraction/zoomingandpanning) here to view the Zooming and Panning online demo sample. ### Types of zooming @@ -329,7 +329,7 @@ Crosshair can be enabled by using the [`visible`](../api/ejchart#members:series- ![](/js/Chart/User-Interactions_images/User-Interactions_img10.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/userinteraction/crosshair) here to view the Crosshair online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/userinteraction/crosshair) here to view the Crosshair online demo sample. ### Customize the crosshair line and crosshair label @@ -364,7 +364,7 @@ The [`fill`](../api/ejchart#members:crosshair-fill) and [`border`](../api/ejchar ![](/js/Chart/User-Interactions_images/User-Interactions_img11.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/userinteraction/crosshair) here to view the Crosshair online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/userinteraction/crosshair) here to view the Crosshair online demo sample. ### Crosshair marker @@ -503,7 +503,7 @@ Trackball can be enabled by setting the [`visible`](../api/ejchart#members:cross ![](/js/Chart/User-Interactions_images/User-Interactions_img12.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/userinteraction/trackball) here to view the Trackball online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/userinteraction/trackball) here to view the Trackball online demo sample. #### Customize trackball marker and trackball line @@ -678,7 +678,7 @@ N> When hovering mouse on the data points, the corresponding series legend also {% endhighlight %} -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/selection) here to view the highlight and selections online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/selection) here to view the highlight and selections online demo sample. ### Highlight Mode @@ -926,7 +926,7 @@ N> When mouse is clicked on the data points, the corresponding series legend als {% endhighlight %} -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/chartcustomization/selection) here to view the highlight and selections online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/chartcustomization/selection) here to view the highlight and selections online demo sample. ### Selection Mode @@ -1071,7 +1071,7 @@ To fetch the selected area data points value, you can set the selectionSettings ![](/js/Chart/User-Interactions_images/User-Interactions_img23.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/selection/rangeselection) here to view the Multiple data selection online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/selection/rangeselection) here to view the Multiple data selection online demo sample. @@ -1342,7 +1342,7 @@ $("#container").ejChart( ![](/js/Chart/User-Interactions_images/User-Interactions_img31.png) -[Click](http://js.syncfusion.com/demos/web/#!/bootstrap/chart/UserInteraction/DataEditing) here to view the data editing online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/bootstrap/chart/UserInteraction/DataEditing) here to view the data editing online demo sample. ### Customize Dragging direction diff --git a/js/Chart/Working-with-Data.md b/js/Chart/Working-with-Data.md index b833a952b..3cbed6c81 100644 --- a/js/Chart/Working-with-Data.md +++ b/js/Chart/Working-with-Data.md @@ -45,7 +45,7 @@ N> For the **OHLC** type series, you have to map four dataSource fields ([`high` ![Local data in JavaScript Chart](Working-with-Data_images/Working-with-Data_img1.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/databinding/localdata) here to view the local data binding online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/databinding/localdata) here to view the local data binding online demo sample. 2.You can also plot data to chart using [`x`](../api/ejchart.html#members:series-points-x) and [`y`](../api/ejchart.html#members:series-points-y) field of [`points`](../api/ejchart.html#members:series-points) option in the series. Using this property you can customize each and every point in the data. @@ -99,7 +99,7 @@ You can bind the remote data to the chart by using the DataManager and you can u ![Remote data in JavaScript Chart](Working-with-Data_images/Working-with-Data_img3.png) -[Click](http://js.syncfusion.com/demos/web/#!/azure/chart/databinding/remotedata) here to view the remote data binding online demo sample. +[Click](https://ej2.syncfusion.com/home/#!/azure/chart/databinding/remotedata) here to view the remote data binding online demo sample. ## AngularJS Data Binding diff --git a/js/Chart/services.md b/js/Chart/services.md index 3242e495e..3d62b06f4 100644 --- a/js/Chart/services.md +++ b/js/Chart/services.md @@ -19,7 +19,7 @@ Export Chart as PNG, JPG, SVG, PDF document, Excel document or Word document. ### URL -[http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart](http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart) +[http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart](https://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart) ### Parameters @@ -58,7 +58,7 @@ Browser will prompt a dialog box to save the file (image or document). ### Online Demo -Our [Exporting Demo](http://js.syncfusion.com/demos/web/#!/azure/chart/export) sample uses this service to export Chart as images (PNG, JPG, SVG), PDF document, Word document and Excel worksheet. +Our [Exporting Demo](https://ej2.syncfusion.com/home/#!/azure/chart/export) sample uses this service to export Chart as images (PNG, JPG, SVG), PDF document, Word document and Excel worksheet. From afdee55a47e1f8f4503ec1d8670db2604afaf82d Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:33:56 +0530 Subject: [PATCH 2/2] SEO-172685-JavaScript-redirection-tool-fixes --- js/Chart/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Chart/services.md b/js/Chart/services.md index 3d62b06f4..4cd9bbb37 100644 --- a/js/Chart/services.md +++ b/js/Chart/services.md @@ -19,7 +19,7 @@ Export Chart as PNG, JPG, SVG, PDF document, Excel document or Word document. ### URL -[http://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart](https://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart) +[https://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart](https://js.syncfusion.com/ExportingServices/api/JSChartExport/ExportChart) ### Parameters