{"version":3,"file":"pie_google-DuTrVN9x.js","sources":["../assets/elementor/js/google-chart/PieGoogleChart.js"],"sourcesContent":["import GraphinaGoogleChartBase from './GraphinaGoogleChartBase';\n\n// Child class specifically for Pie Charts\nexport default class PieChart extends GraphinaGoogleChartBase {\n // Setup handlers for Pie Chart\n setUpChartsHandler() {\n \n this.chartHandlers = {\n pie_google: (element) => this.observeChartElement(element, 'PieChart'),\n };\n }\n\n // Setup IntersectionObserver to call setupChart when the element is in the viewport\n observeChartElement(element, chartType) {\n if (gcfe_public_localize.view_port === 'off') {\n if (!this.observer) {\n this.observer = new IntersectionObserver((entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n // Element is in viewport; initialize the chart\n this.setupChart(jQuery(entry.target), chartType);\n // Stop observing the element after initializing the chart\n this.observer.unobserve(entry.target);\n }\n });\n }, { threshold: 0.1 }); // Trigger when at least 10% of the element is visible\n }\n this.observer.observe(element[0]); // Start observing the chart element\n } else {\n this.setupChart(element, chartType);\n }\n }\n\n\n // Customize chart options for Pie Charts (if needed)\n getFinalChartOptions(chartOptions) {\n // Customize options here if needed\n return chartOptions;\n \n }\n\n getFinalChartData(chartData){\n \n return chartData;\n }\n\n setupTableData(dynamicData,dataTable,googleChart,googleChartTexture,extraData){\n if(dynamicData?.google_chart_data?.data.length > 0){\n dataTable.addColumn('string', 'Month');\n dataTable.addColumn('number', 'Sale');\n dynamicData.google_chart_data.data.forEach(row => dataTable.addRow(row));\n googleChart.show()\n googleChartTexture.hide()\n } else if(dynamicData?.columns.length > 0 && dynamicData.rows.length > 0){\n dynamicData.columns.forEach((col, index) => {\n dataTable.addColumn(col[0],col[1])\n });\n dynamicData.rows.forEach(row => dataTable.addRow(row));\n } else{\n googleChart.hide()\n googleChartTexture.show()\n }\n var formatter = new google.visualization.NumberFormat({\n prefix: extraData.prefix ?? '',\n suffix: extraData.suffix ?? '',\n });\n formatter.format(dataTable, 1);\n }\n}\n// Initialize PieChart\nnew PieChart();\n"],"names":["PieChart","GraphinaGoogleChartBase","element","chartType","entries","entry","chartOptions","chartData","dynamicData","dataTable","googleChart","googleChartTexture","extraData","_a","row","col","index","formatter"],"mappings":"0DAGe,MAAMA,UAAiBC,CAAwB,CAE1D,oBAAqB,CAEjB,KAAK,cAAgB,CACjB,WAAaC,GAAY,KAAK,oBAAoBA,EAAS,UAAU,CACxE,CACT,CAGI,oBAAoBA,EAASC,EAAW,CAChC,qBAAqB,YAAc,OAC9B,KAAK,WACN,KAAK,SAAW,IAAI,qBAAsBC,GAAY,CAClDA,EAAQ,QAASC,GAAU,CACnBA,EAAM,iBAEN,KAAK,WAAW,OAAOA,EAAM,MAAM,EAAGF,CAAS,EAE/C,KAAK,SAAS,UAAUE,EAAM,MAAM,EAEhE,CAAqB,CACrB,EAAmB,CAAE,UAAW,EAAG,CAAE,GAEzB,KAAK,SAAS,QAAQH,EAAQ,CAAC,CAAC,GAEhC,KAAK,WAAWA,EAASC,CAAS,CAE9C,CAIK,qBAAqBG,EAAc,CAEhC,OAAOA,CAEf,CAEI,kBAAkBC,EAAU,CAExB,OAAOA,CACf,CAEI,eAAeC,EAAYC,EAAUC,EAAYC,EAAmBC,EAAU,SACvEC,EAAAL,GAAA,YAAAA,EAAa,oBAAb,YAAAK,EAAgC,KAAK,QAAS,GAC7CJ,EAAU,UAAU,SAAU,OAAO,EACrCA,EAAU,UAAU,SAAU,MAAM,EACpCD,EAAY,kBAAkB,KAAK,QAAQM,GAAOL,EAAU,OAAOK,CAAG,CAAC,EACvEJ,EAAY,KAAI,EAChBC,EAAmB,KAAI,IACjBH,GAAA,YAAAA,EAAa,QAAQ,QAAS,GAAKA,EAAY,KAAK,OAAS,GACnEA,EAAY,QAAQ,QAAQ,CAACO,EAAKC,IAAU,CACxCP,EAAU,UAAUM,EAAI,CAAC,EAAEA,EAAI,CAAC,CAAC,CACjD,CAAa,EACDP,EAAY,KAAK,QAAQM,GAAOL,EAAU,OAAOK,CAAG,CAAC,IAErDJ,EAAY,KAAI,EAChBC,EAAmB,KAAI,GAE3B,IAAIM,EAAY,IAAI,OAAO,cAAc,aAAa,CAClD,OAAQL,EAAU,QAAU,GAC5B,OAAQA,EAAU,QAAU,EACxC,CAAS,EACDK,EAAU,OAAOR,EAAW,CAAC,CACrC,CACA,CAEA,IAAIT"}