Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
{"version":3,"file":"e508fb3d-5417.0c67bcc314c282cbdabe.js","mappings":"4TAuBAA,IAAAA,SAAgB,CACdC,IACAC,IACAC,IACAC,MAGF,QAAeJ,ICRf,SAFaK,EAAAA,EAAAA,GAAsBL","sources":["webpack://graylog-web-interface/./src/views/custom-plotly.ts","webpack://graylog-web-interface/./src/views/components/visualizations/plotly/Plot.ts"],"sourcesContent":["/*\n * Copyright (C) 2020 Graylog, Inc.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the Server Side Public License, version 1,\n * as published by MongoDB, Inc.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * Server Side Public License for more details.\n *\n * You should have received a copy of the Server Side Public License\n * along with this program. If not, see\n * .\n */\nimport Plotly from 'plotly.js/lib/core';\nimport Bar from 'plotly.js/lib/bar';\nimport Pie from 'plotly.js/lib/pie';\nimport Heatmap from 'plotly.js/lib/heatmap';\nimport Scatter from 'plotly.js/lib/scatter';\n\n// @ts-ignore\nPlotly.register([\n Bar,\n Pie,\n Scatter,\n Heatmap,\n]);\n\nexport default Plotly;\n","/*\n * Copyright (C) 2020 Graylog, Inc.\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the Server Side Public License, version 1,\n * as published by MongoDB, Inc.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * Server Side Public License for more details.\n *\n * You should have received a copy of the Server Side Public License\n * along with this program. If not, see\n * .\n */\nimport createPlotlyComponent from 'react-plotly.js/factory';\n\nimport Plotly from 'views/custom-plotly';\n\nconst Plot = createPlotlyComponent(Plotly);\n\nexport default Plot;\n"],"names":["Plotly","Bar","Pie","Scatter","Heatmap","createPlotlyComponent"],"sourceRoot":""}