remove beta support for sankey diagram

This commit is contained in:
darshanr0107
2025-06-17 12:12:40 +05:30
parent ea60525988
commit 9dc987b28b
7 changed files with 49 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ describe('Sankey Diagram', () => {
describe('when given a linkColor', function () {
this.beforeAll(() => {
cy.wrap(
`sankey-beta
`sankey
a,b,10
`
).as('graph');
@@ -62,7 +62,7 @@ describe('Sankey Diagram', () => {
this.beforeAll(() => {
cy.wrap(
`
sankey-beta
sankey
a,b,8
b,c,8