UNPKG

react-chart-editor

Version:

plotly.js chart editor react component UI

2 lines 39.4 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.panelTest_StyleUpdateMenusPanel_withCustomConfig=exports.panelTest_StyleUpdateMenusPanel=exports.panelTest_StyleTracesPanel_withCustomConfig=exports.panelTest_StyleTracesPanel=exports.panelTest_StyleSlidersPanel_withCustomConfig=exports.panelTest_StyleSlidersPanel=exports.panelTest_StyleShapesPanel_withCustomConfig=exports.panelTest_StyleShapesPanel=exports.panelTest_StyleNotesPanel_withCustomConfig=exports.panelTest_StyleNotesPanel=exports.panelTest_StyleMapsPanel_withCustomConfig=exports.panelTest_StyleMapsPanel=exports.panelTest_StyleLegendPanel_withCustomConfig=exports.panelTest_StyleLegendPanel=exports.panelTest_StyleLayoutPanel_withCustomConfig=exports.panelTest_StyleLayoutPanel=exports.panelTest_StyleImagesPanel_withCustomConfig=exports.panelTest_StyleImagesPanel=exports.panelTest_StyleColorbarsPanel_withCustomConfig=exports.panelTest_StyleColorbarsPanel=exports.panelTest_StyleAxesPanel_withCustomConfig=exports.panelTest_StyleAxesPanel=exports.panelTest_GraphTransformsPanel_withCustomConfig=exports.panelTest_GraphTransformsPanel=exports.panelTest_GraphSubplotsPanel_withCustomConfig=exports.panelTest_GraphSubplotsPanel=exports.panelTest_GraphCreatePanel_withCustomConfig=exports.panelTest_GraphCreatePanel=exports.histogram_StyleTracesPanel_withCustomConfig=exports.histogram_StyleTracesPanel=exports.histogram_GraphCreatePanel_withCustomConfig=exports.histogram_GraphCreatePanel=exports.histogram2d_StyleTracesPanel_withCustomConfig=exports.histogram2d_StyleTracesPanel=exports.histogram2d_GraphCreatePanel_withCustomConfig=exports.histogram2d_GraphCreatePanel=exports.geoTest_StyleTracesPanel_withCustomConfig=exports.geoTest_StyleTracesPanel=exports.geoTest_StyleMapsPanel_withCustomConfig=exports.geoTest_StyleMapsPanel=exports.geoTest_GraphCreatePanel_withCustomConfig=exports.geoTest_GraphCreatePanel=exports.funnelarea_StyleTracesPanel_withCustomConfig=exports.funnelarea_StyleTracesPanel=exports.funnelarea_GraphCreatePanel_withCustomConfig=exports.funnelarea_GraphCreatePanel=exports.funnel_StyleTracesPanel_withCustomConfig=exports.funnel_StyleTracesPanel=exports.funnel_GraphCreatePanel_withCustomConfig=exports.funnel_GraphCreatePanel=exports.default=exports.box_StyleTracesPanel_withCustomConfig=exports.box_StyleTracesPanel=exports.box_GraphCreatePanel_withCustomConfig=exports.box_GraphCreatePanel=exports.bar_StyleTracesPanel_withCustomConfig=exports.bar_StyleTracesPanel=exports.bar_GraphCreatePanel_withCustomConfig=exports.bar_GraphCreatePanel=void 0;var _react=_interopRequireDefault(require("react"));var _testUtils=require("../lib/test-utils");var _plotly=_interopRequireDefault(require("plotly.js/dist/plotly"));var _components=require("../components");var _customConfigTest=require("../../dev/customConfigTest");var mocks=_interopRequireWildcard(require("../../dev/percy"));var panels=_interopRequireWildcard(require("../default_panels/"));require("../../dev/styles.css");require("../styles/main.scss");require("./stories.css");function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var r=new WeakMap,t=new WeakMap;return(_getRequireWildcardCache=function _getRequireWildcardCache(e){return e?t:r})(e)}function _interopRequireWildcard(e,r){if(!r&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var t=_getRequireWildcardCache(r);if(t&&t.has(e))return t.get(e);var n={__proto__:null},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var i=a?Object.getOwnPropertyDescriptor(e,u):null;i&&(i.get||i.set)?Object.defineProperty(n,u,i):n[u]=e[u]}return n.default=e,t&&t.set(e,n),n}function _interopRequireDefault(obj){return obj&&obj.__esModule?obj:{default:obj}}(function(){var enterModule=typeof reactHotLoaderGlobal!=="undefined"?reactHotLoaderGlobal.enterModule:undefined;enterModule&&enterModule(module)})();var __signature__=typeof reactHotLoaderGlobal!=="undefined"?reactHotLoaderGlobal.default.signature:function(a){return a};var panelsToTest={bar:["GraphCreatePanel","StyleTracesPanel"],box:["GraphCreatePanel","StyleTracesPanel"],pie:["GraphCreatePanel","StyleTracesPanel"],histogram:["GraphCreatePanel","StyleTracesPanel"],histogram2d:["GraphCreatePanel","StyleTracesPanel"],violin:["GraphCreatePanel","StyleTracesPanel"],waterfall:["GraphCreatePanel","StyleTracesPanel"],sunburst:["GraphCreatePanel","StyleTracesPanel"],sankey:["GraphCreatePanel","StyleTracesPanel"],geoTest:["GraphCreatePanel","StyleMapsPanel","StyleTracesPanel"],funnel:["GraphCreatePanel","StyleTracesPanel"],funnelarea:["GraphCreatePanel","StyleTracesPanel"]};window.URL.createObjectURL=function(){return null};var PanelFixture=function PanelFixture(_ref){var panel=_ref.panel,group=_ref.group,name=_ref.name,figure=_ref.figure,customConfig=_ref.customConfig;var gd=(0,_testUtils.setupGraphDiv)(figure,_plotly.default);gd._context=_plotly.default.setPlotConfig();gd._context.setBackground=function(){return null};var Panel=panel;return _react.default.createElement("div",{className:"plotly_editor"},_react.default.createElement(_testUtils.TestEditor,{plotly:_plotly.default,graphDiv:gd,dataSources:_testUtils.fixtures.scatter().dataSources,dataSourceOptions:_testUtils.fixtures.scatter().dataSourceOptions,customConfig:customConfig||{}},_react.default.createElement(_components.PanelMenuWrapper,null,_react.default.createElement(Panel,{group:group,name:name}))))};var meta={component:PanelFixture,title:"Panels"};var _default=meta;var _default2=exports.default=_default;var stories={};var panelGroups={};var panelNames={};Object.keys(mocks).forEach(function(mock){var selectedPanels=panelsToTest[mock]?panelsToTest[mock]:Object.keys(panels);selectedPanels.forEach(function(panel){var words=panel.split(/(?=[A-Z])/);var panelGroup=words[0];var panelName=words.slice(1,-1).join(" ");stories["".concat(mock,"_").concat(panel)]={render:function render(){return _react.default.createElement(PanelFixture,{panel:panels[panel],group:panelGroup,name:panelName,figure:mocks[mock]})}};stories["".concat(mock,"_").concat(panel,"_withCustomConfig")]={render:function render(){return _react.default.createElement(PanelFixture,{panel:panels[panel],group:panelGroup,name:panelName,figure:mocks[mock],customConfig:_customConfigTest.customConfigTest})}};panelGroups["".concat(mock,"_").concat(panel)]=panelGroup;panelNames["".concat(mock,"_").concat(panel)]=panelName})});var bar_GraphCreatePanel=exports.bar_GraphCreatePanel={name:"bar_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["bar_GraphCreatePanel"],name:panelNames["bar_GraphCreatePanel"],figure:mocks["bar"]})}};var bar_GraphCreatePanel_withCustomConfig=exports.bar_GraphCreatePanel_withCustomConfig={name:"bar_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["bar_GraphCreatePanel"],name:panelNames["bar_GraphCreatePanel"],figure:mocks["bar"],customConfig:_customConfigTest.customConfigTest})}};var bar_StyleTracesPanel=exports.bar_StyleTracesPanel={name:"bar_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["bar_StyleTracesPanel"],name:panelNames["bar_StyleTracesPanel"],figure:mocks["bar"]})}};var bar_StyleTracesPanel_withCustomConfig=exports.bar_StyleTracesPanel_withCustomConfig={name:"bar_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["bar_StyleTracesPanel"],name:panelNames["bar_StyleTracesPanel"],figure:mocks["bar"],customConfig:_customConfigTest.customConfigTest})}};var box_GraphCreatePanel=exports.box_GraphCreatePanel={name:"box_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["box_GraphCreatePanel"],name:panelNames["box_GraphCreatePanel"],figure:mocks["box"]})}};var box_GraphCreatePanel_withCustomConfig=exports.box_GraphCreatePanel_withCustomConfig={name:"box_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["box_GraphCreatePanel"],name:panelNames["box_GraphCreatePanel"],figure:mocks["box"],customConfig:_customConfigTest.customConfigTest})}};var box_StyleTracesPanel=exports.box_StyleTracesPanel={name:"box_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["box_StyleTracesPanel"],name:panelNames["box_StyleTracesPanel"],figure:mocks["box"]})}};var box_StyleTracesPanel_withCustomConfig=exports.box_StyleTracesPanel_withCustomConfig={name:"box_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["box_StyleTracesPanel"],name:panelNames["box_StyleTracesPanel"],figure:mocks["box"],customConfig:_customConfigTest.customConfigTest})}};var funnel_GraphCreatePanel=exports.funnel_GraphCreatePanel={name:"funnel_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnel_GraphCreatePanel"],name:panelNames["funnel_GraphCreatePanel"],figure:mocks["funnel"]})}};var funnel_GraphCreatePanel_withCustomConfig=exports.funnel_GraphCreatePanel_withCustomConfig={name:"funnel_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnel_GraphCreatePanel"],name:panelNames["funnel_GraphCreatePanel"],figure:mocks["funnel"],customConfig:_customConfigTest.customConfigTest})}};var funnel_StyleTracesPanel=exports.funnel_StyleTracesPanel={name:"funnel_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnel_StyleTracesPanel"],name:panelNames["funnel_StyleTracesPanel"],figure:mocks["funnel"]})}};var funnel_StyleTracesPanel_withCustomConfig=exports.funnel_StyleTracesPanel_withCustomConfig={name:"funnel_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnel_StyleTracesPanel"],name:panelNames["funnel_StyleTracesPanel"],figure:mocks["funnel"],customConfig:_customConfigTest.customConfigTest})}};var funnelarea_GraphCreatePanel=exports.funnelarea_GraphCreatePanel={name:"funnelarea_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnelarea_GraphCreatePanel"],name:panelNames["funnelarea_GraphCreatePanel"],figure:mocks["funnelarea"]})}};var funnelarea_GraphCreatePanel_withCustomConfig=exports.funnelarea_GraphCreatePanel_withCustomConfig={name:"funnelarea_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnelarea_GraphCreatePanel"],name:panelNames["funnelarea_GraphCreatePanel"],figure:mocks["funnelarea"],customConfig:_customConfigTest.customConfigTest})}};var funnelarea_StyleTracesPanel=exports.funnelarea_StyleTracesPanel={name:"funnelarea_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnelarea_StyleTracesPanel"],name:panelNames["funnelarea_StyleTracesPanel"],figure:mocks["funnelarea"]})}};var funnelarea_StyleTracesPanel_withCustomConfig=exports.funnelarea_StyleTracesPanel_withCustomConfig={name:"funnelarea_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnelarea_StyleTracesPanel"],name:panelNames["funnelarea_StyleTracesPanel"],figure:mocks["funnelarea"],customConfig:_customConfigTest.customConfigTest})}};var geoTest_GraphCreatePanel=exports.geoTest_GraphCreatePanel={name:"geoTest_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["geoTest_GraphCreatePanel"],name:panelNames["geoTest_GraphCreatePanel"],figure:mocks["geoTest"]})}};var geoTest_GraphCreatePanel_withCustomConfig=exports.geoTest_GraphCreatePanel_withCustomConfig={name:"geoTest_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["geoTest_GraphCreatePanel"],name:panelNames["geoTest_GraphCreatePanel"],figure:mocks["geoTest"],customConfig:_customConfigTest.customConfigTest})}};var geoTest_StyleMapsPanel=exports.geoTest_StyleMapsPanel={name:"geoTest_StyleMapsPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["geoTest_StyleMapsPanel"],name:panelNames["geoTest_StyleMapsPanel"],figure:mocks["geoTest"]})}};var geoTest_StyleMapsPanel_withCustomConfig=exports.geoTest_StyleMapsPanel_withCustomConfig={name:"geoTest_StyleMapsPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["geoTest_StyleMapsPanel"],name:panelNames["geoTest_StyleMapsPanel"],figure:mocks["geoTest"],customConfig:_customConfigTest.customConfigTest})}};var geoTest_StyleTracesPanel=exports.geoTest_StyleTracesPanel={name:"geoTest_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["geoTest_StyleTracesPanel"],name:panelNames["geoTest_StyleTracesPanel"],figure:mocks["geoTest"]})}};var geoTest_StyleTracesPanel_withCustomConfig=exports.geoTest_StyleTracesPanel_withCustomConfig={name:"geoTest_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["geoTest_StyleTracesPanel"],name:panelNames["geoTest_StyleTracesPanel"],figure:mocks["geoTest"],customConfig:_customConfigTest.customConfigTest})}};var histogram_GraphCreatePanel=exports.histogram_GraphCreatePanel={name:"histogram_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram_GraphCreatePanel"],name:panelNames["histogram_GraphCreatePanel"],figure:mocks["histogram"]})}};var histogram_GraphCreatePanel_withCustomConfig=exports.histogram_GraphCreatePanel_withCustomConfig={name:"histogram_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram_GraphCreatePanel"],name:panelNames["histogram_GraphCreatePanel"],figure:mocks["histogram"],customConfig:_customConfigTest.customConfigTest})}};var histogram_StyleTracesPanel=exports.histogram_StyleTracesPanel={name:"histogram_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram_StyleTracesPanel"],name:panelNames["histogram_StyleTracesPanel"],figure:mocks["histogram"]})}};var histogram_StyleTracesPanel_withCustomConfig=exports.histogram_StyleTracesPanel_withCustomConfig={name:"histogram_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram_StyleTracesPanel"],name:panelNames["histogram_StyleTracesPanel"],figure:mocks["histogram"],customConfig:_customConfigTest.customConfigTest})}};var histogram2d_GraphCreatePanel=exports.histogram2d_GraphCreatePanel={name:"histogram2d_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram2d_GraphCreatePanel"],name:panelNames["histogram2d_GraphCreatePanel"],figure:mocks["histogram2d"]})}};var histogram2d_GraphCreatePanel_withCustomConfig=exports.histogram2d_GraphCreatePanel_withCustomConfig={name:"histogram2d_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram2d_GraphCreatePanel"],name:panelNames["histogram2d_GraphCreatePanel"],figure:mocks["histogram2d"],customConfig:_customConfigTest.customConfigTest})}};var histogram2d_StyleTracesPanel=exports.histogram2d_StyleTracesPanel={name:"histogram2d_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram2d_StyleTracesPanel"],name:panelNames["histogram2d_StyleTracesPanel"],figure:mocks["histogram2d"]})}};var histogram2d_StyleTracesPanel_withCustomConfig=exports.histogram2d_StyleTracesPanel_withCustomConfig={name:"histogram2d_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram2d_StyleTracesPanel"],name:panelNames["histogram2d_StyleTracesPanel"],figure:mocks["histogram2d"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_GraphCreatePanel=exports.panelTest_GraphCreatePanel={name:"panelTest_GraphCreatePanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["panelTest_GraphCreatePanel"],name:panelNames["panelTest_GraphCreatePanel"],figure:mocks["panelTest"]})}};var panelTest_GraphCreatePanel_withCustomConfig=exports.panelTest_GraphCreatePanel_withCustomConfig={name:"panelTest_GraphCreatePanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["panelTest_GraphCreatePanel"],name:panelNames["panelTest_GraphCreatePanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_GraphSubplotsPanel=exports.panelTest_GraphSubplotsPanel={name:"panelTest_GraphSubplotsPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphSubplotsPanel"],group:panelGroups["panelTest_GraphSubplotsPanel"],name:panelNames["panelTest_GraphSubplotsPanel"],figure:mocks["panelTest"]})}};var panelTest_GraphSubplotsPanel_withCustomConfig=exports.panelTest_GraphSubplotsPanel_withCustomConfig={name:"panelTest_GraphSubplotsPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphSubplotsPanel"],group:panelGroups["panelTest_GraphSubplotsPanel"],name:panelNames["panelTest_GraphSubplotsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_GraphTransformsPanel=exports.panelTest_GraphTransformsPanel={name:"panelTest_GraphTransformsPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphTransformsPanel"],group:panelGroups["panelTest_GraphTransformsPanel"],name:panelNames["panelTest_GraphTransformsPanel"],figure:mocks["panelTest"]})}};var panelTest_GraphTransformsPanel_withCustomConfig=exports.panelTest_GraphTransformsPanel_withCustomConfig={name:"panelTest_GraphTransformsPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["GraphTransformsPanel"],group:panelGroups["panelTest_GraphTransformsPanel"],name:panelNames["panelTest_GraphTransformsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleAxesPanel=exports.panelTest_StyleAxesPanel={name:"panelTest_StyleAxesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleAxesPanel"],group:panelGroups["panelTest_StyleAxesPanel"],name:panelNames["panelTest_StyleAxesPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleAxesPanel_withCustomConfig=exports.panelTest_StyleAxesPanel_withCustomConfig={name:"panelTest_StyleAxesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleAxesPanel"],group:panelGroups["panelTest_StyleAxesPanel"],name:panelNames["panelTest_StyleAxesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleColorbarsPanel=exports.panelTest_StyleColorbarsPanel={name:"panelTest_StyleColorbarsPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleColorbarsPanel"],group:panelGroups["panelTest_StyleColorbarsPanel"],name:panelNames["panelTest_StyleColorbarsPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleColorbarsPanel_withCustomConfig=exports.panelTest_StyleColorbarsPanel_withCustomConfig={name:"panelTest_StyleColorbarsPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleColorbarsPanel"],group:panelGroups["panelTest_StyleColorbarsPanel"],name:panelNames["panelTest_StyleColorbarsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleImagesPanel=exports.panelTest_StyleImagesPanel={name:"panelTest_StyleImagesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleImagesPanel"],group:panelGroups["panelTest_StyleImagesPanel"],name:panelNames["panelTest_StyleImagesPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleImagesPanel_withCustomConfig=exports.panelTest_StyleImagesPanel_withCustomConfig={name:"panelTest_StyleImagesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleImagesPanel"],group:panelGroups["panelTest_StyleImagesPanel"],name:panelNames["panelTest_StyleImagesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleLayoutPanel=exports.panelTest_StyleLayoutPanel={name:"panelTest_StyleLayoutPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleLayoutPanel"],group:panelGroups["panelTest_StyleLayoutPanel"],name:panelNames["panelTest_StyleLayoutPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleLayoutPanel_withCustomConfig=exports.panelTest_StyleLayoutPanel_withCustomConfig={name:"panelTest_StyleLayoutPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleLayoutPanel"],group:panelGroups["panelTest_StyleLayoutPanel"],name:panelNames["panelTest_StyleLayoutPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleLegendPanel=exports.panelTest_StyleLegendPanel={name:"panelTest_StyleLegendPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleLegendPanel"],group:panelGroups["panelTest_StyleLegendPanel"],name:panelNames["panelTest_StyleLegendPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleLegendPanel_withCustomConfig=exports.panelTest_StyleLegendPanel_withCustomConfig={name:"panelTest_StyleLegendPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleLegendPanel"],group:panelGroups["panelTest_StyleLegendPanel"],name:panelNames["panelTest_StyleLegendPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleMapsPanel=exports.panelTest_StyleMapsPanel={name:"panelTest_StyleMapsPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["panelTest_StyleMapsPanel"],name:panelNames["panelTest_StyleMapsPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleMapsPanel_withCustomConfig=exports.panelTest_StyleMapsPanel_withCustomConfig={name:"panelTest_StyleMapsPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["panelTest_StyleMapsPanel"],name:panelNames["panelTest_StyleMapsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleNotesPanel=exports.panelTest_StyleNotesPanel={name:"panelTest_StyleNotesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleNotesPanel"],group:panelGroups["panelTest_StyleNotesPanel"],name:panelNames["panelTest_StyleNotesPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleNotesPanel_withCustomConfig=exports.panelTest_StyleNotesPanel_withCustomConfig={name:"panelTest_StyleNotesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleNotesPanel"],group:panelGroups["panelTest_StyleNotesPanel"],name:panelNames["panelTest_StyleNotesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleShapesPanel=exports.panelTest_StyleShapesPanel={name:"panelTest_StyleShapesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleShapesPanel"],group:panelGroups["panelTest_StyleShapesPanel"],name:panelNames["panelTest_StyleShapesPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleShapesPanel_withCustomConfig=exports.panelTest_StyleShapesPanel_withCustomConfig={name:"panelTest_StyleShapesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleShapesPanel"],group:panelGroups["panelTest_StyleShapesPanel"],name:panelNames["panelTest_StyleShapesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleSlidersPanel=exports.panelTest_StyleSlidersPanel={name:"panelTest_StyleSlidersPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleSlidersPanel"],group:panelGroups["panelTest_StyleSlidersPanel"],name:panelNames["panelTest_StyleSlidersPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleSlidersPanel_withCustomConfig=exports.panelTest_StyleSlidersPanel_withCustomConfig={name:"panelTest_StyleSlidersPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleSlidersPanel"],group:panelGroups["panelTest_StyleSlidersPanel"],name:panelNames["panelTest_StyleSlidersPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleTracesPanel=exports.panelTest_StyleTracesPanel={name:"panelTest_StyleTracesPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["panelTest_StyleTracesPanel"],name:panelNames["panelTest_StyleTracesPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleTracesPanel_withCustomConfig=exports.panelTest_StyleTracesPanel_withCustomConfig={name:"panelTest_StyleTracesPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["panelTest_StyleTracesPanel"],name:panelNames["panelTest_StyleTracesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};var panelTest_StyleUpdateMenusPanel=exports.panelTest_StyleUpdateMenusPanel={name:"panelTest_StyleUpdateMenusPanel",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleUpdateMenusPanel"],group:panelGroups["panelTest_StyleUpdateMenusPanel"],name:panelNames["panelTest_StyleUpdateMenusPanel"],figure:mocks["panelTest"]})}};var panelTest_StyleUpdateMenusPanel_withCustomConfig=exports.panelTest_StyleUpdateMenusPanel_withCustomConfig={name:"panelTest_StyleUpdateMenusPanel_withCustomConfig",render:function render(){return _react.default.createElement(PanelFixture,{panel:panels["StyleUpdateMenusPanel"],group:panelGroups["panelTest_StyleUpdateMenusPanel"],name:panelNames["panelTest_StyleUpdateMenusPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})}};;(function(){var reactHotLoader=typeof reactHotLoaderGlobal!=="undefined"?reactHotLoaderGlobal.default:undefined;if(!reactHotLoader){return}reactHotLoader.register(panelsToTest,"panelsToTest","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(PanelFixture,"PanelFixture","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(meta,"meta","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(stories,"stories","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelGroups,"panelGroups","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelNames,"panelNames","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_GraphCreatePanel,"bar_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_GraphCreatePanel_withCustomConfig,"bar_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_StyleTracesPanel,"bar_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_StyleTracesPanel_withCustomConfig,"bar_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_GraphCreatePanel,"box_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_GraphCreatePanel_withCustomConfig,"box_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_StyleTracesPanel,"box_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_StyleTracesPanel_withCustomConfig,"box_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_GraphCreatePanel,"funnel_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_GraphCreatePanel_withCustomConfig,"funnel_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_StyleTracesPanel,"funnel_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_StyleTracesPanel_withCustomConfig,"funnel_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_GraphCreatePanel,"funnelarea_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_GraphCreatePanel_withCustomConfig,"funnelarea_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_StyleTracesPanel,"funnelarea_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_StyleTracesPanel_withCustomConfig,"funnelarea_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_GraphCreatePanel,"geoTest_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_GraphCreatePanel_withCustomConfig,"geoTest_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleMapsPanel,"geoTest_StyleMapsPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleMapsPanel_withCustomConfig,"geoTest_StyleMapsPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleTracesPanel,"geoTest_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleTracesPanel_withCustomConfig,"geoTest_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_GraphCreatePanel,"histogram_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_GraphCreatePanel_withCustomConfig,"histogram_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_StyleTracesPanel,"histogram_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_StyleTracesPanel_withCustomConfig,"histogram_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_GraphCreatePanel,"histogram2d_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_GraphCreatePanel_withCustomConfig,"histogram2d_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_StyleTracesPanel,"histogram2d_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_StyleTracesPanel_withCustomConfig,"histogram2d_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphCreatePanel,"panelTest_GraphCreatePanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphCreatePanel_withCustomConfig,"panelTest_GraphCreatePanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphSubplotsPanel,"panelTest_GraphSubplotsPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphSubplotsPanel_withCustomConfig,"panelTest_GraphSubplotsPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphTransformsPanel,"panelTest_GraphTransformsPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphTransformsPanel_withCustomConfig,"panelTest_GraphTransformsPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleAxesPanel,"panelTest_StyleAxesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleAxesPanel_withCustomConfig,"panelTest_StyleAxesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleColorbarsPanel,"panelTest_StyleColorbarsPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleColorbarsPanel_withCustomConfig,"panelTest_StyleColorbarsPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleImagesPanel,"panelTest_StyleImagesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleImagesPanel_withCustomConfig,"panelTest_StyleImagesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLayoutPanel,"panelTest_StyleLayoutPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLayoutPanel_withCustomConfig,"panelTest_StyleLayoutPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLegendPanel,"panelTest_StyleLegendPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLegendPanel_withCustomConfig,"panelTest_StyleLegendPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleMapsPanel,"panelTest_StyleMapsPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleMapsPanel_withCustomConfig,"panelTest_StyleMapsPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleNotesPanel,"panelTest_StyleNotesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleNotesPanel_withCustomConfig,"panelTest_StyleNotesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleShapesPanel,"panelTest_StyleShapesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleShapesPanel_withCustomConfig,"panelTest_StyleShapesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleSlidersPanel,"panelTest_StyleSlidersPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleSlidersPanel_withCustomConfig,"panelTest_StyleSlidersPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleTracesPanel,"panelTest_StyleTracesPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleTracesPanel_withCustomConfig,"panelTest_StyleTracesPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleUpdateMenusPanel,"panelTest_StyleUpdateMenusPanel","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleUpdateMenusPanel_withCustomConfig,"panelTest_StyleUpdateMenusPanel_withCustomConfig","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(_default,"default","/Users/dima/plotly/react-chart-editor/src/__stories__/index.stories.js")})();;(function(){var leaveModule=typeof reactHotLoaderGlobal!=="undefined"?reactHotLoaderGlobal.leaveModule:undefined;leaveModule&&leaveModule(module)})(); //# sourceMappingURL=index.stories.js.map