import React from 'react'; import { medDateData, multiDateData } from 'reaviz-data-utils'; import { LinearValueMarker, RadialValueMarker } from 'reaviz'; import { RadialAreaChart, RadialAreaSeries } from 'reaviz'; import { LineChart } from 'reaviz'; import { LineSeries } from 'reaviz'; export default { tags: ['snapshot'], title: 'Charts/Line Chart/Markers', component: LineChart, subcomponents: { LineSeries, LinearValueMarker, RadialAreaChart, RadialAreaSeries, RadialValueMarker } }; export const LinearValueMarkers = () => ( , ]} /> } /> ); export const RadialValueMarkersVertical = () => ( , ]} /> } /> ); export const RadialValueMarkers = () => ( , ]} /> } /> );