import { Meta } from '@storybook/addon-docs/blocks';
import { SuccessBanner } from '../banner.stories';

<Meta title="Guidelines/Chart" />

# Charts

Used mostly for monitoring-related tasks.

## UI

### Tooltips

Don’t depend too heavily on tooltips. They are as providing supplemental or expanded information, but shouldn’t be the only way a user can see the plotted value.

### Elements

- Title
- Axis
- Legend

_produce an example WIP_

## Type

{/* TODO: add Guidelines for charts types and add date format guidelines  here or in format.mdx */}
