import { Legend } from 'plotly.js'; import { PlotLegendAddon } from '../../types/plots/addOns'; declare const _default: (args: PlotLegendAddon) => Partial; /** * Return a Plot.ly legend specification. * * Legend layout is gross and painful in Plot.ly. * To ease the mental burden here a bit, we do calculations * on this sparately here. * * */ export default _default; //# sourceMappingURL=legendSpecification.d.ts.map