Skip to content

Commit 3c64f44

Browse files
authored
Merge pull request #2881 from syncfusion-content/EJ2-880576-UGfix
876007: Fixed CR issue for April 16.
2 parents 76dc321 + 50f4335 commit 3c64f44

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/category-axis.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Category Axis in ##Platform_Name## Chart Component
3+
title: Category Axis in ##Platform_Name## Chart Component | Syncfusion
44
description: Learn here all about Category Axis in Syncfusion ##Platform_Name## Chart component of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Category Axis
@@ -9,12 +9,16 @@ documentation: ug
99
---
1010

1111

12-
# Category Axis
12+
# ASP.NET Core Category Axis
1313

1414
<!-- markdownlint-disable MD036 -->
1515

1616
Category axis are used to represent, the string values instead of numbers.
1717

18+
To quickly get started with Syncfusion ASP.NET Core Category Axis, you can check out this video:
19+
20+
{% youtube "https://www.youtube.com/watch?v=l3M5ZvM1Ozs" %}
21+
1822
{% if page.publishingplatform == "aspnet-core" %}
1923

2024
{% tabs %}

ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/logarithmic-axis.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Logarithmic Axis in ##Platform_Name## Chart Component
3+
title: Logarithmic Axis in ##Platform_Name## Chart Component | Syncfusion
44
description: Learn here all about Logarithmic Axis in Syncfusion ##Platform_Name## Chart component of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Logarithmic Axis
@@ -9,12 +9,16 @@ documentation: ug
99
---
1010

1111

12-
# Logarithmic Axis
12+
# ASP.NET Core Logarithmic Axis
1313

1414
<!-- markdownlint-disable MD033 -->
1515

1616
Logarithmic axis uses logarithmic scale and it is very useful in visualizing data, when it has numeric values in both lower order of magnitude (eg: 10<sup>-6</sup>) and higher order of magnitude (eg: 10<sup>6</sup>).
1717

18+
To quickly get started with Syncfusion ASP.NET Core Logarithmic Axis, you can check out this video:
19+
20+
{% youtube "https://www.youtube.com/watch?v=l3M5ZvM1Ozs" %}
21+
1822
{% if page.publishingplatform == "aspnet-core" %}
1923

2024
{% tabs %}

ej2-asp-core-mvc/code-snippet/chart/getting-started/multi-export/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
document.getElementById('button').onclick = () => {
2020
var chart = document.getElementById('container').ej2_instances[0];
2121
var chart1 = document.getElementById('container1').ej2_instances[0];
22-
chart.export('PNG', 'chart', 'Landscape', [chart,chart1]);
22+
chart.exportModule.export('PNG', 'chart', 'Landscape', [chart,chart1]);
2323
};
2424
</script>

0 commit comments

Comments
 (0)