import { Heatmap } from 'reaviz';
import { heatmapSimpleData } from 'reaviz-data-utils';
import { SequentialLegend } from 'reaviz';
import { HeatmapCell, HeatmapSeries } from 'reaviz';
import { getYScale } from 'reaviz';
import {
LinearYAxis,
LinearYAxisTickSeries,
LinearYAxisTickLabel,
LINEAR_Y_AXIS_TICK_LABEL_DEFAULT_PROPS
} from 'reaviz';
export default {
tags: ['snapshot'],
title: 'Charts/Heatmap/Simple',
component: Heatmap,
subcomponents: {
HeatmapSeries,
HeatmapCell
}
};
export const Basic = () => (