Skip to content

Commit 02877f1

Browse files
Merge pull request #1430 from IgniteUI/localization-2024-12-17
[JA] Updating Dashboard Tile topic demos
2 parents 08e19dc + afab69d commit 02877f1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/jp/components/dashboard-tile.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: {Platform} Dashboard Tile コンポーネント {ProductName}
2+
title: {Platform} Dashboard Tile コンポーネント | {ProductName}
33
_description: {Platform} Dashboard Tile コンポーネントを簡単に使い始める方法をご覧ください。
44
_keywords: {ProductName}, UI controls, {Platform} widgets, web widgets, UI widgets, {Platform}, Native {Platform} Components Suite, Native {Platform} Controls, Native {Platform} Components Library, {Platform} Dashboard components, {Platform} Dashboard Tile controls, UI コントロール, {Platform} ウィジェット, Web ウィジェット, UI ウィジェット, ネイティブ {Platform} コンポーネント スイート, ネイティブ {Platform} コントロール, ネイティブ {Platform} コンポーネント ライブラリ, {Platform} Dashboard コンポーネント, {Platform} Dashboard Tile コントロール
55
mentionedTypes: ["Toolbar", "CategoryChart", "XamDataChart", "XamRadialGauge", "XamLinearGauge", "XamGeographicMap"]
@@ -17,7 +17,7 @@ _language: ja
1717
## {Platform} Dashboard Tile の例
1818

1919
<!-- TODO -->
20-
`sample="/charts/dashboard-tile/overview", height="600", alt="{Platform} Dashboard Tile の例"`
20+
`sample="/charts/dashboard-tile/chart-dashboard", height="600", alt="{Platform} Dashboard Tile の例"`
2121

2222
## 依存関係
2323

@@ -127,6 +127,8 @@ builder.Services.AddIgniteUIBlazor(
127127

128128
<!-- TODO SAMPLE -->
129129

130+
`sample="/charts/dashboard-tile/gauge-dashboard", height="600", alt="{Platform} Dashboard Tile Gauge の例"`
131+
130132
視覚化または視覚化のプロパティも、コントロールの上部にある `Toolbar` を使用して構成できます。この `Toolbar` には、現在の視覚化の既定のツールに加えて、以下で強調表示されている 4 つの Dashboard Tile 固有のツールが含まれています。
131133

132134
<img src="../images/dashboard-tile-toolbar.png" />
@@ -138,6 +140,14 @@ builder.Services.AddIgniteUIBlazor(
138140
- 3 番目のツールを使用すると、現在の視覚化を変更して、異なるシリーズ タイプをプロットしたり、まったく異なるタイプの視覚化を表示したりすることができます。これは、前述の `VisualizationType` プロパティを設定することによってコントロール上で設定できます。
139141
- 最後のツールを使用すると、基になるデータ項目のどのプロパティをコントロールに含めるかを構成できます。これを構成するには、コントロールに `IncludedProperties` または `ExcludedProperties` コレクションを設定します。
140142

143+
このデモでは、ダッシュボード タイルと {Platform} 円チャートの統合を示します。右上のツールバー オプションを使用すると、スタイル設定やデータ視覚化の変更にアクセスできます。
144+
145+
`sample="/charts/dashboard-tile/pie-dashboard", height="600", alt="{Platform} Dashboard Tile Pie の例"`
146+
147+
このデモでは、ダッシュボード タイルと {Platform} 地理マップの統合を示します。右上のツールバー オプションを使用すると、スタイル設定やデータ視覚化の変更にアクセスできます。
148+
149+
`sample="/charts/dashboard-tile/map-dashboard", height="600", alt="{Platform} Dashboard Tile Map の例"`
150+
141151
## API リファレンス
142152

143153
- `Toolbar`

0 commit comments

Comments
 (0)