mirror of
https://github.com/apache/superset.git
synced 2026-09-01 21:11:28 +00:00
chore(viz): remove legacy explore_json + viz.py pipeline (#41714)
Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Code
parent
01a9fdc621
commit
2ecce20e48
-2
@@ -981,7 +981,6 @@ function AnnotationLayer({
|
||||
ariaLabel={t('Annotation layer stroke')}
|
||||
name="annotation-layer-stroke"
|
||||
label={t('Style')}
|
||||
// see '../../../visualizations/nvd3_vis.css'
|
||||
options={[
|
||||
{ value: 'solid', label: t('Solid') },
|
||||
{ value: 'dashed', label: t('Dashed') },
|
||||
@@ -998,7 +997,6 @@ function AnnotationLayer({
|
||||
ariaLabel={t('Annotation layer opacity')}
|
||||
name="annotation-layer-opacity"
|
||||
label={t('Opacity')}
|
||||
// see '../../../visualizations/nvd3_vis.css'
|
||||
options={[
|
||||
{ value: '', label: t('Solid') },
|
||||
{ value: 'opacityLow', label: '0.2' },
|
||||
|
||||
Reference in New Issue
Block a user