Google の可視化データソース ライブラリを使用すると、可視化データソースを簡単に作成できます。このライブラリは、Google Visualization API のワイヤ プロトコルとクエリ言語を実装しています。データテーブルの形式でライブラリにデータを利用できるようにするために必要なコードを記述します。データテーブルは、すべての列が単一の型である 2 次元の値のテーブルです。抽象クラスとヘルパー関数を提供することで、必要なコードの記述が簡単になります。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-07-10 UTC。"],[[["The Google Visualization Data Source Library simplifies the creation of visualization data sources by implementing the Google Visualization API wire protocol and query language."],["Developers primarily need to write code to make their data available as a data table, leveraging the library's abstract classes and helper functions."],["Data sources can be implemented as servlets, handling queries from visualizations and returning data tables for rendering."],["For larger datasets, the library supports using external data stores like files or databases, enabling efficient querying capabilities."],["The library handles query parsing, data table execution, and rendering into the response format expected by the visualization."]]],[]]