const Base_legend = { // zIndex: 0, align: 'center', verticalAlign: 'top', // padding: 20, itemMarginBottom: 20, squareSymbol: false, symbolHeight: 12, symbolWidth: 26, symbolRadius: 6, itemStyle: { "color": "#333333", "cursor": "pointer", "fontSize": "14px", "fontWeight": "normal" } }; export { Base_legend }