9 lines
683 B
JavaScript
9 lines
683 B
JavaScript
/*!@license
|
|
* Infragistics.Web.ClientUI Doughnut Chart localization resources 19.1.20191.172
|
|
*
|
|
* Copyright (c) 2011-2019 Infragistics Inc.
|
|
*
|
|
* http://www.infragistics.com/
|
|
*
|
|
*/
|
|
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.de=$.ig.locale.de||{};$.ig.igDoughnutChart=$.ig.igDoughnutChart||{};$.ig.locale.de.igDoughnutChart={invalidBaseElement:" wird nicht als Basiselement unterstützt. Stattdessen DIV verwenden."};$.ig.igDoughnutChart.locale=$.ig.igDoughnutChart.locale||$.ig.locale.de.igDoughnutChart;return $.ig.locale.de.igDoughnutChart}); |