UNPKG

@eeacms/react-chart-editor

Version:

plotly.js chart editor react component UI

2 lines 36.9 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 _plotlyWithMeta=_interopRequireDefault(require("plotly.js/dist/plotly-with-meta"));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 _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap,n=new WeakMap;return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f)}for(const t in e)"default"!==t&&{}.hasOwnProperty.call(e,t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,t))&&(i.get||i.set)?o(f,t,i):f[t]=e[t]);return f})(e,t)}function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}(function(){var enterModule=typeof reactHotLoaderGlobal!=="undefined"?reactHotLoaderGlobal.enterModule:undefined;enterModule&&enterModule(module)})();var __signature__=typeof reactHotLoaderGlobal!=="undefined"?reactHotLoaderGlobal.default.signature:function(a){return a};const 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};const PanelFixture=_ref=>{let{panel,group,name,figure,customConfig}=_ref;const gd=(0,_testUtils.setupGraphDiv)(figure,_plotlyWithMeta.default);gd._context=_plotlyWithMeta.default.setPlotConfig();gd._context.setBackground=()=>null;const Panel=panel;return _react.default.createElement("div",{className:"plotly_editor"},_react.default.createElement(_testUtils.TestEditor,{plotly:_plotlyWithMeta.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}))))};const meta={component:PanelFixture,title:"Panels"};const _default=meta;var _default2=exports.default=_default;const stories={};const panelGroups={};const panelNames={};Object.keys(mocks).forEach(mock=>{const selectedPanels=panelsToTest[mock]?panelsToTest[mock]:Object.keys(panels);selectedPanels.forEach(panel=>{const words=panel.split(/(?=[A-Z])/);const panelGroup=words[0];const panelName=words.slice(1,-1).join(" ");stories["".concat(mock,"_").concat(panel)]={render:()=>_react.default.createElement(PanelFixture,{panel:panels[panel],group:panelGroup,name:panelName,figure:mocks[mock]})};stories["".concat(mock,"_").concat(panel,"_withCustomConfig")]={render:()=>_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})});const bar_GraphCreatePanel=exports.bar_GraphCreatePanel={name:"bar_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["bar_GraphCreatePanel"],name:panelNames["bar_GraphCreatePanel"],figure:mocks["bar"]})};const bar_GraphCreatePanel_withCustomConfig=exports.bar_GraphCreatePanel_withCustomConfig={name:"bar_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["bar_GraphCreatePanel"],name:panelNames["bar_GraphCreatePanel"],figure:mocks["bar"],customConfig:_customConfigTest.customConfigTest})};const bar_StyleTracesPanel=exports.bar_StyleTracesPanel={name:"bar_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["bar_StyleTracesPanel"],name:panelNames["bar_StyleTracesPanel"],figure:mocks["bar"]})};const bar_StyleTracesPanel_withCustomConfig=exports.bar_StyleTracesPanel_withCustomConfig={name:"bar_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["bar_StyleTracesPanel"],name:panelNames["bar_StyleTracesPanel"],figure:mocks["bar"],customConfig:_customConfigTest.customConfigTest})};const box_GraphCreatePanel=exports.box_GraphCreatePanel={name:"box_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["box_GraphCreatePanel"],name:panelNames["box_GraphCreatePanel"],figure:mocks["box"]})};const box_GraphCreatePanel_withCustomConfig=exports.box_GraphCreatePanel_withCustomConfig={name:"box_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["box_GraphCreatePanel"],name:panelNames["box_GraphCreatePanel"],figure:mocks["box"],customConfig:_customConfigTest.customConfigTest})};const box_StyleTracesPanel=exports.box_StyleTracesPanel={name:"box_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["box_StyleTracesPanel"],name:panelNames["box_StyleTracesPanel"],figure:mocks["box"]})};const box_StyleTracesPanel_withCustomConfig=exports.box_StyleTracesPanel_withCustomConfig={name:"box_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["box_StyleTracesPanel"],name:panelNames["box_StyleTracesPanel"],figure:mocks["box"],customConfig:_customConfigTest.customConfigTest})};const funnel_GraphCreatePanel=exports.funnel_GraphCreatePanel={name:"funnel_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnel_GraphCreatePanel"],name:panelNames["funnel_GraphCreatePanel"],figure:mocks["funnel"]})};const funnel_GraphCreatePanel_withCustomConfig=exports.funnel_GraphCreatePanel_withCustomConfig={name:"funnel_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnel_GraphCreatePanel"],name:panelNames["funnel_GraphCreatePanel"],figure:mocks["funnel"],customConfig:_customConfigTest.customConfigTest})};const funnel_StyleTracesPanel=exports.funnel_StyleTracesPanel={name:"funnel_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnel_StyleTracesPanel"],name:panelNames["funnel_StyleTracesPanel"],figure:mocks["funnel"]})};const funnel_StyleTracesPanel_withCustomConfig=exports.funnel_StyleTracesPanel_withCustomConfig={name:"funnel_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnel_StyleTracesPanel"],name:panelNames["funnel_StyleTracesPanel"],figure:mocks["funnel"],customConfig:_customConfigTest.customConfigTest})};const funnelarea_GraphCreatePanel=exports.funnelarea_GraphCreatePanel={name:"funnelarea_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnelarea_GraphCreatePanel"],name:panelNames["funnelarea_GraphCreatePanel"],figure:mocks["funnelarea"]})};const funnelarea_GraphCreatePanel_withCustomConfig=exports.funnelarea_GraphCreatePanel_withCustomConfig={name:"funnelarea_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["funnelarea_GraphCreatePanel"],name:panelNames["funnelarea_GraphCreatePanel"],figure:mocks["funnelarea"],customConfig:_customConfigTest.customConfigTest})};const funnelarea_StyleTracesPanel=exports.funnelarea_StyleTracesPanel={name:"funnelarea_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnelarea_StyleTracesPanel"],name:panelNames["funnelarea_StyleTracesPanel"],figure:mocks["funnelarea"]})};const funnelarea_StyleTracesPanel_withCustomConfig=exports.funnelarea_StyleTracesPanel_withCustomConfig={name:"funnelarea_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["funnelarea_StyleTracesPanel"],name:panelNames["funnelarea_StyleTracesPanel"],figure:mocks["funnelarea"],customConfig:_customConfigTest.customConfigTest})};const geoTest_GraphCreatePanel=exports.geoTest_GraphCreatePanel={name:"geoTest_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["geoTest_GraphCreatePanel"],name:panelNames["geoTest_GraphCreatePanel"],figure:mocks["geoTest"]})};const geoTest_GraphCreatePanel_withCustomConfig=exports.geoTest_GraphCreatePanel_withCustomConfig={name:"geoTest_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["geoTest_GraphCreatePanel"],name:panelNames["geoTest_GraphCreatePanel"],figure:mocks["geoTest"],customConfig:_customConfigTest.customConfigTest})};const geoTest_StyleMapsPanel=exports.geoTest_StyleMapsPanel={name:"geoTest_StyleMapsPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["geoTest_StyleMapsPanel"],name:panelNames["geoTest_StyleMapsPanel"],figure:mocks["geoTest"]})};const geoTest_StyleMapsPanel_withCustomConfig=exports.geoTest_StyleMapsPanel_withCustomConfig={name:"geoTest_StyleMapsPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["geoTest_StyleMapsPanel"],name:panelNames["geoTest_StyleMapsPanel"],figure:mocks["geoTest"],customConfig:_customConfigTest.customConfigTest})};const geoTest_StyleTracesPanel=exports.geoTest_StyleTracesPanel={name:"geoTest_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["geoTest_StyleTracesPanel"],name:panelNames["geoTest_StyleTracesPanel"],figure:mocks["geoTest"]})};const geoTest_StyleTracesPanel_withCustomConfig=exports.geoTest_StyleTracesPanel_withCustomConfig={name:"geoTest_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["geoTest_StyleTracesPanel"],name:panelNames["geoTest_StyleTracesPanel"],figure:mocks["geoTest"],customConfig:_customConfigTest.customConfigTest})};const histogram_GraphCreatePanel=exports.histogram_GraphCreatePanel={name:"histogram_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram_GraphCreatePanel"],name:panelNames["histogram_GraphCreatePanel"],figure:mocks["histogram"]})};const histogram_GraphCreatePanel_withCustomConfig=exports.histogram_GraphCreatePanel_withCustomConfig={name:"histogram_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram_GraphCreatePanel"],name:panelNames["histogram_GraphCreatePanel"],figure:mocks["histogram"],customConfig:_customConfigTest.customConfigTest})};const histogram_StyleTracesPanel=exports.histogram_StyleTracesPanel={name:"histogram_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram_StyleTracesPanel"],name:panelNames["histogram_StyleTracesPanel"],figure:mocks["histogram"]})};const histogram_StyleTracesPanel_withCustomConfig=exports.histogram_StyleTracesPanel_withCustomConfig={name:"histogram_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram_StyleTracesPanel"],name:panelNames["histogram_StyleTracesPanel"],figure:mocks["histogram"],customConfig:_customConfigTest.customConfigTest})};const histogram2d_GraphCreatePanel=exports.histogram2d_GraphCreatePanel={name:"histogram2d_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram2d_GraphCreatePanel"],name:panelNames["histogram2d_GraphCreatePanel"],figure:mocks["histogram2d"]})};const histogram2d_GraphCreatePanel_withCustomConfig=exports.histogram2d_GraphCreatePanel_withCustomConfig={name:"histogram2d_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["histogram2d_GraphCreatePanel"],name:panelNames["histogram2d_GraphCreatePanel"],figure:mocks["histogram2d"],customConfig:_customConfigTest.customConfigTest})};const histogram2d_StyleTracesPanel=exports.histogram2d_StyleTracesPanel={name:"histogram2d_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram2d_StyleTracesPanel"],name:panelNames["histogram2d_StyleTracesPanel"],figure:mocks["histogram2d"]})};const histogram2d_StyleTracesPanel_withCustomConfig=exports.histogram2d_StyleTracesPanel_withCustomConfig={name:"histogram2d_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["histogram2d_StyleTracesPanel"],name:panelNames["histogram2d_StyleTracesPanel"],figure:mocks["histogram2d"],customConfig:_customConfigTest.customConfigTest})};const panelTest_GraphCreatePanel=exports.panelTest_GraphCreatePanel={name:"panelTest_GraphCreatePanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["panelTest_GraphCreatePanel"],name:panelNames["panelTest_GraphCreatePanel"],figure:mocks["panelTest"]})};const panelTest_GraphCreatePanel_withCustomConfig=exports.panelTest_GraphCreatePanel_withCustomConfig={name:"panelTest_GraphCreatePanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphCreatePanel"],group:panelGroups["panelTest_GraphCreatePanel"],name:panelNames["panelTest_GraphCreatePanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_GraphSubplotsPanel=exports.panelTest_GraphSubplotsPanel={name:"panelTest_GraphSubplotsPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphSubplotsPanel"],group:panelGroups["panelTest_GraphSubplotsPanel"],name:panelNames["panelTest_GraphSubplotsPanel"],figure:mocks["panelTest"]})};const panelTest_GraphSubplotsPanel_withCustomConfig=exports.panelTest_GraphSubplotsPanel_withCustomConfig={name:"panelTest_GraphSubplotsPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphSubplotsPanel"],group:panelGroups["panelTest_GraphSubplotsPanel"],name:panelNames["panelTest_GraphSubplotsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_GraphTransformsPanel=exports.panelTest_GraphTransformsPanel={name:"panelTest_GraphTransformsPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphTransformsPanel"],group:panelGroups["panelTest_GraphTransformsPanel"],name:panelNames["panelTest_GraphTransformsPanel"],figure:mocks["panelTest"]})};const panelTest_GraphTransformsPanel_withCustomConfig=exports.panelTest_GraphTransformsPanel_withCustomConfig={name:"panelTest_GraphTransformsPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["GraphTransformsPanel"],group:panelGroups["panelTest_GraphTransformsPanel"],name:panelNames["panelTest_GraphTransformsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleAxesPanel=exports.panelTest_StyleAxesPanel={name:"panelTest_StyleAxesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleAxesPanel"],group:panelGroups["panelTest_StyleAxesPanel"],name:panelNames["panelTest_StyleAxesPanel"],figure:mocks["panelTest"]})};const panelTest_StyleAxesPanel_withCustomConfig=exports.panelTest_StyleAxesPanel_withCustomConfig={name:"panelTest_StyleAxesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleAxesPanel"],group:panelGroups["panelTest_StyleAxesPanel"],name:panelNames["panelTest_StyleAxesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleColorbarsPanel=exports.panelTest_StyleColorbarsPanel={name:"panelTest_StyleColorbarsPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleColorbarsPanel"],group:panelGroups["panelTest_StyleColorbarsPanel"],name:panelNames["panelTest_StyleColorbarsPanel"],figure:mocks["panelTest"]})};const panelTest_StyleColorbarsPanel_withCustomConfig=exports.panelTest_StyleColorbarsPanel_withCustomConfig={name:"panelTest_StyleColorbarsPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleColorbarsPanel"],group:panelGroups["panelTest_StyleColorbarsPanel"],name:panelNames["panelTest_StyleColorbarsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleImagesPanel=exports.panelTest_StyleImagesPanel={name:"panelTest_StyleImagesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleImagesPanel"],group:panelGroups["panelTest_StyleImagesPanel"],name:panelNames["panelTest_StyleImagesPanel"],figure:mocks["panelTest"]})};const panelTest_StyleImagesPanel_withCustomConfig=exports.panelTest_StyleImagesPanel_withCustomConfig={name:"panelTest_StyleImagesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleImagesPanel"],group:panelGroups["panelTest_StyleImagesPanel"],name:panelNames["panelTest_StyleImagesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleLayoutPanel=exports.panelTest_StyleLayoutPanel={name:"panelTest_StyleLayoutPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleLayoutPanel"],group:panelGroups["panelTest_StyleLayoutPanel"],name:panelNames["panelTest_StyleLayoutPanel"],figure:mocks["panelTest"]})};const panelTest_StyleLayoutPanel_withCustomConfig=exports.panelTest_StyleLayoutPanel_withCustomConfig={name:"panelTest_StyleLayoutPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleLayoutPanel"],group:panelGroups["panelTest_StyleLayoutPanel"],name:panelNames["panelTest_StyleLayoutPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleLegendPanel=exports.panelTest_StyleLegendPanel={name:"panelTest_StyleLegendPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleLegendPanel"],group:panelGroups["panelTest_StyleLegendPanel"],name:panelNames["panelTest_StyleLegendPanel"],figure:mocks["panelTest"]})};const panelTest_StyleLegendPanel_withCustomConfig=exports.panelTest_StyleLegendPanel_withCustomConfig={name:"panelTest_StyleLegendPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleLegendPanel"],group:panelGroups["panelTest_StyleLegendPanel"],name:panelNames["panelTest_StyleLegendPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleMapsPanel=exports.panelTest_StyleMapsPanel={name:"panelTest_StyleMapsPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["panelTest_StyleMapsPanel"],name:panelNames["panelTest_StyleMapsPanel"],figure:mocks["panelTest"]})};const panelTest_StyleMapsPanel_withCustomConfig=exports.panelTest_StyleMapsPanel_withCustomConfig={name:"panelTest_StyleMapsPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleMapsPanel"],group:panelGroups["panelTest_StyleMapsPanel"],name:panelNames["panelTest_StyleMapsPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleNotesPanel=exports.panelTest_StyleNotesPanel={name:"panelTest_StyleNotesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleNotesPanel"],group:panelGroups["panelTest_StyleNotesPanel"],name:panelNames["panelTest_StyleNotesPanel"],figure:mocks["panelTest"]})};const panelTest_StyleNotesPanel_withCustomConfig=exports.panelTest_StyleNotesPanel_withCustomConfig={name:"panelTest_StyleNotesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleNotesPanel"],group:panelGroups["panelTest_StyleNotesPanel"],name:panelNames["panelTest_StyleNotesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleShapesPanel=exports.panelTest_StyleShapesPanel={name:"panelTest_StyleShapesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleShapesPanel"],group:panelGroups["panelTest_StyleShapesPanel"],name:panelNames["panelTest_StyleShapesPanel"],figure:mocks["panelTest"]})};const panelTest_StyleShapesPanel_withCustomConfig=exports.panelTest_StyleShapesPanel_withCustomConfig={name:"panelTest_StyleShapesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleShapesPanel"],group:panelGroups["panelTest_StyleShapesPanel"],name:panelNames["panelTest_StyleShapesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleSlidersPanel=exports.panelTest_StyleSlidersPanel={name:"panelTest_StyleSlidersPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleSlidersPanel"],group:panelGroups["panelTest_StyleSlidersPanel"],name:panelNames["panelTest_StyleSlidersPanel"],figure:mocks["panelTest"]})};const panelTest_StyleSlidersPanel_withCustomConfig=exports.panelTest_StyleSlidersPanel_withCustomConfig={name:"panelTest_StyleSlidersPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleSlidersPanel"],group:panelGroups["panelTest_StyleSlidersPanel"],name:panelNames["panelTest_StyleSlidersPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleTracesPanel=exports.panelTest_StyleTracesPanel={name:"panelTest_StyleTracesPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["panelTest_StyleTracesPanel"],name:panelNames["panelTest_StyleTracesPanel"],figure:mocks["panelTest"]})};const panelTest_StyleTracesPanel_withCustomConfig=exports.panelTest_StyleTracesPanel_withCustomConfig={name:"panelTest_StyleTracesPanel_withCustomConfig",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleTracesPanel"],group:panelGroups["panelTest_StyleTracesPanel"],name:panelNames["panelTest_StyleTracesPanel"],figure:mocks["panelTest"],customConfig:_customConfigTest.customConfigTest})};const panelTest_StyleUpdateMenusPanel=exports.panelTest_StyleUpdateMenusPanel={name:"panelTest_StyleUpdateMenusPanel",render:()=>_react.default.createElement(PanelFixture,{panel:panels["StyleUpdateMenusPanel"],group:panelGroups["panelTest_StyleUpdateMenusPanel"],name:panelNames["panelTest_StyleUpdateMenusPanel"],figure:mocks["panelTest"]})};const panelTest_StyleUpdateMenusPanel_withCustomConfig=exports.panelTest_StyleUpdateMenusPanel_withCustomConfig={name:"panelTest_StyleUpdateMenusPanel_withCustomConfig",render:()=>_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","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(PanelFixture,"PanelFixture","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(meta,"meta","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(stories,"stories","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelGroups,"panelGroups","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelNames,"panelNames","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_GraphCreatePanel,"bar_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_GraphCreatePanel_withCustomConfig,"bar_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_StyleTracesPanel,"bar_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(bar_StyleTracesPanel_withCustomConfig,"bar_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_GraphCreatePanel,"box_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_GraphCreatePanel_withCustomConfig,"box_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_StyleTracesPanel,"box_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(box_StyleTracesPanel_withCustomConfig,"box_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_GraphCreatePanel,"funnel_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_GraphCreatePanel_withCustomConfig,"funnel_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_StyleTracesPanel,"funnel_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnel_StyleTracesPanel_withCustomConfig,"funnel_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_GraphCreatePanel,"funnelarea_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_GraphCreatePanel_withCustomConfig,"funnelarea_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_StyleTracesPanel,"funnelarea_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(funnelarea_StyleTracesPanel_withCustomConfig,"funnelarea_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_GraphCreatePanel,"geoTest_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_GraphCreatePanel_withCustomConfig,"geoTest_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleMapsPanel,"geoTest_StyleMapsPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleMapsPanel_withCustomConfig,"geoTest_StyleMapsPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleTracesPanel,"geoTest_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(geoTest_StyleTracesPanel_withCustomConfig,"geoTest_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_GraphCreatePanel,"histogram_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_GraphCreatePanel_withCustomConfig,"histogram_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_StyleTracesPanel,"histogram_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram_StyleTracesPanel_withCustomConfig,"histogram_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_GraphCreatePanel,"histogram2d_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_GraphCreatePanel_withCustomConfig,"histogram2d_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_StyleTracesPanel,"histogram2d_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(histogram2d_StyleTracesPanel_withCustomConfig,"histogram2d_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphCreatePanel,"panelTest_GraphCreatePanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphCreatePanel_withCustomConfig,"panelTest_GraphCreatePanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphSubplotsPanel,"panelTest_GraphSubplotsPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphSubplotsPanel_withCustomConfig,"panelTest_GraphSubplotsPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphTransformsPanel,"panelTest_GraphTransformsPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_GraphTransformsPanel_withCustomConfig,"panelTest_GraphTransformsPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleAxesPanel,"panelTest_StyleAxesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleAxesPanel_withCustomConfig,"panelTest_StyleAxesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleColorbarsPanel,"panelTest_StyleColorbarsPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleColorbarsPanel_withCustomConfig,"panelTest_StyleColorbarsPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleImagesPanel,"panelTest_StyleImagesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleImagesPanel_withCustomConfig,"panelTest_StyleImagesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLayoutPanel,"panelTest_StyleLayoutPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLayoutPanel_withCustomConfig,"panelTest_StyleLayoutPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLegendPanel,"panelTest_StyleLegendPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleLegendPanel_withCustomConfig,"panelTest_StyleLegendPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleMapsPanel,"panelTest_StyleMapsPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleMapsPanel_withCustomConfig,"panelTest_StyleMapsPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleNotesPanel,"panelTest_StyleNotesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleNotesPanel_withCustomConfig,"panelTest_StyleNotesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleShapesPanel,"panelTest_StyleShapesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleShapesPanel_withCustomConfig,"panelTest_StyleShapesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleSlidersPanel,"panelTest_StyleSlidersPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleSlidersPanel_withCustomConfig,"panelTest_StyleSlidersPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleTracesPanel,"panelTest_StyleTracesPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleTracesPanel_withCustomConfig,"panelTest_StyleTracesPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleUpdateMenusPanel,"panelTest_StyleUpdateMenusPanel","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(panelTest_StyleUpdateMenusPanel_withCustomConfig,"panelTest_StyleUpdateMenusPanel_withCustomConfig","/react-chart-editor/src/__stories__/index.stories.js");reactHotLoader.register(_default,"default","/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