chore(viz): remove legacy explore_json + viz.py pipeline (#41714)

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-08-06 13:22:15 -07:00
committed by GitHub
co-authored by Claude Code
parent 01a9fdc621
commit 2ecce20e48
620 changed files with 12961 additions and 17622 deletions
@@ -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' },