Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions jp/components/ai/theming-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ ng add igniteui-angular
- [Ignite UI for Angular スキル](./skills.md)
- [MAKER Framework](./maker-framework.md)


<!-- Ideally these should be included once documentation is combined
- [Theming Overview](../themes/index.md)
- [Palettes](../themes/palettes.md)
Expand All @@ -359,6 +358,5 @@ ng add igniteui-angular

コミュニティは常に活気があり、新しいアイデアを歓迎しています。


- [Ignite UI for Angular **フォーラム** (英語)](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
- [Ignite UI for Angular **GitHub** (英語)](https://github.com/IgniteUI/igniteui-angular)
7 changes: 0 additions & 7 deletions jp/components/bullet-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/measures">
</code-view>


## ハイライト値

バレット グラフのパフォーマンス値をさらに変更して、進捗状況をハイライト値として表示することもできます。これにより、[`value`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#value) が低い不透明度で表示されます。良い例としては、[`value`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#value) が 50 で、[`highlightValue`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#highlightValue) が 25 に設定されている場合です。これは、[`targetValue`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#targetValue) の値が何に設定されているかに関係なく、50% のパフォーマンスを表します。これを有効にするには、まず [`highlightValueDisplayMode`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#highlightValueDisplayMode) を Overlay に設定し、次に [`highlightValue`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#highlightValue) を [`value`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#value) よりも低い値に適用します。
Expand Down Expand Up @@ -148,7 +147,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/highlight-needle">
</code-view>


## 比較範囲

範囲はスケールで指定した値の範囲をハイライト表示する視覚的な要素です。その目的は、パフォーマンス バー メジャーの質的状態を視覚で伝えると同時に、その状態をレベルとして示すことにあります。
Expand Down Expand Up @@ -184,7 +182,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/ranges">
</code-view>


## 目盛

目盛は、ブレット グラフを読み取りやすくするために、目盛の間隔でスケールを分割して見せる役割を果たします。
Expand Down Expand Up @@ -218,7 +215,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/tickmarks">
</code-view>


## ラベル

ラベルはスケールのメジャーを示します。
Expand All @@ -243,7 +239,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/labels">
</code-view>


## バッキング

バッキング要素はブレット グラフ コントロールの背景と境界線を表します。常に最初に描画される要素でラベルやメモリなどの残りの要素は互いにオーバーレイします。
Expand All @@ -267,7 +262,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/background">
</code-view>


## スケール

スケールはゲージで値の全範囲をハイライト表示する視覚的な要素です。外観やスケールの図形のカスタマイズ、更にスケールを反転 ([`isScaleInverted`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_gauges.igxbulletgraphcomponent.html#isScaleInverted) プロパティを使用) させて、すべてのラベルを左から右ではなく、右から左へ描画することもできます。
Expand All @@ -292,7 +286,6 @@ export class AppModule {}
github-src="gauges/bullet-graph/scale">
</code-view>


## まとめ

上記すべてのコード スニペットを以下のコード ブロックにまとめています。プロジェクトに簡単にコピーしてブレットグラフのすべての機能を再現できます。
Expand Down
10 changes: 0 additions & 10 deletions jp/components/charts/chart-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/data-chart/axis-crossing">
</code-view>


<div class="divider--half"></div>

## 注釈
Expand All @@ -36,7 +35,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/category-chart/line-chart-with-annotations">
</code-view>


<div class="divider--half"></div>

## アニメーション
Expand All @@ -49,7 +47,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/category-chart/line-chart-with-animations">
</code-view>


<div class="divider--half"></div>

## ハイライト表示
Expand All @@ -62,7 +59,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/category-chart/column-chart-with-highlighting">
</code-view>


<div class="divider--half"></div>

## マーカー
Expand All @@ -75,7 +71,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/category-chart/marker-options">
</code-view>


<div class="divider--half"></div>

## ナビゲーション
Expand All @@ -88,7 +83,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/data-chart/chart-navigation">
</code-view>


<div class="divider--half"></div>

## オーバーレイ
Expand All @@ -101,7 +95,6 @@ Angular チャートは、次のチャート機能を提供します。
github-src="charts/data-chart/series-value-overlay">
</code-view>


<div class="divider--half"></div>

## パフォーマンス
Expand All @@ -114,7 +107,6 @@ Angular チャートは、数百万のデータ ポイントを描画し、そ
github-src="charts/category-chart/high-volume">
</code-view>


<div class="divider--half"></div>

## ツールチップ
Expand All @@ -127,7 +119,6 @@ Angular チャートは、数百万のデータ ポイントを描画し、そ
github-src="charts/category-chart/column-chart-with-tooltips">
</code-view>


<div class="divider--half"></div>

## トレンドライン
Expand All @@ -140,7 +131,6 @@ Angular チャートは、数百万のデータ ポイントを描画し、そ
github-src="charts/financial-chart/trendlines">
</code-view>


<div class="divider--half"></div>

## API リファレンス
Expand Down
19 changes: 0 additions & 19 deletions jp/components/charts/chart-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Angular 棒チャート (棒グラフ) は、さまざまなカテゴリのデ
github-src="charts/data-chart/bar-chart-multiple-sources">
</code-view>


<div class="divider--half"></div>

### Angular 円チャート
Expand All @@ -74,7 +73,6 @@ Angular 円チャート、または円グラフは、一般的な部分から全
github-src="charts/pie-chart/overview">
</code-view>


<div class="divider--half"></div>

### Angular 折れ線チャート
Expand All @@ -87,7 +85,6 @@ Angular 折れ線チャート、または折れ線グラフは、傾向を示し
github-src="charts/category-chart/line-chart-multiple-sources">
</code-view>


<div class="divider--half"></div>

### Angular ドーナツ チャート
Expand All @@ -100,7 +97,6 @@ Angular ドーナツ チャート、またはドーナツ グラフは、円チ
github-src="charts/doughnut-chart/legend">
</code-view>


<div class="divider--half"></div>

### Angular エリア チャート
Expand All @@ -113,7 +109,6 @@ Angular エリア チャートは、直線セグメントで接続されたポ
github-src="charts/category-chart/area-chart-multiple-sources">
</code-view>


<div class="divider--half"></div>

### Angular スパークライン チャート
Expand All @@ -126,7 +121,6 @@ Angular スパークライン チャート、またはスパークライン グ
github-src="charts/sparkline/display-types">
</code-view>


<div class="divider--half"></div>

### Angular バブル チャート
Expand All @@ -139,7 +133,6 @@ Angular バブル チャート (バブル グラフ) は、3 つの数値で構
github-src="charts/data-chart/scatter-bubble-chart-multiple-sources">
</code-view>


<div class="divider--half"></div>

### Angular ファイナンシャル チャート/株価チャート
Expand All @@ -152,7 +145,6 @@ Angular ファイナンシャル/株価チャートは、時系列チャート
github-src="charts/financial-chart/multiple-data">
</code-view>


<div class="divider--half"></div>

### Angular 縦棒チャート
Expand All @@ -165,7 +157,6 @@ Angular 縦棒チャート (縦棒グラフ) は、さまざまなカテゴリ
github-src="charts/category-chart/column-chart-multiple-sources">
</code-view>


<div class="divider--half"></div>

### Angular 複合チャート
Expand All @@ -178,7 +169,6 @@ Angular 複合チャートまたはコンボ チャートは、同じプロッ
github-src="charts/data-chart/composite-chart">
</code-view>


<div class="divider--half"></div>

<!-- ### Angular ガント チャート
Expand All @@ -199,7 +189,6 @@ Angular 極座標エリア チャートまたは極座標グラフは、極座
github-src="charts/data-chart/polar-line-chart">
</code-view>


<div class="divider--half"></div>

<!-- ### Angular ピラミッド チャート
Expand All @@ -216,7 +205,6 @@ Angular 散布図は、デカルト (X、Y) 座標系を使用してデータを
github-src="charts/data-chart/scatter-point-chart">
</code-view>


<div class="divider--half"></div>

### Angular シェープ チャート
Expand All @@ -229,7 +217,6 @@ Angular シェープ チャートは、形状の配列 (X/Y ポイントの配
github-src="charts/data-chart/type-scatter-polygon-series">
</code-view>


<div class="divider--half"></div>

### Angular スプライン チャート
Expand All @@ -242,7 +229,6 @@ Angular スプライン チャート、またはスプライン グラフは、
github-src="charts/category-chart/spline-multiple-sources">
</code-view>


<div class="divider--half"></div>

### Angular ステップ チャート
Expand All @@ -255,7 +241,6 @@ Angular ステップ折れ線チャート、またはステップ折れ線グラ
github-src="charts/category-chart/step-line-multiple-sources">
</code-view>


<div class="divider--half"></div>

<!-- ### Angular タイムライン チャート/時系列チャート
Expand All @@ -272,7 +257,6 @@ Ignite UI for Angular ツリーマップは、ネストされた一連のノー
github-src="charts/tree-map/overview">
</code-view>


<div class="divider--half"></div>

## Angular チャート主な機能
Expand Down Expand Up @@ -341,9 +325,6 @@ alt="Angular チャート マーカー、ツールチップ、およびテンプ
- 他社のパフォーマンスに対してテストします。当社は高速で大量のデータを処理できることを証明できます。大量のデータとリアルタイムのデータ ストリーミングをどのように処理するかをご自身で確認してください。
- 24/5 対応しております。インフラジスティックスは、常にオンラインでグローバル サポートを提供しています。北米、アジア太平洋、中東、およびヨーロッパでは、いつでもご利用いただけます。
- チャートの他に、Angular には多くの UI コントロールもあります。アプリケーション構築のための完全な Angular ソリューションを提供します!

<!---->

- Ignite UI for Angular は、Angular 開発者向けの Angular 上に構築されており、サードパーティの依存関係はありません。Angular 用に 100% 最適化されています。
- Figma デザインからピクセル パーフェクトな Angular コントロールを生成する、UX デザイナー、ビジュアル デザイナー、開発者向けのコード プラットフォームに、世界初で唯一のエンドツーエンドの包括的なデザインを提供します。Indigo.Design を使用すると、Indigo Design System から Figma で作成するすべてのものが Ignite UI for Angular コントロールと一致します。

Expand Down
4 changes: 0 additions & 4 deletions jp/components/charts/features/chart-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Angular チャートのホバー操作と注釈は、シリーズ コレクシ
github-src="charts/category-chart/line-chart-with-annotations">
</code-view>


<div class="divider--half"></div>

このサンプルが気に入りましたか? 完全な Angular ツールキットにアクセスして、すばやく独自のアプリの作成を開始します。<a href="{environment:infragisticsBaseUrl}/products/ignite-ui-angular/download">無料でダウンロードできます。</a>
Expand Down Expand Up @@ -51,7 +50,6 @@ Angular チャートのホバー操作と注釈は、シリーズ コレクシ
github-src="charts/data-chart/crosshair-layer-styling">
</code-view>


<div class="divider--half"></div>

## Angular 最終値レイヤー
Expand All @@ -74,7 +72,6 @@ Angular チャートのホバー操作と注釈は、シリーズ コレクシ
github-src="charts/data-chart/final-value-layer-styling">
</code-view>


<div class="divider--half"></div>

```html
Expand Down Expand Up @@ -110,7 +107,6 @@ Angular チャートのホバー操作と注釈は、シリーズ コレクシ
github-src="charts/data-chart/callout-layer-styling">
</code-view>


<div class="divider--half"></div>

```html
Expand Down
4 changes: 0 additions & 4 deletions jp/components/charts/features/chart-axis-gridlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ _language: ja
github-src="charts/category-chart/axis-gridlines">
</code-view>


<div class="divider--half"></div>

## Angular 軸グリッド線のプロパティ
Expand Down Expand Up @@ -67,7 +66,6 @@ _language: ja
github-src="charts/category-chart/axis-gridlines">
</code-view>


[`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxdatachartcomponent.html) の軸には、それぞれ [`majorStrokeDashArray`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxaxiscomponent.html#majorStrokeDashArray) プロパティと [`minorStrokeDashArray`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxaxiscomponent.html#minorStrokeDashArray) プロパティを利用して、主グリッド線と副グリッド線にダッシュ配列を配置する機能もあります。対応する軸の [`strokeDashArray`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxaxiscomponent.html#strokeDashArray) プロパティを設定することで、実際の軸線も破線にすることができます。これらのプロパティは、対応するグリッド線のダッシュの長さを記述する数値の配列を受け取ります。

次の例は、上記のダッシュ配列プロパティが設定された [`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_charts.igxdatachartcomponent.html) を示しています。
Expand All @@ -78,7 +76,6 @@ _language: ja
github-src="charts/data-chart/dash-array-axes">
</code-view>


<div class="divider--half"></div>

## Angular 軸目盛りの例
Expand All @@ -95,7 +92,6 @@ _language: ja
github-src="charts/category-chart/axis-tickmarks">
</code-view>


<div class="divider--half"></div>

## Angular 軸目盛りのプロパティ
Expand Down
3 changes: 0 additions & 3 deletions jp/components/charts/features/chart-axis-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ _language: ja
github-src="charts/category-chart/axis-locations">
</code-view>


<!-- ## 軸方向の例

TODO add info/example of 4 charts with all possible combinations of XAxisInverted and YAxisInverted
Expand All @@ -49,7 +48,6 @@ Angular [`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-
github-src="charts/data-chart/axis-sharing">
</code-view>


<div class="divider--half"></div>

### 軸交差の例
Expand All @@ -64,7 +62,6 @@ Angular [`IgxDataChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-
github-src="charts/data-chart/axis-crossing">
</code-view>


<div class="divider--half"></div>

## その他のリソース
Expand Down
Loading
Loading