mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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: 64 KiB |
@@ -28,6 +28,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 {
|
||||
EchartsMixedTimeseriesFormData,
|
||||
EchartsMixedTimeseriesProps,
|
||||
@@ -69,6 +70,7 @@ export default class EchartsTimeseriesChartPlugin extends ChartPlugin<
|
||||
AnnotationType.Interval,
|
||||
AnnotationType.Timeseries,
|
||||
],
|
||||
exampleGallery: [{ url: example }],
|
||||
name: hasGenericChartAxes ? t('Mixed Chart') : t('Mixed Time-Series'),
|
||||
thumbnail,
|
||||
tags: [
|
||||
|
||||
Reference in New Issue
Block a user