import React from 'react'; import { medDateData, multiDateData } from 'reaviz-data-utils'; import { LinearValueMarker, RadialGradient, RadialValueMarker } from 'reaviz'; import { RadialArea, RadialAreaSeries } from 'reaviz'; import { RadialAreaChart } from 'reaviz'; import { AreaChart } from 'reaviz'; import { AreaSeries } from 'reaviz'; export default { tags: ['snapshot'], title: 'Charts/Area Chart/Markers', component: AreaChart, subcomponents: { AreaSeries, LinearValueMarker, RadialAreaChart, RadialAreaSeries, RadialArea, RadialGradient, RadialValueMarker } }; export const LinearValueMarkers = () => ( , ]} /> } /> ); export const VerticalLinearValueMarkers = () => ( , ]} /> } /> ); export const RadialValueMarkers = () => ( } />} valueMarkers={[ , ]} /> } /> );