chore: Update learn more documentation link for echarts (#29075)
This PR replaces the announcement link for deprecation of fusion charts.
This commit is contained in:
parent
1920d4c24c
commit
c87d68d2a2
|
|
@ -168,7 +168,7 @@ describe("emptyChartData", () => {
|
|||
expect(deprecationMessage.links).toEqual([
|
||||
{
|
||||
text: "Learn more",
|
||||
url: "https://docs.appsmith.com",
|
||||
url: "https://www.appsmith.com/blog/deprecating-fusion-charts",
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ class ChartWidget extends BaseWidget<ChartWidgetProps, WidgetState> {
|
|||
links: [
|
||||
{
|
||||
text: "Learn more",
|
||||
url: "https://docs.appsmith.com",
|
||||
url: "https://www.appsmith.com/blog/deprecating-fusion-charts",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user