mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: adding missing examples in the gallery for some chart types (#22766)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
@@ -19,6 +19,7 @@
|
||||
import { t, ChartMetadata, ChartPlugin } from '@superset-ui/core';
|
||||
import transformProps from './transformProps';
|
||||
import thumbnail from './images/thumbnail.png';
|
||||
import example from './images/example.jpg';
|
||||
import controlPanel from './controlPanel';
|
||||
|
||||
const metadata = new ChartMetadata({
|
||||
@@ -27,6 +28,7 @@ const metadata = new ChartMetadata({
|
||||
description: t(
|
||||
'Compare multiple time series charts (as sparklines) and related metrics quickly.',
|
||||
),
|
||||
exampleGallery: [{ url: example }],
|
||||
tags: [
|
||||
t('Multi-Variables'),
|
||||
t('Comparison'),
|
||||
|
||||
Reference in New Issue
Block a user