mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: adding missing examples in the gallery for several chart types (#22597)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user