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