Skip to content

Commit

Permalink
Removes v2 suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jan 18, 2024
1 parent ccfc1f4 commit 923bb7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 923bb7c

Please sign in to comment.