refactor: Migrates legacy Sunburst charts to ECharts and removes legacy code (#26350)

This commit is contained in:
Michael S. Molina
2024-01-18 11:59:08 -03:00
committed by GitHub
parent cf20b3439c
commit 4d9144eca5
32 changed files with 82 additions and 1229 deletions

View File

@@ -43,7 +43,7 @@ export default class EchartsSunburstChartPlugin extends EchartsChartPlugin {
'Uses circles to visualize the flow of data through different stages of a system. Hover over individual paths in the visualization to understand the stages a value took. Useful for multi-stage, multi-group visualizing funnels and pipelines.',
),
exampleGallery: [{ url: example1 }, { url: example2 }],
name: t('Sunburst Chart v2'),
name: t('Sunburst Chart'),
tags: [
t('ECharts'),
t('Aesthetic'),