chore: adding missing examples in the gallery for several chart types (#22597)

This commit is contained in:
Yash Mehta
2023-01-05 15:13:32 +05:30
committed by GitHub
parent 01671b9d1b
commit 6e4d6e599b
27 changed files with 27 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -21,6 +21,7 @@ import buildQuery from './buildQuery';
import controlPanel from './controlPanel';
import transformProps from './transformProps';
import thumbnail from './images/thumbnail.png';
import example from './images/example.jpg';
import { EchartsFunnelChartProps, EchartsFunnelFormData } from './types';
export default class EchartsFunnelChartPlugin extends ChartPlugin<
@@ -49,6 +50,7 @@ export default class EchartsFunnelChartPlugin extends ChartPlugin<
description: t(
'Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.',
),
exampleGallery: [{ url: example }],
name: t('Funnel Chart'),
tags: [
t('Business'),