<!DOCTYPE html><html><head><title>BulletGraphAnimation</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><divclass="options horizontal"><buttonid="animationButton1"class="options-button">Gauge Animation #1</button><buttonid="animationButton2"class="options-button">Gauge Animation #2</button><buttonid="animationButton3"class="options-button">Gauge Animation #3</button></div><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"maximum-value="120"value-brush="#4286f4"value="70"target-value-brush="#4286f4"target-value="90"target-value-breadth="10"interval="10"label-interval="10"label-extent="0.02"range-brushes ="#FF9800, #F96232, #C62828"range-outlines="#FF9800, #F96232, #C62828"scale-background-thickness="0"scale-background-brush="#dbdbdb"scale-background-outline="gray"></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
このサンプルが気に入りましたか? 完全な Ignite UI for Web Componentsツールキットにアクセスして、すばやく独自のアプリの作成を開始します。無料でダウンロードできます。
<!DOCTYPE html><html><head><title>BulletGraphMeasures</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"maximum-value="100"value="50"value-brush="DodgerBlue"value-stroke-thickness="1"value-inner-extent="0.5"value-outer-extent="0.65"target-value="80"target-value-breadth="10"target-value-brush="LimeGreen"target-value-outline="LimeGreen"target-value-stroke-thickness="1"target-value-inner-extent="0.3"target-value-outer-extent="0.85"scale-background-brush = "#e5e5e5"scale-background-outline = "#e5e5e5"backing-brush = "#f7f7f7"backing-outline = "#bfbfbf"tick-stroke-thickness = "1.5" ></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>BulletGraphHighlightNeedle</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"maximum-value="100"value="70"interval="10"target-value="90"label-interval="10"label-extent="0.025"labels-pre-terminal="0"labels-post-initial="0"highlight-value-display-mode="Overlay"highlight-value="25" ></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>BulletGraphRanges</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"value="80"interval="10"maximum-value="100"target-value="90"range-brushes ="#C62828, #F96232, #FF9800"range-outlines="#C62828, #F96232, #FF9800"><igc-linear-graph-rangename="range1"start-value="0"end-value="40"inner-start-extent="0.075"inner-end-extent="0.075"outer-start-extent="0.95"outer-end-extent="0.95" ></igc-linear-graph-range><igc-linear-graph-rangename="range2"start-value="40"end-value="70"inner-start-extent="0.075"inner-end-extent="0.075"outer-start-extent="0.95"outer-end-extent="0.95" ></igc-linear-graph-range><igc-linear-graph-rangename="range3"start-value="70"end-value="100"inner-start-extent="0.075"inner-end-extent="0.075"outer-start-extent="0.95"outer-end-extent="0.95" ></igc-linear-graph-range></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>BulletGraphTickmarks</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphheight="80px"width="100%"minimum-value="0"value="70"interval="10"maximum-value="100"target-value="90"tick-brush="DodgerBlue"ticks-pre-terminal="0"ticks-post-initial="0"tick-stroke-thickness="2"tick-start-extent="0.2"tick-end-extent="0.075"minor-tick-count="4"minor-tick-brush="DarkViolet"minor-tick-end-extent="0.1"minor-tick-start-extent="0.2"minor-tick-stroke-thickness="1" ></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>BulletGraphLabels</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"value="70"interval="10"maximum-value="100"target-value="90"label-interval="10"label-extent="0.025"labels-pre-terminal="0"labels-post-initial="0"font-brush="DodgerBlue"font="11px Verdana"></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>BulletGraphBackground</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"value="70"interval="10"maximum-value="100"target-value="90"backing-brush="#bddcfc"backing-outline="DodgerBlue"backing-stroke-thickness="4"backing-inner-extent="0"backing-outer-extent="1"></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>BulletGraphScale</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divclass="container sample center" ><igc-bullet-graphid="gauge"height="80px"width="100%"minimum-value="0"value="70"interval="10"maximum-value="100"target-value="90"is-scale-inverted="false"scale-background-brush="DodgerBlue"scale-background-outline="Red"scale-background-thickness="2"scale-start-extent="0.05"scale-end-extent="0.95" ></igc-bullet-graph></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css