import React from 'react'; import { SequentialLegend } from 'reaviz'; import { heatmapSimpleData } from 'reaviz-data-utils'; export default { title: 'Utils/Legend/Sequential/Horizontal' }; export const Simple = () => (
); export const _LongText = () => (
); export const _CustomColors = () => (
);