Skip to content

Commit

Permalink
[docs] Move Heat map to pro (#12047)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored Feb 22, 2024
1 parent 9af67ba commit d98caba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data/charts/heat-map/heat-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: React Heatmap chart
productId: x-charts
---

# Charts - Heatmap 🚧
# Charts - Heatmap [<span class="plan-pro"></span>](/x/introduction/licensing/#pro-plan 'Pro plan')🚧

<p class="description">Heatmap charts allow to highlight correlation between categories.</p>

Expand Down
9 changes: 7 additions & 2 deletions docs/data/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,17 @@ const pages: MuiPage[] = [
pathname: '/x/react-charts-future',
subheader: 'Future components',
children: [
{ pathname: '/x/react-charts/heat-map', title: 'Heatmap', planned: true },
{ pathname: '/x/react-charts/radar', title: 'Radar', planned: true },
{ pathname: '/x/react-charts/tree-map', title: 'Treemap', planned: true },
{
pathname: '/x/react-charts/heat-map',
title: 'Heatmap',
plan: 'pro',
planned: true,
},
{ pathname: '/x/react-charts/funnel', title: 'Funnel', plan: 'pro', planned: true },
{ pathname: '/x/react-charts/gantt', title: 'Gantt', plan: 'pro', planned: true },
{ pathname: '/x/react-charts/sankey', title: 'Sankey', plan: 'pro', planned: true },
{ pathname: '/x/react-charts/gantt', title: 'Gantt', plan: 'pro', planned: true },
],
},
],
Expand Down

0 comments on commit d98caba

Please sign in to comment.