All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.6e61897c-124.472622149827c1587209.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
{"version":3,"sources":["webpack:///./src/views/custom-plotly.ts","webpack:///./src/views/components/visualizations/plotly/Plot.ts"],"names":["Plotly","register","Bar","Pie","Scatter","Heatmap","Plot","createPlotlyComponent"],"mappings":"6QAuBAA,IAAOC,SAAS,CACdC,IACAC,IACAC,IACAC,MAGaL,QAAf,ECVMM,EAAOC,IAAsBP,GAEpBM","file":"6e61897c-124.472622149827c1587209.js","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"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy