forked from elastic/elastic-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaxes.stories.tsx
More file actions
29 lines (27 loc) · 1.6 KB
/
axes.stories.tsx
File metadata and controls
29 lines (27 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
export default {
title: 'Axes',
};
export { Example as basic } from './1_basic.story';
export { Example as tickLabelRotation } from './2_tick_label_rotation.story';
export { Example as with4Axes } from './3_axis_4_axes.story';
export { Example as multiAxes } from './4_multi_axis.story';
export { Example as maximumFractionDigits } from './15_maximum_fraction_digits.story';
export { Example as barsAndLines } from './5_multi_axis_bar_lines.story';
export { Example as differentTooltip } from './6_different_tooltip.story';
export { Example as differentTooltipFormatter } from './6a_different_tooltip_formatter.story';
export { Example as manyTickLabels } from './7_many_tick_labels.story';
export { Example as customDomain } from './8_custom_domain.story';
export { Example as customMixed } from './9_custom_mixed_domain.story';
export { Example as oneDomainBound } from './10_one_domain_bound.story';
export { Example as fitDomain } from './11_fit_domain_extent.story';
export { Example as duplicateTicks } from './12_duplicate_ticks.story';
export { Example as labelFormatting } from './13_label_formatting.story';
export { Example as duplicateTicks2 } from './14_duplicate_ticks_2.story';
export { Example as tickLabelTruncation } from './16_tick_label_truncation.story';