OutSystems Forge 日本語データベース

Line and Pie Graphs enhancements

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2013-12-02 4 Filipe Jacinto 8.0+ SQL Server .NET
折れ線グラフと円グラフの機能強化
折れ線グラフ: 各ラインは最後のポットの隣に置くことを伝えることができます。 レンダリングされた線と相互作用して可視性を切り替えることができます。 ラインを構築するポイントをライン自体と区別することができます。 すべてのポイントを含む凡例をレンダリングすることができます。 レンダリングされるポイントの単位を定義できます。 ハイチャートAPI(例)にデフォルトで設定されているデフォルトのエクスポートアクションをレンダリングすることができます グラフコンテンツをカットせずにpdf(HtmlToPdfConverterを使用)にエクスポートすることができます(marginTopを2より大きい値に定義しないと、pdfが高い値の上端をカットします)。 PieChart: Highcharts API(例)にデフォルトで設定されているデフォルトのExportアクションをレンダリングすることもできます。 スライスの選択を許可します。 表示された値:absuluteまたはpercentageを制御し、レンダリングされるポイントの単位を定義できます。

[Overview]
enhancements to LineChart and PieChart
[Detail]
I grabbed ITDashboard, "used" ChartToPdf to make it's Dashboard exportable and worked some "limmitations" found in the platform 8 Charts (LineChart and PieChartI) As such, this oml is ready to test because of it's data bootstrap. (I didn't change mutch of ITDashboard, just created 2 webblocks wrapping this charts) Line Chart: Allows to legend each line rigth next to it's last poit. Allows to interact with the rendered lines toggling their visibility. Allows to differentiate the points that build the line from the line itself. Allows to render a legend that includes all points. Allows to define the unit of the points rendered. Allows to render the default Export actions that come by default in the Highcharts API (example) Can be exported to pdf (using HtmlToPdfConverter) without cutting graph content (not defining marginTop to a value bigger than 2 makes the pdf cut the the top edge of the higher value.) ----- PieChart exhibiting percentages: Also allows to render the default Export actions that come by default in the Highcharts API (example), Allows slice selection. Allows to control the values exhibeted: absulute or percentage and to define the unit of the points rendered. ....................... Here you may find some cool customizations you might want to use (Highcharts API)
戻る