Skip to content

Commit afb3cdd

Browse files
Remove legacy components (windmill-labs#575)
* Remove legacy components
1 parent c421ad6 commit afb3cdd

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/landing/AppLightSection.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -256,19 +256,9 @@ export const components = [
256256
Icon: PlusSquare,
257257
documentationLink: `${documentationBaseUrl}/modal_form`
258258
},
259-
{
260-
name: 'Pie Chart',
261-
Icon: PieChart,
262-
documentationLink: `${documentationBaseUrl}/pie_chart`
263-
},
264259

265260
{ name: 'ChartJs', Icon: PieChart, documentationLink: `${documentationBaseUrl}/chartjs` },
266261

267-
{
268-
name: 'Bar/Line Chart',
269-
Icon: BarChart4,
270-
documentationLink: `${documentationBaseUrl}/bar_line_chart`
271-
},
272262
{
273263
name: 'AgCharts',
274264
Icon: BarChart4,
@@ -304,18 +294,6 @@ export const components = [
304294
documentationLink: `${documentationBaseUrl}/plotly`
305295
},
306296

307-
{
308-
name: 'Timeseries',
309-
Icon: GripHorizontal,
310-
documentationLink: `${documentationBaseUrl}/timeseries`
311-
},
312-
313-
{
314-
name: 'Scatter Chart',
315-
Icon: GripHorizontal,
316-
documentationLink: `${documentationBaseUrl}/scatter_chart`
317-
},
318-
319297
{
320298
name: 'Table',
321299
Icon: Table2,

0 commit comments

Comments
 (0)