We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4fddb0 + f9ea1a1 commit db7a97bCopy full SHA for db7a97b
ej2-asp-core-mvc/code-snippet/circular-chart/user-interaction/export/razor
@@ -10,6 +10,6 @@
10
<script>
11
document.getElementById('export').onclick = () => {
12
var circularchart = document.getElementById('container').ej2_instances[0];
13
- circularchart.export('PNG', 'result');
+ circularchart.circularChartExport3DModule.export('PNG', 'result');
14
};
15
</script>
ej2-asp-core-mvc/code-snippet/circular-chart/user-interaction/export/tagHelper
@@ -13,6 +13,6 @@
16
17
18
0 commit comments