import React from 'react'; import { BarList } from 'reaviz'; import { BarListSeries } from 'reaviz'; export default { tags: ['snapshot'], title: 'Charts/Bar List/Labels', component: BarList }; export const LabelStart = () => ( } /> ); export const LabelBottom = () => ( } /> ); export const LabelEnd = () => ( } /> ); export const LabelTop = () => ( } /> ); export const LabelNone = () => ( } /> ); export const ValueBottom = () => ( } /> ); export const ValueEnd = () => ( } /> ); export const ValueStart = () => ( } /> ); export const ValueNone = () => ( } /> ); export const LongValueStart = () => ( } /> ); export const LongValueEnd = () => ( } /> );